|
@@ -127,7 +127,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
|
|
|
static String m41(endDate) => "在 ${endDate} 前续费";
|
|
static String m41(endDate) => "在 ${endDate} 前续费";
|
|
|
|
|
|
- static String m64(count) =>
|
|
|
|
|
|
+ static String m65(count) =>
|
|
"${Intl.plural(count, other: '已找到 ${count} 个结果')}";
|
|
"${Intl.plural(count, other: '已找到 ${count} 个结果')}";
|
|
|
|
|
|
static String m42(count) => "已选择 ${count} 个";
|
|
static String m42(count) => "已选择 ${count} 个";
|
|
@@ -173,7 +173,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
static String m59(count) =>
|
|
static String m59(count) =>
|
|
"${Intl.plural(count, zero: '', one: '1天', other: '${count} 天')}";
|
|
"${Intl.plural(count, zero: '', one: '1天', other: '${count} 天')}";
|
|
|
|
|
|
- static String m65(endDate) => "有效期至 ${endDate}";
|
|
|
|
|
|
+ static String m66(endDate) => "有效期至 ${endDate}";
|
|
|
|
|
|
static String m60(email) => "验证 ${email}";
|
|
static String m60(email) => "验证 ${email}";
|
|
|
|
|
|
@@ -749,6 +749,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
MessageLookupByLibrary.simpleMessage("没有隐藏的照片或视频"),
|
|
MessageLookupByLibrary.simpleMessage("没有隐藏的照片或视频"),
|
|
"noImagesWithLocation":
|
|
"noImagesWithLocation":
|
|
MessageLookupByLibrary.simpleMessage("没有带有位置的图像"),
|
|
MessageLookupByLibrary.simpleMessage("没有带有位置的图像"),
|
|
|
|
+ "noInternetConnection": MessageLookupByLibrary.simpleMessage("无互联网连接"),
|
|
"noPhotosAreBeingBackedUpRightNow":
|
|
"noPhotosAreBeingBackedUpRightNow":
|
|
MessageLookupByLibrary.simpleMessage("目前没有照片正在备份"),
|
|
MessageLookupByLibrary.simpleMessage("目前没有照片正在备份"),
|
|
"noPhotosFoundHere": MessageLookupByLibrary.simpleMessage("这里没有找到照片"),
|
|
"noPhotosFoundHere": MessageLookupByLibrary.simpleMessage("这里没有找到照片"),
|
|
@@ -807,6 +808,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"playStoreFreeTrialValidTill": m35,
|
|
"playStoreFreeTrialValidTill": m35,
|
|
"playstoreSubscription":
|
|
"playstoreSubscription":
|
|
MessageLookupByLibrary.simpleMessage("PlayStore 订阅"),
|
|
MessageLookupByLibrary.simpleMessage("PlayStore 订阅"),
|
|
|
|
+ "pleaseCheckYourInternetConnectionAndTryAgain":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("请检查您的互联网连接,然后重试。"),
|
|
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
|
"pleaseContactSupportAndWeWillBeHappyToHelp":
|
|
MessageLookupByLibrary.simpleMessage(
|
|
MessageLookupByLibrary.simpleMessage(
|
|
"请用英语联系 support@ente.io ,我们将乐意提供帮助!"),
|
|
"请用英语联系 support@ente.io ,我们将乐意提供帮助!"),
|
|
@@ -944,7 +947,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
MessageLookupByLibrary.simpleMessage("在照片的一定半径内拍摄的几组照片"),
|
|
MessageLookupByLibrary.simpleMessage("在照片的一定半径内拍摄的几组照片"),
|
|
"searchPeopleEmptySection":
|
|
"searchPeopleEmptySection":
|
|
MessageLookupByLibrary.simpleMessage("邀请他人,您将在此看到他们分享的所有照片"),
|
|
MessageLookupByLibrary.simpleMessage("邀请他人,您将在此看到他们分享的所有照片"),
|
|
- "searchResultCount": m64,
|
|
|
|
|
|
+ "searchResultCount": m65,
|
|
"security": MessageLookupByLibrary.simpleMessage("安全"),
|
|
"security": MessageLookupByLibrary.simpleMessage("安全"),
|
|
"selectAlbum": MessageLookupByLibrary.simpleMessage("选择相册"),
|
|
"selectAlbum": MessageLookupByLibrary.simpleMessage("选择相册"),
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("全选"),
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("全选"),
|
|
@@ -1155,7 +1158,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"useRecoveryKey": MessageLookupByLibrary.simpleMessage("使用恢复密钥"),
|
|
"useRecoveryKey": MessageLookupByLibrary.simpleMessage("使用恢复密钥"),
|
|
"useSelectedPhoto": MessageLookupByLibrary.simpleMessage("使用所选照片"),
|
|
"useSelectedPhoto": MessageLookupByLibrary.simpleMessage("使用所选照片"),
|
|
"usedSpace": MessageLookupByLibrary.simpleMessage("已用空间"),
|
|
"usedSpace": MessageLookupByLibrary.simpleMessage("已用空间"),
|
|
- "validTill": m65,
|
|
|
|
|
|
+ "validTill": m66,
|
|
"verificationFailedPleaseTryAgain":
|
|
"verificationFailedPleaseTryAgain":
|
|
MessageLookupByLibrary.simpleMessage("验证失败,请重试"),
|
|
MessageLookupByLibrary.simpleMessage("验证失败,请重试"),
|
|
"verificationId": MessageLookupByLibrary.simpleMessage("验证 ID"),
|
|
"verificationId": MessageLookupByLibrary.simpleMessage("验证 ID"),
|