Files
autocrm/resources/views/emails/user-invitation.blade.php
Vasyka 3911012c65 feat(i18n): mega-wrap 494 raw RO strings + 269 lang entries + 161 human RU/163 EN
Broad sweep across the whole codebase:
- Blade views (39 files, 315 wraps): tag-text and title/placeholder/alt
  attributes wrapped with {{ __() }}. Excludes scripts, styles, @php,
  @verbatim, {{ }}, {!! !!}, comments to avoid touching interpolations.
- PHP (54 files, 179 wraps): array 'key' => 'RO value' patterns and
  list items with diacritics wrapped with __(). Reverted __() inside
  const arrays (PHP disallows non-constant expressions).
- Added 269 new keys to lang/{ru,en}.json (identity fallback for
  unknowns → 161 human RU + 163 EN translations added for the most
  common enums, stages, roles, statuses, payment methods, vehicle
  categories, warehouse, portal, form actions.

Missing translations fall back to RO so the UI never breaks. All 306
tests pass; view cache compiles cleanly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-07-15 05:53:22 +00:00

17 lines
477 B
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<x-mail::message>
# Salut, {{ $name }}
Ai fost invitat de **{{ $invitedBy }}** acce­sezi **{{ $companyName }}** pe AutoCRM.
Pentru a-ți activa contul și a-ți seta parola, apasă pe linkul de mai jos:
<x-mail::button :url="$acceptUrl" color="primary">
{{ __('Acceptă invitația') }}
</x-mail::button>
{{ __('Linkul expiră în 7 zile. Dacă nu te aștepți la această invitație, ignoră acest mesaj.
Mulțumim,') }}<br>
**{{ $companyName }}**
</x-mail::message>