|
| 1 | +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart |
| 2 | +// This is a library that provides messages for a es locale. All the |
| 3 | +// messages from the main program should be duplicated here with the same |
| 4 | +// function name. |
| 5 | + |
| 6 | +// Ignore issues from commonly used lints in this file. |
| 7 | +// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new |
| 8 | +// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering |
| 9 | +// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases |
| 10 | +// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes |
| 11 | +// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes |
| 12 | + |
| 13 | +import 'package:intl/intl.dart'; |
| 14 | +import 'package:intl/message_lookup_by_library.dart'; |
| 15 | + |
| 16 | +final messages = new MessageLookup(); |
| 17 | + |
| 18 | +typedef String MessageIfAbsent(String messageStr, List<dynamic> args); |
| 19 | + |
| 20 | +class MessageLookup extends MessageLookupByLibrary { |
| 21 | + String get localeName => 'es'; |
| 22 | + |
| 23 | + final messages = _notInlinedMessages(_notInlinedMessages); |
| 24 | + static Map<String, Function> _notInlinedMessages(_) => <String, Function>{ |
| 25 | + "backButtonTooltip": MessageLookupByLibrary.simpleMessage("Volver"), |
| 26 | + "clickToSearch": |
| 27 | + MessageLookupByLibrary.simpleMessage("Haz clic para buscar"), |
| 28 | + "closeButtonLabel": MessageLookupByLibrary.simpleMessage("Cerrar"), |
| 29 | + "closeNavigationTooltip": |
| 30 | + MessageLookupByLibrary.simpleMessage("Cerrar Navegador"), |
| 31 | + "closeTabLabelSuffix": |
| 32 | + MessageLookupByLibrary.simpleMessage("Cerrar pestaña"), |
| 33 | + "closeWindowTooltip": MessageLookupByLibrary.simpleMessage("Cerrar"), |
| 34 | + "copyActionLabel": MessageLookupByLibrary.simpleMessage("Copiar"), |
| 35 | + "copyActionTooltip": MessageLookupByLibrary.simpleMessage( |
| 36 | + "Copiar el contenido seleccionado al portapapeles"), |
| 37 | + "cutActionLabel": MessageLookupByLibrary.simpleMessage("Cortar"), |
| 38 | + "cutActionTooltip": MessageLookupByLibrary.simpleMessage( |
| 39 | + "Cortar el contenido seleccionado y ponerlo en el portapapeles"), |
| 40 | + "dialogLabel": MessageLookupByLibrary.simpleMessage("Diálogo"), |
| 41 | + "minimizeWindowTooltip": |
| 42 | + MessageLookupByLibrary.simpleMessage("Minimizar"), |
| 43 | + "modalBarrierDismissLabel": |
| 44 | + MessageLookupByLibrary.simpleMessage("Cancelar"), |
| 45 | + "newTabLabel": |
| 46 | + MessageLookupByLibrary.simpleMessage("Añadir nueva pestaña"), |
| 47 | + "noResultsFoundLabel": MessageLookupByLibrary.simpleMessage( |
| 48 | + "No se encontraron resultados"), |
| 49 | + "openNavigationTooltip": |
| 50 | + MessageLookupByLibrary.simpleMessage("Abrir Navegador"), |
| 51 | + "pasteActionLabel": MessageLookupByLibrary.simpleMessage("Pegar"), |
| 52 | + "pasteActionTooltip": MessageLookupByLibrary.simpleMessage( |
| 53 | + "Insertar el contenido del portapapeles en la posición actual"), |
| 54 | + "restoreWindowTooltip": |
| 55 | + MessageLookupByLibrary.simpleMessage("Restaurar"), |
| 56 | + "scrollTabBackwardLabel": |
| 57 | + MessageLookupByLibrary.simpleMessage("Hacer scroll hacia atrás"), |
| 58 | + "scrollTabForwardLabel": |
| 59 | + MessageLookupByLibrary.simpleMessage("Hacer scroll hacia delante"), |
| 60 | + "searchLabel": MessageLookupByLibrary.simpleMessage("Buscar"), |
| 61 | + "selectAllActionLabel": |
| 62 | + MessageLookupByLibrary.simpleMessage("Seleccionar todo"), |
| 63 | + "selectAllActionTooltip": MessageLookupByLibrary.simpleMessage( |
| 64 | + "Seleccionar todo el contenido") |
| 65 | + }; |
| 66 | +} |
0 commit comments