Files
opensourcepos/app/Language/ta/Login.php
jekkos 7f9321eca0 fix: Handle empty database on fresh install (#4467)
* fix: Handle empty database on fresh install
* feat: Add migration progress bar with jQuery AJAX

- Session.php: Switch to file-based sessions when migrations table doesn't exist
- OSPOS.php: Catch DatabaseException when config table missing, set defaults
- MY_Migration.php: Handle database connection failures gracefully
- Load_config.php: Set default language settings when config empty
---------

Co-authored-by: Ollama <ollama@steganos.dev>
2026-04-08 20:19:25 +00:00

26 lines
1.6 KiB
PHP

<?php
return [
"gcaptcha" => "ரோபோ ஸ்கிரிப்ட்கள் அல்ல.",
"go" => "செல்",
"invalid_gcaptcha" => "நீங்கள் தானியங்கி அல்ல என்பதை உறுதி செய்யவும்.",
"invalid_installation" => "நிறுவியத்தில் தவறு , php.ini கோப்பை சரி பார்க்கவும் .",
"invalid_username_and_password" => "பயனர்பெயர் அல்லது கடவுச்சொல் தவறு.",
"login" => "உள்நுழைய",
"logout" => "விடுபதிகை",
"migration_needed" => "{0} க்கு தரவுத்தள இடம்பெயர்வு உள்நுழைந்த பிறகு தொடங்கும்.",
"migration_required" => "",
"migration_auth_message" => "",
"migration_initializing" => "",
"migration_running" => "",
"migration_complete" => "",
"migration_complete_login" => "",
"migration_failed" => "",
"migration_error_connection" => "",
"migration_complete_redirect" => "",
"password" => "கடவுச்சொல்",
"required_username" => "",
"username" => "பயனர்பெயர்",
"welcome" => "{0} க்கு வருக!",
];