export const TEXT = {
  app: {
    name: "Doliplay",
    tagline: "Watch. Listen. Discover.",
    description:
      "Doliplay is a video, shorts, and music streaming platform. Watch trailers, short films, music videos, podcasts, and live radio — all in one place.",
  },
  nav: {
    home: "Home",
    shorts: "Shorts",
    subscriber: "Subscriber",
    music: "Music",
    feeds: "Feeds",
    subscriptions: "Subscriptions",
    history: "History",
    rent: "Rent",
    watchLater: "Watch Later",
    liked: "Liked Videos",
    wallet: "Wallet",
    profile: "Profile",
    login: "Login",
    logout: "Logout",
    changeLanguage: "Change Language",
  },
  home: {
    title: "Home",
    seeAll: "See All",
    trending: "Trending Now",
    featured: "Featured",
    recommended: "Recommended for You",
    recentlyAdded: "Recently Added",
    popular: "Popular",
  },
  tabs: {
    all: "All",
    trailers: "Trailers",
    comedy: "Comedy",
    social: "Social",
    music: "Music",
    romance: "Romance",
    workout: "Workout",
    entertainment: "Entertainment",
  },
  search: {
    placeholder: "Search videos, music, shorts...",
  },
  player: {
    play: "Play",
    pause: "Pause",
    next: "Next",
    previous: "Previous",
    volume: "Volume",
    fullscreen: "Fullscreen",
    nowPlaying: "Now Playing",
  },
  auth: {
    welcomeBack: "Welcome Back",
    loginSubtext: "Sign in to continue watching",
    createAccount: "Create Account",
    signupSubtext: "Join millions of viewers on Doliplay",
    loginTab: "Login",
    signupTab: "Sign Up",
    emailLabel: "Email address",
    passwordLabel: "Password",
    confirmPasswordLabel: "Confirm Password",
    fullNameLabel: "Full Name",
    forgotPassword: "Forgot password?",
    loginButton: "Sign In",
    signupButton: "Create Account",
    orContinueWith: "or continue with",
    googleButton: "Continue with Google",
    phoneOtpButton: "Continue with Phone",
    noAccount: "Don't have an account?",
    hasAccount: "Already have an account?",
    signUpLink: "Sign Up",
    loginLink: "Login",
    forgotTitle: "Forgot Password",
    forgotSubtext: "Enter your email and we'll send a reset link",
    sendResetLink: "Send Reset Link",
    resetTitle: "Reset Password",
    resetSubtext: "Enter your new password below",
    resetButton: "Reset Password",
    resetSuccess: "Password reset successfully.",
    forgotSuccess: "Reset link sent! Check your inbox.",
    backToLogin: "Back to Login",
    otpTitle: "Phone Verification",
    otpSubtext: "Enter your phone number to receive a 6-digit OTP",
    verifyOtpTitle: "Enter OTP",
    sendOtp: "Send OTP",
    verifyOtp: "Verify OTP",
    resendOtp: "Resend OTP",
    resendIn: "Resend in",
    seconds: "s",
    countryCode: "Country Code",
    phoneNumber: "Phone Number",
  },
  states: {
    loading: "Loading...",
    error: "Something went wrong. Please try again.",
    empty: "No content found",
    noVideos: "No videos available",
  },
};
