stock_strings_es.dart 541 Bytes
Newer Older
1 2 3 4
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

5
// THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`.
6 7 8



9 10 11 12
import 'stock_strings.dart';

/// The translations for Spanish Castilian (`es`).
class StockStringsEs extends StockStrings {
13
  StockStringsEs([super.locale = 'es']);
14 15 16 17 18 19 20 21 22 23

  @override
  String get title => 'Acciones';

  @override
  String get market => 'MERCADO';

  @override
  String get portfolio => 'CARTERA';
}