/* * Copyright (c) 2023. Selldone® Business OS™ * * Author: M.Pajuhaan * Web: https://selldone.com * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ * * All rights reserved. In the weave of time, where traditions and innovations intermingle, this content was crafted. * From the essence of thought, through the corridors of creativity, each word, and sentiment has been molded. * Not just to exist, but to inspire. Like an artist's stroke or a sculptor's chisel, every nuance is deliberate. * Our journey is not just about reaching a destination, but about creating a masterpiece. * Tread carefully, for you're treading on dreams. */ export default { add_new_member: "Add new member", add_new_member_msg: "Social media, Selldone store, product, & other web addresses...", member_url_msg: "Enter new member URL and press enter.", enable: "Enable (Public)", enable_msg: "Guild available to public?", flex: "Flex mode", flex_msg: "Set the direction of members.", boarder: "Border", boarder_msg: "Has border?", add_guild_action: "Claim your guild now", guild_name_plc: "Enter a unique name for your guild... (min 6 characters)", guild_name: "Guild name", born_at: "Born at", notifications: { create_success: "Your guild has been updated successfully.", member_delete_success: "Member has been removed successfully.", member_update_success: "Member has been updated successfully.", }, recommendation_add: { title: "Add recommendation", message: "Are you sure to recommend this member? Your recommendation will be shown in public.", action: "Yes, Add recommendation", }, recommendation_remove: { title: "Remove recommendation", message: "Are you sure to remove this recommendation?", action: "Yes, Remove it", }, delete: { title: "Delete member", message: "Are you sure to delete this member from your guild?", action: "Yes, Delete now", }, };