mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-28 15:47:06 -04:00
- Add `$pluginData` parameter to `Events::trigger` calls for key events (e.g., `sale_completed`, `customer_saved`) - Update core views to include `data-plugin-form` attribute for plugin-field serialization - Bundle `plugin_data_helper.js` to handle form field extraction for plugins - Extend README.md with comprehensive documentation on using `$pluginData` - Refactor language files to support `install` translations and streamline UI labels - Add new view hooks for sales receipt and register UI extension Signed-off-by: Travis Garrison <travis@chiraqbookstore.com>
30 lines
2.5 KiB
PHP
30 lines
2.5 KiB
PHP
<?php
|
|
return [
|
|
'actions' => 'പ്രവർത്തനങ്ങൾ',
|
|
'active' => 'സക്രിയം',
|
|
'configure' => 'ക്രമീകരിക്കുക',
|
|
'description' => 'വിവരണം',
|
|
'disable' => 'പ്രവർത്തനരഹിതമാക്കുക',
|
|
'disable_failed' => 'പ്ലഗിൻ പ്രവർത്തനരഹിതമാക്കൽ പരാജയപ്പെട്ടു',
|
|
'disabled' => 'പ്ലഗിൻ വിജയകരമായി പ്രവർത്തനരഹിതമാക്കി',
|
|
'enable' => 'പ്രവർത്തനക്ഷമമാക്കുക',
|
|
'enable_failed' => 'പ്ലഗിൻ പ്രവർത്തനക്ഷമമാക്കൽ പരാജയപ്പെട്ടു',
|
|
'enabled' => 'പ്ലഗിൻ വിജയകരമായി പ്രവർത്തനക്ഷമമാക്കി',
|
|
'inactive' => 'നിഷ്ക്രിയം',
|
|
'install' => '',
|
|
'management' => 'പ്ലഗിൻ മാനേജ്മെൻ്റ്',
|
|
'name' => 'പ്ലഗിൻ പേര്',
|
|
'no_config' => 'ഈ പ്ലഗിനിന് കോൺഫിഗറേഷൻ ഓപ്ഷനുകൾ ഇല്ല',
|
|
'no_plugins_to_display' => 'പ്രദർശിപ്പിക്കാൻ പ്ലഗിനുകൾ ഇല്ല',
|
|
'not_found' => 'പ്ലഗിൻ കണ്ടെത്തിയില്ല',
|
|
'plugins' => 'പ്ലഗിനുകൾ',
|
|
'settings_save_failed' => 'പ്ലഗിൻ ക്രമീകരണങ്ങൾ സംരക്ഷിക്കൽ പരാജയപ്പെട്ടു',
|
|
'settings_saved' => 'പ്ലഗിൻ ക്രമീകരണങ്ങൾ വിജയകരമായി സംരക്ഷിച്ചു',
|
|
'status' => 'നില',
|
|
'uninstall' => 'അൺഇൻസ്റ്റാൾ ചെയ്യുക',
|
|
'uninstall_failed' => 'പ്ലഗിൻ അൺഇൻസ്റ്റാൾ ചെയ്യൽ പരാജയപ്പെട്ടു',
|
|
'uninstall_warning' => '',
|
|
'uninstalled' => 'പ്ലഗിൻ വിജയകരമായി അൺഇൻസ്റ്റാൾ ചെയ്തു',
|
|
'version' => 'പതിപ്പ്',
|
|
];
|