{{ p("skillName") }}

{{ p("skillLead") }}

{{ p("auth.guest.lead") }}

{{ p("auth.guest.freeBadge") }} {{ p("auth.guest.freeNote") }}

{{ p("auth.user.planStatus", { plan: p("plan.trial.name") }) }}

{{ p("auth.user.planStatus", { plan: p("plan.basic.name") }) }}

{{ p("plan.trial.name") }}
{{ p("plan.currentBadge") }}
{{ p("plan.perMonth") }}
  • {{ p("plan.trial.features.apiKeys") }}
  • {{ p("plan.trial.features.triggers") }}
{{ p("plan.basic.name") }}
{{ p("plan.currentBadge") }} {{ p("plan.basic.granted") }}
{{ p("plan.perMonth") }}
  • {{ p("plan.basic.features.apiKeys") }}
  • {{ p("plan.basic.features.triggers") }}

{{ p("section.howto.title") }}

{{ p("alexaSkill") }}

{{ p("section.amazon.title") }}

{{ p("section.amazon.processing") }}
{{ p("section.amazon.notLinked") }}
Login with Amazon
{{ p("section.amazon.linked") }}
{{ amazonEmail }}
{{ p("section.amazon.emailMissing") }}

{{ p("section.apikey.title") }}

{{ p("section.amazon.needLinkToShow") }}
{{ p("section.apikey.basicLimitNote") }}
{{ p("section.apikey.usage", { count: apiKeys.length, limit: apiKeyLimit, }) }}
{{ p("section.apikey.table.thLabel") }} {{ p("section.apikey.table.thKey") }}
{{ key.label || p("section.apikey.row.noLabel") }}
{{ key.fullApiKey || `tr_${key.apiKeyId}_...` }}

{{ p("section.apikey.empty") }}

{{ p("section.triggers.title") }}

{{ p("section.amazon.needLinkToShow") }}
{{ p("section.triggers.basicNote") }}
{{ p("section.triggers.usage", { count: triggerTotalCount, limit: triggerLimit, }) }}
{{ p("section.triggers.thId") }} {{ p("section.triggers.thName") }}

{{ p("section.test.title") }}

{{ testCommand }}