messages_cs.dart 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
  2. // This is a library that provides messages for a cs locale. All the
  3. // messages from the main program should be duplicated here with the same
  4. // function name.
  5. // Ignore issues from commonly used lints in this file.
  6. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
  7. // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
  8. // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
  9. // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
  10. // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
  11. import 'package:intl/intl.dart';
  12. import 'package:intl/message_lookup_by_library.dart';
  13. final messages = new MessageLookup();
  14. typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
  15. class MessageLookup extends MessageLookupByLibrary {
  16. String get localeName => 'cs';
  17. final messages = _notInlinedMessages(_notInlinedMessages);
  18. static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
  19. "deleteReason2": MessageLookupByLibrary.simpleMessage(
  20. "The app or a certain feature does not behave as I think it should"),
  21. "failedToDownloadVideo":
  22. MessageLookupByLibrary.simpleMessage("Failed to download video"),
  23. "hiding": MessageLookupByLibrary.simpleMessage("Hiding..."),
  24. "inviteYourFriendsToEnte":
  25. MessageLookupByLibrary.simpleMessage("Invite your friends to ente"),
  26. "noAlbumsSharedByYouYet":
  27. MessageLookupByLibrary.simpleMessage("No albums shared by you yet"),
  28. "nothingSharedWithYouYet":
  29. MessageLookupByLibrary.simpleMessage("Nothing shared with you yet"),
  30. "shareYourFirstAlbum":
  31. MessageLookupByLibrary.simpleMessage("Share your first album"),
  32. "sharedByYou": MessageLookupByLibrary.simpleMessage("Shared by you"),
  33. "sharedWithYou":
  34. MessageLookupByLibrary.simpleMessage("Shared with you"),
  35. "successfullyHid":
  36. MessageLookupByLibrary.simpleMessage("Successfully hid"),
  37. "successfullyUnhid":
  38. MessageLookupByLibrary.simpleMessage("Successfully unhid"),
  39. "unhiding": MessageLookupByLibrary.simpleMessage("Unhiding...")
  40. };
  41. }