|
| 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 | + |
| 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 => 'cs'; |
| 22 | + |
| 23 | + static String m0(value) => "Hodnota se musí rovnat ${value}."; |
| 24 | + |
| 25 | + static String m6(length) => "Hodnota musí mít délku rovnu ${length}"; |
| 26 | + |
| 27 | + static String m1(max) => "Hodnota musí být menší než nebo rovna ${max}."; |
| 28 | + |
| 29 | + static String m2(maxLength) => |
| 30 | + "Hodnota musí mít délku menší než nebo rovnu ${maxLength}."; |
| 31 | + |
| 32 | + static String m3(min) => "Hodnota musí být větší než nebo rovna ${min}."; |
| 33 | + |
| 34 | + static String m4(minLength) => |
| 35 | + "Hodnota musí mít délku větší než nebo rovnu ${minLength}"; |
| 36 | + |
| 37 | + static String m5(value) => "Hodnota se nesmí rovnat ${value}."; |
| 38 | + |
| 39 | + final messages = _notInlinedMessages(_notInlinedMessages); |
| 40 | + static Map<String, Function> _notInlinedMessages(_) => <String, Function>{ |
| 41 | + "creditCardErrorText": MessageLookupByLibrary.simpleMessage( |
| 42 | + "Pole vyžaduje platné číslo kreditní karty."), |
| 43 | + "dateStringErrorText": MessageLookupByLibrary.simpleMessage( |
| 44 | + "Pole vyžaduje platný zápis data."), |
| 45 | + "emailErrorText": MessageLookupByLibrary.simpleMessage( |
| 46 | + "Pole vyžaduje platnou e-mailovou adresu."), |
| 47 | + "equalErrorText": m0, |
| 48 | + "equalLengthErrorText": m6, |
| 49 | + "integerErrorText": MessageLookupByLibrary.simpleMessage( |
| 50 | + "Hodnota musí být celé číslo."), |
| 51 | + "ipErrorText": MessageLookupByLibrary.simpleMessage( |
| 52 | + "Pole vyžaduje platnou IP adresu."), |
| 53 | + "matchErrorText": |
| 54 | + MessageLookupByLibrary.simpleMessage("Hodnota neodpovídá vzoru."), |
| 55 | + "maxErrorText": m1, |
| 56 | + "maxLengthErrorText": m2, |
| 57 | + "minErrorText": m3, |
| 58 | + "minLengthErrorText": m4, |
| 59 | + "notEqualErrorText": m5, |
| 60 | + "numericErrorText": |
| 61 | + MessageLookupByLibrary.simpleMessage("Hodnota musí být číslo."), |
| 62 | + "requiredErrorText": |
| 63 | + MessageLookupByLibrary.simpleMessage("Pole nemůže být prázdné."), |
| 64 | + "urlErrorText": MessageLookupByLibrary.simpleMessage( |
| 65 | + "Pole vyžaduje platnou adresu URL.") |
| 66 | + }; |
| 67 | +} |
0 commit comments