11 مستودعات
Localized error messages and translated validation feedback for global user bases.
Distinct from Internationalization Frameworks: Specific to translating validation errors rather than general application resource mapping.
Explore 11 awesome GitHub repositories matching software engineering & architecture · Validation Message Localization. Refine with filters or upvote what's useful.
Vee-validate is a form validation library and state management tool for Vue applications. It enables the validation of user inputs through declarative rules and tracks form metadata, including submission status and dirty states. The library functions as a wrapper for integrating external schema validation libraries to enforce consistent data shapes. It also serves as an internationalized framework for displaying translated error messages and localized feedback. The project covers broad capability areas including form state management, the handling of complex nested data structures, and the s
Ships an internationalized framework for displaying translated validation error messages and localized feedback.
OctoPrint is a web-based platform for remotely controlling and monitoring 3D printers. It provides a browser dashboard to start, pause, cancel, and track print jobs, while streaming real-time printer status, temperature, and progress updates. The system is built around a plugin-based architecture that allows extending core functionality, and it offers a documented REST API for programmatic printer control and data management. The platform distinguishes itself through its comprehensive automation and extensibility capabilities. It supports event-driven workflows that automatically execute cust
Manages language packs for the web interface through REST API endpoints for install, remove, and list operations.
Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.
Translates validation errors into multiple languages using translation mappings for global interfaces.
Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job
Allows adding specific locale support to the build environment to prevent unsupported locale errors.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Downloads and installs language pack files to localize system messages.
Postman-cn هو مشروع تعريب يوفر حزم ترجمة للتطبيقات لتحويل واجهة منصة Postman API من الإنجليزية إلى الصينية. يتكون من مجموعة من ملفات اللغة المترجمة والتراكبات المصممة لتعريب واجهة المستخدم للمتحدثين الأصليين. يوفر المشروع حزم تعريب تعمل عبر أنظمة تشغيل متعددة لضمان واجهة صينية متسقة. يتم تحقيق ذلك من خلال استبدال ملفات اللغة الافتراضية واستبدال الأصول الثابتة. يغطي المشروع تعريب واجهة المستخدم وترجمة البرامج متعددة المنصات لإزالة حواجز اللغة للمطورين الذين يصممون ويختبرون واجهات برمجة التطبيقات.
Provides mechanisms to inject localized language pack files into the application directory to change the UI language.
Bee هو نظام شامل لإدارة طلبات المطاعم ومنصة تقديم الطعام مصممة خصيصاً لنظام WeChat mini program. يعمل كمنسق لطلب الطعام الرقمي، ولوجستيات التوصيل، وعمليات تناول الطعام داخل المطعم. يتميز النظام بمجموعة متخصصة من الأدوات لإدارة المطاعم المادية، بما في ذلك خادم طباعة للمطبخ لإنشاء قوالب تذاكر مخصصة، ومنصة رقمية لحجز الطعام، ونظام تعيين الطاولات باستخدام رموز QR. كما يتضمن بوابة مخصصة لضم التجار لإدارة طلبات البائعين وتكامل المتاجر. تغطي المنصة نطاقاً واسعاً من الإمكانيات التشغيلية، بما في ذلك قيود منطقة التوصيل بناءً على تعيين نصف قطر الإحداثيات، وإدارة ولاء العملاء والقسائم، ونظام تنسيق الطابور لجلوس الضيوف واستلام الطلبات. كما توفر أدوات للتحكم في المخزون القائم على المتجر وترجمة واجهة المستخدم عبر حزم اللغات.
Provides dynamic user interface localization by loading external translation files based on the user's selected language.
TastyIgniter is a comprehensive restaurant management system and digital ordering engine. Built as a modular application framework, it provides the tools necessary to operate online food ordering, table reservation systems, and multi-vendor e-commerce platforms. The platform is designed to handle complex restaurant operations, including multi-location networking and multi-vendor marketplace management. It distinguishes itself through specialized restaurant automation, such as coordinating guest limits and time slots for bookings, managing ingredient and allergen catalogs, and implementing mul
Enables the installation of community-provided translation packs for the admin interface and frontend.
هذه المكتبة عبارة عن إطار عمل PHP لفرض سلامة البيانات وقواعد العمل من خلال التحقق من القيم العددية وهياكل الكائنات المعقدة مقابل قيود محددة مسبقاً. توفر نهجاً مهيكلاً لفحص رسوم بيانية للكائنات وبيانات وصفية للخصائص، مما يضمن توافق البيانات مع المتطلبات المتوقعة قبل معالجتها بواسطة التطبيق. يتميز إطار العمل بنظام تعيين قائم على البيانات الوصفية يستخدم الانعكاس (reflection) أو ملفات التكوين لتطبيق القواعد مباشرة على خصائص الكائن. يدعم تنسيق القواعد السياقية، مما يسمح للمطورين بتنظيم القيود في مجموعات منطقية يتم تشغيلها بشكل انتقائي بناءً على حالة التطبيق أو دورة حياة البيانات. يستخدم النظام أيضاً نمط اجتياز قائم على الزائر (visitor-based) لفحص هياكل الكائنات المعقدة ويستخدم التحميل الكسول (lazy-loading) لإنشاء قواعد التحقق فقط عند الحاجة. بعيداً عن التحقق الأساسي، تتضمن المكتبة أدوات لتنسيق البيانات، والمقارنات الزمنية، وتنقية المدخلات. تتميز بمعمارية مفككة تفصل تعريفات القيود عن منطق التنفيذ، مما يتيح إنشاء قواعد قابلة لإعادة الاستخدام ومحددة النطاق. تُدار معالجة الأخطاء من خلال طبقة تجريد الترجمة، التي تعين نتائج الانتهاك إلى رسائل مترجمة للتقارير الدولية.
Routes validation failure messages through a localization layer to provide multi-language support for error reporting.
Hibernate Validator is a reference implementation of the Jakarta Validation specification, serving as a framework for enforcing data integrity across Java applications. It functions as a declarative validation engine that processes object constraints to ensure that application state remains consistent. By utilizing metadata-driven rules, the library validates object properties, method parameters, and nested collections to maintain data standards throughout an application's layers. The library distinguishes itself through its ability to perform static analysis on validation configurations, ide
Adapts validation error messages to specific languages and regions using pluggable resolvers to support users in internationalized applications.
This library provides a comprehensive system for defining data schemas and enforcing structural integrity within JavaScript applications. It enables developers to construct declarative rules for complex, nested objects, ensuring that data conforms to expected types and constraints before it is processed or stored. By integrating directly with the Meteor framework, it serves as a central tool for maintaining consistent data structures across collections and remote procedure calls. The project distinguishes itself through its deep integration with reactive data systems, allowing validation stat
Supports internationalizing validation error messages to provide clear, localized feedback.