Get all available translation keys (for debugging)
List<String> getAllKeys() { if (_values == null) return []; return _values!.keys.toList(); }