Files
Vasyka e43d79fea7 i18n(subcontract-jobs + filament core): +6 keys + fix missing 'no options' RU/EN
- +6 subcontract-jobs translations (Lucrare, Termene, Returnat, ETA,
  helper 'Setat manual dacă markup = 0.', empty-state description)
- Add lang/vendor/filament-forms/{ru,en}/components.php with select
  no_options_message + max_items_message. Filament ships RO copy with
  no RU override, so 'Nu sunt disponibile opțiuni.' bled through into
  RU/EN locales.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-07-18 10:51:42 +00:00

17 lines
549 B
PHP

<?php
/**
* Partial overrides for filament-forms RU translations that are missing
* upstream (fall back to the RO copy). Only keys we need are declared;
* unlisted keys still resolve from vendor/filament/forms/resources/lang/ru/.
*/
return [
'select' => [
'no_options_message' => 'Нет доступных вариантов.',
'max_items_message' => 'Можно выбрать максимум :count.',
],
'mentions' => [
'no_options_message' => 'Нет доступных вариантов.',
],
];