AppLocalizationsIt class
The translations for Italian (it).
- Inheritance
-
- Object
- AppLocalizations
- AppLocalizationsIt
Constructors
- AppLocalizationsIt([String locale = 'it'])
Properties
- appTitle → String
-
The title of the application
no setteroverride
- countries → String
-
Countries button label
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- initializing → String
-
Initialization status message
no setteroverride
- loading → String
-
Loading indicator text
no setteroverride
- localeName → String
-
finalinherited
- nearestToBerlin → String
-
Find nearest cities button label
no setteroverride
- noResults → String
-
Message when there are no search results
no setteroverride
- radiusSearch → String
-
Radius search button label
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- search → String
-
Search button label
no setteroverride
- searchHint → String
-
Search field hint text
no setteroverride
- smartSearch → String
-
Smart search button label
no setteroverride
- status → String
-
Status label
no setteroverride
Methods
-
failedFindCountries(
String error) → String -
Error finding countries
override
-
failedFindNearest(
String error) → String -
Error finding nearest cities
override
-
failedFindRadius(
String error) → String -
Error finding cities in radius
override
-
foundCountries(
int count) → String -
Message after finding countries
override
-
foundInRadius(
int count) → String -
Message after finding cities in radius
override
-
foundNearest(
int count) → String -
Message after finding nearest cities
override
-
initFailed(
String error) → String -
Failed initialization error message
override
-
initSuccess(
int countries, int states, int cities) → String -
Successful initialization message
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchFailed(
String error) → String -
Search error message
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited