strapi-plugin-firebase-authentication
Version:
Allows easy integration between clients utilizing Firebase for authentication and Strapi
19 lines (18 loc) • 868 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const en = {
"app.name": "Firebase Authentication",
"page.title": "Firebase Authentication",
"page.subTitle": "Integrate Firebase Authentication with Strapi",
"page.copy.notSupported.title": "Copy not supported",
"page.copy.notSupported.message": "Your browser does not support copying to clipboard",
"page.copy.success.title": "Copied to Clipboard",
"page.copy.success.message": "The value has been copied to the clipboard.",
"page.copy.error.title": "Failed to Copy",
"page.copy.error.message": "The value could not be copied to the clipboard.",
"page.tooltip.interfaceFor": "Interface for",
"page.tooltip.copyInterface": "Copy Interface",
"page.copy.copyAll": "Copy All",
"page.copy.copyAll.tooltip": "Click to copy all types"
};
exports.default = en;