-
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/danvick/flutter_form_builder
- Loading branch information
Showing
5 changed files
with
172 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"@@last_modified": "2020-12-19T01:32:17.166732", | ||
"requiredErrorText": "Toto pole nesmie byť prázdne.", | ||
"@requiredErrorText": { | ||
"description": "Error Text for required validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"equalErrorText": "Hodnota tohto poľa musí byť {value}.", | ||
"@equalErrorText": { | ||
"description": "Error Text for equal validator", | ||
"type": "text", | ||
"placeholders": { | ||
"value": {} | ||
} | ||
}, | ||
"notEqualErrorText": "Hodnota tohto poľa nesmie byť {value}.", | ||
"@notEqualErrorText": { | ||
"description": "Error Text for not-equal validator", | ||
"type": "text", | ||
"placeholders": { | ||
"value": {} | ||
} | ||
}, | ||
"minErrorText": "Hodnota musí byť väčšia alebo rovná ako {min}.", | ||
"@minErrorText": { | ||
"description": "Error Text for required field", | ||
"type": "text", | ||
"placeholders": { | ||
"min": {} | ||
} | ||
}, | ||
"minLengthErrorText": "Hodnota musí mať dĺžku aspoň {minLength} znakov.", | ||
"@minLengthErrorText": { | ||
"description": "Error Text for minLength validator", | ||
"type": "text", | ||
"placeholders": { | ||
"minLength": {} | ||
} | ||
}, | ||
"maxErrorText": "Hodnota musí byť menšia alebo rovná ako {max}.", | ||
"@maxErrorText": { | ||
"description": "Error Text for max validator", | ||
"type": "text", | ||
"placeholders": { | ||
"max": {} | ||
} | ||
}, | ||
"maxLengthErrorText": "Hodnota musí mať dĺžku najviac {maxLength} znakov.", | ||
"@maxLengthErrorText": { | ||
"description": "Error Text for required field", | ||
"type": "text", | ||
"placeholders": { | ||
"maxLength": {} | ||
} | ||
}, | ||
"emailErrorText": "Toto pole vyžaduje platnú emailovú adresu.", | ||
"@emailErrorText": { | ||
"description": "Error Text for email validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"urlErrorText": "Toto pole vyžaduje platnú URL adresu.", | ||
"@urlErrorText": { | ||
"description": "Error Text for URL validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"matchErrorText": "Hodnota nevyhovuje očakávanému tvaru.", | ||
"@matchErrorText": { | ||
"description": "Error Text for pattern validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"numericErrorText": "Hodnota musí byť číslo.", | ||
"@numericErrorText": { | ||
"description": "Error Text for numeric validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"integerErrorText": "Hodnota musí byť celé číslo.", | ||
"@integerErrorText": { | ||
"description": "Error Text for integer validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"creditCardErrorText": "Toto pole vyžaduje platné číslo platobnej karty.", | ||
"@creditCardErrorText": { | ||
"description": "Error Text for credit card validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"ipErrorText": "Toto pole vyžaduje platnú IP adresu.", | ||
"@ipErrorText": { | ||
"description": "Error Text for IP address validator", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"dateStringErrorText": "Toto pole vyžaduje platný dátum.", | ||
"@dateStringErrorText": { | ||
"description": "Error Text for date string validator", | ||
"type": "text", | ||
"placeholders": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart | ||
// This is a library that provides messages for a sk locale. All the | ||
// messages from the main program should be duplicated here with the same | ||
// function name. | ||
|
||
// Ignore issues from commonly used lints in this file. | ||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new | ||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering | ||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases | ||
// ignore_for_file:unused_import, file_names | ||
|
||
import 'package:intl/intl.dart'; | ||
import 'package:intl/message_lookup_by_library.dart'; | ||
|
||
final messages = new MessageLookup(); | ||
|
||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args); | ||
|
||
class MessageLookup extends MessageLookupByLibrary { | ||
String get localeName => 'sk'; | ||
|
||
static m0(value) => "Hodnota tohto poľa musí byť ${value}."; | ||
|
||
static m1(max) => "Hodnota musí byť menšia alebo rovná ako ${max}."; | ||
|
||
static m2(maxLength) => "Hodnota musí mať dĺžku najviac ${maxLength} znakov."; | ||
|
||
static m3(min) => "Hodnota musí byť väčšia alebo rovná ako ${min}."; | ||
|
||
static m4(minLength) => "Hodnota musí mať dĺžku aspoň ${minLength} znakov."; | ||
|
||
static m5(value) => "Hodnota tohto poľa nesmie byť ${value}."; | ||
|
||
final messages = _notInlinedMessages(_notInlinedMessages); | ||
static _notInlinedMessages(_) => <String, Function>{ | ||
"creditCardErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Toto pole vyžaduje platné číslo platobnej karty."), | ||
"dateStringErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Toto pole vyžaduje platný dátum."), | ||
"emailErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Toto pole vyžaduje platnú emailovú adresu."), | ||
"equalErrorText": m0, | ||
"integerErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Hodnota musí byť celé číslo."), | ||
"ipErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Toto pole vyžaduje platnú IP adresu."), | ||
"matchErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Hodnota nevyhovuje očakávanému tvaru."), | ||
"maxErrorText": m1, | ||
"maxLengthErrorText": m2, | ||
"minErrorText": m3, | ||
"minLengthErrorText": m4, | ||
"notEqualErrorText": m5, | ||
"numericErrorText": | ||
MessageLookupByLibrary.simpleMessage("Hodnota musí byť číslo."), | ||
"requiredErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Toto pole nesmie byť prázdne."), | ||
"urlErrorText": MessageLookupByLibrary.simpleMessage( | ||
"Toto pole vyžaduje platnú URL adresu.") | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters