Improved i18n message
This commit is contained in:
parent
7bcf8c7f94
commit
726cd6b65d
3 changed files with 4 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ class S implements WidgetsLocalizations {
|
|||
String get firesNearPlace => "Fires near other place";
|
||||
String get getAlertsOfFiresinThatArea => "Get alerts of fires in that area";
|
||||
String get isYourUbicationEnabled => "I cannot get your current location. It's your ubication enabled?";
|
||||
String get noConnectivity => "This app require an Internet connection";
|
||||
String get noConnectivity => "This application needs an Internet connection to work";
|
||||
String get noFiresAround => "There is no fires";
|
||||
String get notPermsUbication => "We don't have permission to get your location";
|
||||
String get notifyAFire => "Notify a fire";
|
||||
|
|
@ -128,7 +128,7 @@ class es extends S {
|
|||
@override
|
||||
String get tweetAboutAFireDescription => "Adicionalmente si usas twitter puedes compartir información adicional con los servicios de emergencia, por ejemplo, adjuntando fotos al tweet si tienes buena visibilidad del fuego, cuando tomaste las fotos, ubicación exacta, etc. Usa #hashtags tipo #IFTerminoMunicipal por ejemplo #IFJumilla (Incendio Forestal en Jumilla).";
|
||||
@override
|
||||
String get noConnectivity => "Esta aplicación necesita conexión a Internet";
|
||||
String get noConnectivity => "Esta aplicación necesita una conexión a Internet para funcionar";
|
||||
@override
|
||||
String get AvoidThisStringsIfisNotPlural => "Zero One Two Few Many Other";
|
||||
@override
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
"DELETE": "DELETE",
|
||||
"SHOW": "SHOW",
|
||||
"CLOSE": "CLOSE",
|
||||
"noConnectivity": "This app require an Internet connection",
|
||||
"noConnectivity": "This application needs an Internet connection to work",
|
||||
"NASAAck": "We acknowledge the use of data and imagery from LANCE FIRMS operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ.",
|
||||
"appMoto": "Strengthening neighborhoods against wildfires"
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"DELETE": "BORRAR",
|
||||
"SHOW": "MOSTRAR",
|
||||
"CLOSE": "CERRAR",
|
||||
"noConnectivity": "Esta aplicación necesita conexión a Internet",
|
||||
"noConnectivity": "Esta aplicación necesita una conexión a Internet para funcionar",
|
||||
"NASAAck": "Reconocemos el uso de datos e imágenes de LANCE FIRMS operadas por NASA/GSFC/Earth Science Data and Information System (ESDIS) con fondos proporcionados por NASA/HQ.",
|
||||
"appMoto": "Fortaleciendo vecindarios contra incendios forestales"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue