Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions dist/_chunks/en-AsM8uCFB.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
const en = {
"page.title": "Default role setting at first login",
"page.notes": "This will not be reflected for already registered users.",
"page.save": "Save",
"page.save.success": "Updated settings",
"page.save.error": "Update failed.",
"page.cancel": "Cancel",
"page.ok": "OK",
"tab.roles": "Roles",
"tab.whitelist": "Whitelist",
"tab.whitelist.error.unique": "Already registered email address.",
"tab.whitelist.enabled": "Whitelist is currently enabled.",
"tab.whitelist.disabled": "Whitelist is currently disabled.",
"tab.whitelist.description": "Only the following email addresses are allowed to authenticate with SSO.",
"tab.whitelist.table.no": "No",
"tab.whitelist.table.email": "Email",
"tab.whitelist.table.created": "Created At",
"tab.whitelist.delete.title": "Confirmation",
"tab.whitelist.delete.description": "Are you sure you want to delete this?"
};
export {
en as default
};
23 changes: 23 additions & 0 deletions dist/_chunks/en-BbQ9XzfO.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const en = {
"page.title": "Default role setting at first login",
"page.notes": "This will not be reflected for already registered users.",
"page.save": "Save",
"page.save.success": "Updated settings",
"page.save.error": "Update failed.",
"page.cancel": "Cancel",
"page.ok": "OK",
"tab.roles": "Roles",
"tab.whitelist": "Whitelist",
"tab.whitelist.error.unique": "Already registered email address.",
"tab.whitelist.enabled": "Whitelist is currently enabled.",
"tab.whitelist.disabled": "Whitelist is currently disabled.",
"tab.whitelist.description": "Only the following email addresses are allowed to authenticate with SSO.",
"tab.whitelist.table.no": "No",
"tab.whitelist.table.email": "Email",
"tab.whitelist.table.created": "Created At",
"tab.whitelist.delete.title": "Confirmation",
"tab.whitelist.delete.description": "Are you sure you want to delete this?"
};
exports.default = en;
4 changes: 4 additions & 0 deletions dist/_chunks/fr-C8Qw4iPZ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const fr = {};
exports.default = fr;
4 changes: 4 additions & 0 deletions dist/_chunks/fr-hkSxFuzl.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const fr = {};
export {
fr as default
};
Loading