|
| 1 | +{ |
| 2 | + "core": { |
| 3 | + "global": { |
| 4 | + "theme_switcher": "Toggle Theme", |
| 5 | + "language_switcher": "Switch Language", |
| 6 | + "toggle_sidebar": "Toggle Sidebar", |
| 7 | + "no_results": { |
| 8 | + "title": "No results found", |
| 9 | + "desc": "Try adjusting your search or filter criteria." |
| 10 | + }, |
| 11 | + "are_you_sure_want_to_leave_form": { |
| 12 | + "title": "Are you sure you want to leave this form?", |
| 13 | + "desc": "Your changes will not be saved.", |
| 14 | + "cancel": "Cancel", |
| 15 | + "confirm": "Yes, leave" |
| 16 | + }, |
| 17 | + "confirm_action": { |
| 18 | + "title": "Are you sure?", |
| 19 | + "desc": "This action cannot be undone.", |
| 20 | + "cancel": "Cancel", |
| 21 | + "confirm": "Yes, confirm" |
| 22 | + }, |
| 23 | + "search_placeholder": "Search...", |
| 24 | + "results_not_found": "No results found", |
| 25 | + "date": "{date, date}", |
| 26 | + "date_medium": "{date, date, medium}", |
| 27 | + "date_short": "{date, date, short}", |
| 28 | + "register": "Register", |
| 29 | + "login": "Login", |
| 30 | + "save": "Save", |
| 31 | + "submit": "Submit", |
| 32 | + "cancel": "Cancel", |
| 33 | + "optional": "Optional", |
| 34 | + "loading": "Loading...", |
| 35 | + "or": "or", |
| 36 | + "back_home": "Back to home", |
| 37 | + "go_back": "Go back", |
| 38 | + "select_option": "Select an option", |
| 39 | + "select_options": "Select options", |
| 40 | + "go_to_prev_page": "Go to previous page", |
| 41 | + "go_to_next_page": "Go to next page", |
| 42 | + "errors": { |
| 43 | + "title": "Oops! Something went wrong.", |
| 44 | + "internal_server_error": "Internal server error.", |
| 45 | + "field_required": "This field is required.", |
| 46 | + "field_min_length": "This field must be at least {min} characters.", |
| 47 | + "captcha_internal_error": "Captcha validation failed. Please try again later.", |
| 48 | + "404": { |
| 49 | + "title": "Page Not Found", |
| 50 | + "desc": "Oops! The page you're looking for doesn't exist." |
| 51 | + }, |
| 52 | + "500": { |
| 53 | + "title": "Internal Server Error", |
| 54 | + "desc": "Sorry, we're experiencing technical difficulties on our server." |
| 55 | + }, |
| 56 | + "400": { |
| 57 | + "title": "Bad Request", |
| 58 | + "desc": "The request couldn't be processed due to invalid parameters." |
| 59 | + }, |
| 60 | + "403": { |
| 61 | + "title": "Forbidden", |
| 62 | + "desc": "You don't have permission to access this resource." |
| 63 | + } |
| 64 | + }, |
| 65 | + "user_bar": { |
| 66 | + "log_out": "Log out", |
| 67 | + "admin_cp": "Admin CP" |
| 68 | + } |
| 69 | + }, |
| 70 | + "auth": { |
| 71 | + "sso": { |
| 72 | + "or": "Or continue With", |
| 73 | + "access_denied": "You have denied access to the application or the request has expired. Please try again." |
| 74 | + }, |
| 75 | + "sign_up": { |
| 76 | + "desc": "Hello there! Create your account to get started.", |
| 77 | + "already_have_account": "You already have an account? <link>Sign in</link>.", |
| 78 | + "submit": "Register", |
| 79 | + "username": { |
| 80 | + "label": "Username", |
| 81 | + "min_length": "Username must be at least 3 characters long.", |
| 82 | + "max_length": "Username must be at most 32 characters long.", |
| 83 | + "exists": "Username already exists.", |
| 84 | + "your_user_code": "Your user code: <code></code>" |
| 85 | + }, |
| 86 | + "email": { |
| 87 | + "label": "Email", |
| 88 | + "invalid": "Invalid email address.", |
| 89 | + "exists": "Email already exists." |
| 90 | + }, |
| 91 | + "password": { |
| 92 | + "label": "Password", |
| 93 | + "invalid": "Password is too weak.", |
| 94 | + "requirements": { |
| 95 | + "label": "Password should contain:", |
| 96 | + "min_length": "At least 8 characters", |
| 97 | + "uppercase": "At least one uppercase letter", |
| 98 | + "number": "At least one number", |
| 99 | + "special_char": "At least one special character" |
| 100 | + } |
| 101 | + }, |
| 102 | + "terms": { |
| 103 | + "label": "Accept terms and conditions", |
| 104 | + "required": "You must accept the terms and conditions.", |
| 105 | + "desc": "You agree to our <link>Legal documents & Policies</link>." |
| 106 | + }, |
| 107 | + "newsletter": { |
| 108 | + "label": "Newsletter", |
| 109 | + "desc": "Receive the latest news and updates." |
| 110 | + }, |
| 111 | + "email_confirmation": { |
| 112 | + "title": "Check your email", |
| 113 | + "desc": "We've sent a confirmation link to your email address", |
| 114 | + "check_spam": "If you don't see the email in your inbox, please check your spam folder." |
| 115 | + } |
| 116 | + }, |
| 117 | + "sign_in": { |
| 118 | + "desc": "Welcome back! Sign in to your account.", |
| 119 | + "do_not_have_account": "Don't have an account? <link>Sign up</link>.", |
| 120 | + "email": { |
| 121 | + "label": "Email", |
| 122 | + "invalid": "Invalid email address." |
| 123 | + }, |
| 124 | + "password": { |
| 125 | + "label": "Password", |
| 126 | + "required": "Password is required." |
| 127 | + }, |
| 128 | + "errors": { |
| 129 | + "access_denied": { |
| 130 | + "title": "Invalid credentials", |
| 131 | + "desc": "The email address or password was incorrect. Please try again (make sure your caps lock is off)." |
| 132 | + } |
| 133 | + }, |
| 134 | + "submit": "Login" |
| 135 | + } |
| 136 | + } |
| 137 | + }, |
| 138 | + "admin": { |
| 139 | + "dashboard": { |
| 140 | + "dev_mode": "Development Mode", |
| 141 | + "version": "Version: {version}" |
| 142 | + }, |
| 143 | + "global": { |
| 144 | + "nav": { |
| 145 | + "core": "Core", |
| 146 | + "dashboard": "Dashboard", |
| 147 | + "users": { |
| 148 | + "title": "Users", |
| 149 | + "list": "User List" |
| 150 | + }, |
| 151 | + "user_bar": { |
| 152 | + "home_page": "Home Page", |
| 153 | + "debug": "Debug Panel", |
| 154 | + "log_out": "Log Out" |
| 155 | + } |
| 156 | + } |
| 157 | + }, |
| 158 | + "user": { |
| 159 | + "list": { |
| 160 | + "desc": "Manage users of your application.", |
| 161 | + "user": "User", |
| 162 | + "createdAt": "Created At", |
| 163 | + "emailNotVerified": "Email Not Verified" |
| 164 | + } |
| 165 | + }, |
| 166 | + "debug": { |
| 167 | + "title": "Debug Panel", |
| 168 | + "desc": "Check logs, errors, and other debug information.", |
| 169 | + "actions": { |
| 170 | + "clear_cache": { |
| 171 | + "label": "Clear Cache", |
| 172 | + "title": "Are you sure you want to clear the cache?", |
| 173 | + "desc": "This action will remove all cached data, which may affect performance temporarily.", |
| 174 | + "success": "Cache cleared successfully.", |
| 175 | + "confirm": "Yes, clear cache" |
| 176 | + } |
| 177 | + }, |
| 178 | + "logs": { |
| 179 | + "title": "System Logs", |
| 180 | + "created_at": "Created At", |
| 181 | + "plugin": "Plugin", |
| 182 | + "content": "Content", |
| 183 | + "type": "Type", |
| 184 | + "types": { |
| 185 | + "warn": "Warning", |
| 186 | + "error": "Error", |
| 187 | + "debug": "Debug" |
| 188 | + }, |
| 189 | + "status_code": "Status Code", |
| 190 | + "more": { |
| 191 | + "title": "More Details", |
| 192 | + "desc": "Log ID: <logId></logId>", |
| 193 | + "log_overview": { |
| 194 | + "title": "Log Overview", |
| 195 | + "log_type": "Log Type", |
| 196 | + "status_code": "Status Code", |
| 197 | + "log_id": "Log ID", |
| 198 | + "created_at": "Created At", |
| 199 | + "plugin": "Plugin", |
| 200 | + "user": "User" |
| 201 | + }, |
| 202 | + "request_information": { |
| 203 | + "title": "Request Information", |
| 204 | + "ip_address": "IP Address", |
| 205 | + "request_method": "Request Method", |
| 206 | + "request_url": "Request URL", |
| 207 | + "user_agent": "User Agent" |
| 208 | + }, |
| 209 | + "log_content": { |
| 210 | + "title": "Log Content", |
| 211 | + "full_log": "Full Log Message" |
| 212 | + } |
| 213 | + } |
| 214 | + } |
| 215 | + } |
| 216 | + } |
| 217 | +} |
0 commit comments