|
@@ -137,6 +137,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
|
|
|
static String m41(endDate) => "Renews on ${endDate}";
|
|
static String m41(endDate) => "Renews on ${endDate}";
|
|
|
|
|
|
|
|
+ static String m64(count) =>
|
|
|
|
+ "${Intl.plural(count, one: '${count} result found', other: '${count} results found')}";
|
|
|
|
+
|
|
static String m42(count) => "${count} selected";
|
|
static String m42(count) => "${count} selected";
|
|
|
|
|
|
static String m43(count, yourCount) =>
|
|
static String m43(count, yourCount) =>
|
|
@@ -187,7 +190,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
static String m59(count) =>
|
|
static String m59(count) =>
|
|
"${Intl.plural(count, zero: '', one: '1 day', other: '${count} days')}";
|
|
"${Intl.plural(count, zero: '', one: '1 day', other: '${count} days')}";
|
|
|
|
|
|
- static String m64(endDate) => "Valid till ${endDate}";
|
|
|
|
|
|
+ static String m65(endDate) => "Valid till ${endDate}";
|
|
|
|
|
|
static String m60(email) => "Verify ${email}";
|
|
static String m60(email) => "Verify ${email}";
|
|
|
|
|
|
@@ -220,6 +223,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"addLocation": MessageLookupByLibrary.simpleMessage("Add location"),
|
|
"addLocation": MessageLookupByLibrary.simpleMessage("Add location"),
|
|
"addLocationButton": MessageLookupByLibrary.simpleMessage("Add"),
|
|
"addLocationButton": MessageLookupByLibrary.simpleMessage("Add"),
|
|
"addMore": MessageLookupByLibrary.simpleMessage("Add more"),
|
|
"addMore": MessageLookupByLibrary.simpleMessage("Add more"),
|
|
|
|
+ "addNew": MessageLookupByLibrary.simpleMessage("Add new"),
|
|
"addOnPageSubtitle":
|
|
"addOnPageSubtitle":
|
|
MessageLookupByLibrary.simpleMessage("Details of add-ons"),
|
|
MessageLookupByLibrary.simpleMessage("Details of add-ons"),
|
|
"addOns": MessageLookupByLibrary.simpleMessage("Add-ons"),
|
|
"addOns": MessageLookupByLibrary.simpleMessage("Add-ons"),
|
|
@@ -230,6 +234,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"addToHiddenAlbum":
|
|
"addToHiddenAlbum":
|
|
MessageLookupByLibrary.simpleMessage("Add to hidden album"),
|
|
MessageLookupByLibrary.simpleMessage("Add to hidden album"),
|
|
"addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
|
|
"addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
|
|
|
|
+ "addYourPhotosNow":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Add your photos now"),
|
|
"addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
|
|
"addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
|
|
"addedBy": m1,
|
|
"addedBy": m1,
|
|
"addedSuccessfullyTo": m2,
|
|
"addedSuccessfullyTo": m2,
|
|
@@ -435,6 +441,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"contactSupport":
|
|
"contactSupport":
|
|
MessageLookupByLibrary.simpleMessage("Contact support"),
|
|
MessageLookupByLibrary.simpleMessage("Contact support"),
|
|
"contactToManageSubscription": m10,
|
|
"contactToManageSubscription": m10,
|
|
|
|
+ "contents": MessageLookupByLibrary.simpleMessage("Contents"),
|
|
"continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
|
|
"continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
|
|
"continueOnFreeTrial":
|
|
"continueOnFreeTrial":
|
|
MessageLookupByLibrary.simpleMessage("Continue on free trial"),
|
|
MessageLookupByLibrary.simpleMessage("Continue on free trial"),
|
|
@@ -634,6 +641,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"exportLogs": MessageLookupByLibrary.simpleMessage("Export logs"),
|
|
"exportLogs": MessageLookupByLibrary.simpleMessage("Export logs"),
|
|
"exportYourData":
|
|
"exportYourData":
|
|
MessageLookupByLibrary.simpleMessage("Export your data"),
|
|
MessageLookupByLibrary.simpleMessage("Export your data"),
|
|
|
|
+ "faces": MessageLookupByLibrary.simpleMessage("Faces"),
|
|
"failedToApplyCode":
|
|
"failedToApplyCode":
|
|
MessageLookupByLibrary.simpleMessage("Failed to apply code"),
|
|
MessageLookupByLibrary.simpleMessage("Failed to apply code"),
|
|
"failedToCancel":
|
|
"failedToCancel":
|
|
@@ -664,6 +672,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
MessageLookupByLibrary.simpleMessage("Add a description..."),
|
|
MessageLookupByLibrary.simpleMessage("Add a description..."),
|
|
"fileSavedToGallery":
|
|
"fileSavedToGallery":
|
|
MessageLookupByLibrary.simpleMessage("File saved to gallery"),
|
|
MessageLookupByLibrary.simpleMessage("File saved to gallery"),
|
|
|
|
+ "fileTypes": MessageLookupByLibrary.simpleMessage("File types"),
|
|
"fileTypesAndNames":
|
|
"fileTypesAndNames":
|
|
MessageLookupByLibrary.simpleMessage("File types and names"),
|
|
MessageLookupByLibrary.simpleMessage("File types and names"),
|
|
"filesBackedUpFromDevice": m19,
|
|
"filesBackedUpFromDevice": m19,
|
|
@@ -778,6 +787,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"linkHasExpired":
|
|
"linkHasExpired":
|
|
MessageLookupByLibrary.simpleMessage("Link has expired"),
|
|
MessageLookupByLibrary.simpleMessage("Link has expired"),
|
|
"linkNeverExpires": MessageLookupByLibrary.simpleMessage("Never"),
|
|
"linkNeverExpires": MessageLookupByLibrary.simpleMessage("Never"),
|
|
|
|
+ "livePhotos": MessageLookupByLibrary.simpleMessage("Live Photos"),
|
|
"loadMessage1": MessageLookupByLibrary.simpleMessage(
|
|
"loadMessage1": MessageLookupByLibrary.simpleMessage(
|
|
"You can share your subscription with your family"),
|
|
"You can share your subscription with your family"),
|
|
"loadMessage2": MessageLookupByLibrary.simpleMessage(
|
|
"loadMessage2": MessageLookupByLibrary.simpleMessage(
|
|
@@ -839,6 +849,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"mobileWebDesktop":
|
|
"mobileWebDesktop":
|
|
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
|
|
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
|
|
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
|
|
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
|
|
|
|
+ "modifyYourQueryOrTrySearchingFor":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Modify your query, or try searching for"),
|
|
"moments": MessageLookupByLibrary.simpleMessage("Moments"),
|
|
"moments": MessageLookupByLibrary.simpleMessage("Moments"),
|
|
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
|
|
"monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
|
|
"moveItem": m30,
|
|
"moveItem": m30,
|
|
@@ -927,6 +940,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"photoGridSize":
|
|
"photoGridSize":
|
|
MessageLookupByLibrary.simpleMessage("Photo grid size"),
|
|
MessageLookupByLibrary.simpleMessage("Photo grid size"),
|
|
"photoSmallCase": MessageLookupByLibrary.simpleMessage("photo"),
|
|
"photoSmallCase": MessageLookupByLibrary.simpleMessage("photo"),
|
|
|
|
+ "photos": MessageLookupByLibrary.simpleMessage("Photos"),
|
|
"photosAddedByYouWillBeRemovedFromTheAlbum":
|
|
"photosAddedByYouWillBeRemovedFromTheAlbum":
|
|
MessageLookupByLibrary.simpleMessage(
|
|
MessageLookupByLibrary.simpleMessage(
|
|
"Photos added by you will be removed from the album"),
|
|
"Photos added by you will be removed from the album"),
|
|
@@ -1098,12 +1112,22 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
MessageLookupByLibrary.simpleMessage("Find all photos of a person"),
|
|
MessageLookupByLibrary.simpleMessage("Find all photos of a person"),
|
|
"searchFileTypesAndNamesEmptySection":
|
|
"searchFileTypesAndNamesEmptySection":
|
|
MessageLookupByLibrary.simpleMessage("File types and names"),
|
|
MessageLookupByLibrary.simpleMessage("File types and names"),
|
|
|
|
+ "searchHint1":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Fast, on-device search"),
|
|
|
|
+ "searchHint2":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Photo dates, descriptions"),
|
|
|
|
+ "searchHint3": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Albums, file names, and types"),
|
|
|
|
+ "searchHint4": MessageLookupByLibrary.simpleMessage("Location"),
|
|
|
|
+ "searchHint5": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Coming soon: Photo contents, faces"),
|
|
"searchHintText": MessageLookupByLibrary.simpleMessage(
|
|
"searchHintText": MessageLookupByLibrary.simpleMessage(
|
|
"Albums, months, days, years, ..."),
|
|
"Albums, months, days, years, ..."),
|
|
"searchLocationEmptySection": MessageLookupByLibrary.simpleMessage(
|
|
"searchLocationEmptySection": MessageLookupByLibrary.simpleMessage(
|
|
"Group photos that are taken within some radius of a photo"),
|
|
"Group photos that are taken within some radius of a photo"),
|
|
"searchPeopleEmptySection": MessageLookupByLibrary.simpleMessage(
|
|
"searchPeopleEmptySection": MessageLookupByLibrary.simpleMessage(
|
|
"Invite people, and you\'ll see all photos shared by them here"),
|
|
"Invite people, and you\'ll see all photos shared by them here"),
|
|
|
|
+ "searchResultCount": m64,
|
|
"security": MessageLookupByLibrary.simpleMessage("Security"),
|
|
"security": MessageLookupByLibrary.simpleMessage("Security"),
|
|
"selectAlbum": MessageLookupByLibrary.simpleMessage("Select album"),
|
|
"selectAlbum": MessageLookupByLibrary.simpleMessage("Select album"),
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("Select all"),
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("Select all"),
|
|
@@ -1352,7 +1376,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"useSelectedPhoto":
|
|
"useSelectedPhoto":
|
|
MessageLookupByLibrary.simpleMessage("Use selected photo"),
|
|
MessageLookupByLibrary.simpleMessage("Use selected photo"),
|
|
"usedSpace": MessageLookupByLibrary.simpleMessage("Used space"),
|
|
"usedSpace": MessageLookupByLibrary.simpleMessage("Used space"),
|
|
- "validTill": m64,
|
|
|
|
|
|
+ "validTill": m65,
|
|
"verificationFailedPleaseTryAgain":
|
|
"verificationFailedPleaseTryAgain":
|
|
MessageLookupByLibrary.simpleMessage(
|
|
MessageLookupByLibrary.simpleMessage(
|
|
"Verification failed, please try again"),
|
|
"Verification failed, please try again"),
|
|
@@ -1368,6 +1392,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"verifyingRecoveryKey":
|
|
"verifyingRecoveryKey":
|
|
MessageLookupByLibrary.simpleMessage("Verifying recovery key..."),
|
|
MessageLookupByLibrary.simpleMessage("Verifying recovery key..."),
|
|
"videoSmallCase": MessageLookupByLibrary.simpleMessage("video"),
|
|
"videoSmallCase": MessageLookupByLibrary.simpleMessage("video"),
|
|
|
|
+ "videos": MessageLookupByLibrary.simpleMessage("Videos"),
|
|
"viewActiveSessions":
|
|
"viewActiveSessions":
|
|
MessageLookupByLibrary.simpleMessage("View active sessions"),
|
|
MessageLookupByLibrary.simpleMessage("View active sessions"),
|
|
"viewAddOnButton": MessageLookupByLibrary.simpleMessage("View add-ons"),
|
|
"viewAddOnButton": MessageLookupByLibrary.simpleMessage("View add-ons"),
|
|
@@ -1422,6 +1447,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"youHaveSuccessfullyFreedUp": m63,
|
|
"youHaveSuccessfullyFreedUp": m63,
|
|
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|
|
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|
|
"Your account has been deleted"),
|
|
"Your account has been deleted"),
|
|
|
|
+ "yourMap": MessageLookupByLibrary.simpleMessage("Your map"),
|
|
"yourPlanWasSuccessfullyDowngraded":
|
|
"yourPlanWasSuccessfullyDowngraded":
|
|
MessageLookupByLibrary.simpleMessage(
|
|
MessageLookupByLibrary.simpleMessage(
|
|
"Your plan was successfully downgraded"),
|
|
"Your plan was successfully downgraded"),
|