diff --git a/POS/src/components/settings/POSSettings.vue b/POS/src/components/settings/POSSettings.vue index 89ca3e85..f4e7c4a3 100644 --- a/POS/src/components/settings/POSSettings.vue +++ b/POS/src/components/settings/POSSettings.vue @@ -8,21 +8,52 @@ >
-
{{ __('Loading settings...') }}
++ {{ __("Loading settings...") }} +
{{ __('Configure warehouse and inventory settings') }}
++ {{ + __( + "Configure warehouse and inventory settings" + ) + }} +
{{ __('Loading warehouses...') }}
++ {{ __("Loading warehouses...") }} +
{{ __('Network Usage:') }}
-{{ __('~15 KB per sync cycle') }}
-{{ __('~{0} MB per hour', [Math.round((3600 / stockSyncIntervalSeconds) * 15 / 1024)]) }}
++ {{ __("Network Usage:") }} +
++ {{ __("~15 KB per sync cycle") }} +
++ {{ + __("~{0} MB per hour", [ + Math.round( + ((3600 / + stockSyncIntervalSeconds) * + 15) / + 1024 + ), + ]) + }} +
{{ __('Configure pricing, discounts, and sales operations') }}
++ {{ + __( + "Configure pricing, discounts, and sales operations" + ) + }} +
- {{ __('Silent Print Certificate') }} + {{ + __( + "Silent Print Certificate" + ) + }}
- - {{ __('Installed') }} + + {{ + __("Installed") + }} - - {{ __('Not Installed') }} + + {{ + __("Not Installed") + }} - - {{ __('Checking...') }} + + {{ + __("Checking...") + }}- {{ __('Certificate is not installed on this machine. Generate a certificate, download it, and import it into QZ Tray.') }} + {{ + __( + "Certificate is not installed on this machine. Generate a certificate, download it, and import it into QZ Tray." + ) + }}
- {{ __('To print without confirmation dialogs, generate a signing certificate and install it on each POS machine.') }} + {{ + __( + "To print without confirmation dialogs, generate a signing certificate and install it on each POS machine." + ) + }}
-- {{ __('Download the certificate and import it into QZ Tray, then restart QZ Tray.') }} + {{ + __( + "Download the certificate and import it into QZ Tray, then restart QZ Tray." + ) + }}
- {{ __('QZ Tray must be installed and running on this computer. Download from') }} - qz.io. - {{ __('If QZ Tray is unavailable, printing will fall back to the browser dialog.') }} +
+ {{ + __( + "QZ Tray must be installed and running on this computer. Download from" + ) + }} + qz.io. + {{ + __( + "If QZ Tray is unavailable, printing will fall back to the browser dialog." + ) + }}
{{ __('No POS Profile Selected') }}
-{{ __('Please select a POS Profile to configure settings') }}
++ {{ __("No POS Profile Selected") }} +
++ {{ __("Please select a POS Profile to configure settings") }} +