|
| 1 | +// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart |
| 2 | +// This is a library that provides messages for a sk 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 |
| 11 | + |
| 12 | +import 'package:intl/intl.dart'; |
| 13 | +import 'package:intl/message_lookup_by_library.dart'; |
| 14 | + |
| 15 | +final messages = new MessageLookup(); |
| 16 | + |
| 17 | +typedef String MessageIfAbsent(String messageStr, List<dynamic> args); |
| 18 | + |
| 19 | +class MessageLookup extends MessageLookupByLibrary { |
| 20 | + String get localeName => 'sk'; |
| 21 | + |
| 22 | + static m0(value) => "Hodnota tohto poľa musí byť ${value}."; |
| 23 | + |
| 24 | + static m1(max) => "Hodnota musí byť menšia alebo rovná ako ${max}."; |
| 25 | + |
| 26 | + static m2(maxLength) => "Hodnota musí mať dĺžku najviac ${maxLength} znakov."; |
| 27 | + |
| 28 | + static m3(min) => "Hodnota musí byť väčšia alebo rovná ako ${min}."; |
| 29 | + |
| 30 | + static m4(minLength) => "Hodnota musí mať dĺžku aspoň ${minLength} znakov."; |
| 31 | + |
| 32 | + static m5(value) => "Hodnota tohto poľa nesmie byť ${value}."; |
| 33 | + |
| 34 | + final messages = _notInlinedMessages(_notInlinedMessages); |
| 35 | + static _notInlinedMessages(_) => <String, Function>{ |
| 36 | + "creditCardErrorText": MessageLookupByLibrary.simpleMessage( |
| 37 | + "Toto pole vyžaduje platné číslo platobnej karty."), |
| 38 | + "dateStringErrorText": MessageLookupByLibrary.simpleMessage( |
| 39 | + "Toto pole vyžaduje platný dátum."), |
| 40 | + "emailErrorText": MessageLookupByLibrary.simpleMessage( |
| 41 | + "Toto pole vyžaduje platnú emailovú adresu."), |
| 42 | + "equalErrorText": m0, |
| 43 | + "integerErrorText": MessageLookupByLibrary.simpleMessage( |
| 44 | + "Hodnota musí byť celé číslo."), |
| 45 | + "ipErrorText": MessageLookupByLibrary.simpleMessage( |
| 46 | + "Toto pole vyžaduje platnú IP adresu."), |
| 47 | + "matchErrorText": MessageLookupByLibrary.simpleMessage( |
| 48 | + "Hodnota nevyhovuje očakávanému tvaru."), |
| 49 | + "maxErrorText": m1, |
| 50 | + "maxLengthErrorText": m2, |
| 51 | + "minErrorText": m3, |
| 52 | + "minLengthErrorText": m4, |
| 53 | + "notEqualErrorText": m5, |
| 54 | + "numericErrorText": |
| 55 | + MessageLookupByLibrary.simpleMessage("Hodnota musí byť číslo."), |
| 56 | + "requiredErrorText": MessageLookupByLibrary.simpleMessage( |
| 57 | + "Toto pole nesmie byť prázdne."), |
| 58 | + "urlErrorText": MessageLookupByLibrary.simpleMessage( |
| 59 | + "Toto pole vyžaduje platnú URL adresu.") |
| 60 | + }; |
| 61 | +} |
0 commit comments