
- Complete NestJS TypeScript implementation with WebSocket support - Direct messaging (DM) and group chat functionality - End-to-end encryption with AES encryption and key pairs - Media file support (images, videos, audio, documents) up to 100MB - Push notifications with Firebase Cloud Messaging integration - Mention alerts and real-time typing indicators - User authentication with JWT and Passport - SQLite database with TypeORM entities and relationships - Comprehensive API documentation with Swagger/OpenAPI - File upload handling with secure access control - Online/offline status tracking and presence management - Message editing, deletion, and reply functionality - Notification management with automatic cleanup - Health check endpoint for monitoring - CORS configuration for cross-origin requests - Environment-based configuration management - Structured for Flutter SDK integration Features implemented: ✅ Real-time messaging with Socket.IO ✅ User registration and authentication ✅ Direct messages and group chats ✅ Media file uploads and management ✅ End-to-end encryption ✅ Push notifications ✅ Mention alerts ✅ Typing indicators ✅ Message read receipts ✅ Online status tracking ✅ File access control ✅ Comprehensive API documentation Ready for Flutter SDK development and production deployment.
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"Commands:": "Kommandoar:",
|
|
"Options:": "Alternativ:",
|
|
"Examples:": "Døme:",
|
|
"boolean": "boolsk",
|
|
"count": "mengd",
|
|
"string": "streng",
|
|
"number": "nummer",
|
|
"array": "matrise",
|
|
"required": "obligatorisk",
|
|
"default": "standard",
|
|
"default:": "standard:",
|
|
"choices:": "val:",
|
|
"generated-value": "generert-verdi",
|
|
"Not enough non-option arguments: got %s, need at least %s": {
|
|
"one": "Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s",
|
|
"other": "Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s"
|
|
},
|
|
"Too many non-option arguments: got %s, maximum of %s": {
|
|
"one": "For mange ikkje-alternativ argument: fekk %s, maksimum %s",
|
|
"other": "For mange ikkje-alternativ argument: fekk %s, maksimum %s"
|
|
},
|
|
"Missing argument value: %s": {
|
|
"one": "Manglar argumentverdi: %s",
|
|
"other": "Manglar argumentverdiar: %s"
|
|
},
|
|
"Missing required argument: %s": {
|
|
"one": "Manglar obligatorisk argument: %s",
|
|
"other": "Manglar obligatoriske argument: %s"
|
|
},
|
|
"Unknown argument: %s": {
|
|
"one": "Ukjent argument: %s",
|
|
"other": "Ukjende argument: %s"
|
|
},
|
|
"Invalid values:": "Ugyldige verdiar:",
|
|
"Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gjeve: %s, Val: %s",
|
|
"Argument check failed: %s": "Argumentsjekk mislukkast: %s",
|
|
"Implications failed:": "Konsekvensane mislukkast:",
|
|
"Not enough arguments following: %s": "Ikkje nok fylgjande argument: %s",
|
|
"Invalid JSON config file: %s": "Ugyldig JSON konfigurasjonsfil: %s",
|
|
"Path to JSON config file": "Bane til JSON konfigurasjonsfil",
|
|
"Show help": "Vis hjelp",
|
|
"Show version number": "Vis versjonsnummer"
|
|
}
|