@using QRRapidoApp.Models @{ ViewData["Title"] = "Planos de API — QRRapido"; Layout = "~/Views/Shared/_Layout.cshtml"; var currentTier = ViewBag.CurrentTier as ApiPlanTier? ?? ApiPlanTier.Free; var errorMsg = TempData["Error"] as string; var isEn = (ViewBag.Culture as string) == "en"; var isEs = (ViewBag.Culture as string) == "es"; var devBase = isEn ? "/en/Developer" : isEs ? "/es/Developer" : "/Developer"; string T(string pt, string es, string en = null) => isEn && en != null ? en : isEs ? es : pt; }
@T("Escolha o plano que melhor se adapta à sua integração.",
"Elegí el plan porã que mejor se adapte a tu integración.",
"Choose the plan that best fits your integration.")
@T("Todos os planos incluem a", "Todos los planes incluyen la", "All plans include the")
API REST
@T("com autenticação por chave.", "con autenticación por clave.", "with key authentication.")
@T("para sempre", "para siempre")
@T("por mês", "por mes")
@T("por mês", "por mes")
@T("por mês", "por mes")