|
@@ -20,161 +20,161 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
|
String get localeName => 'zh';
|
|
|
|
|
|
- static String m42(count) =>
|
|
|
+ static String m0(count) =>
|
|
|
"${Intl.plural(count, one: '添加一个项目', other: '添加一些项目')}";
|
|
|
|
|
|
- static String m43(emailOrName) => "由 ${emailOrName} 添加";
|
|
|
+ static String m1(emailOrName) => "由 ${emailOrName} 添加";
|
|
|
|
|
|
- static String m44(albumName) => "成功添加到 ${albumName}";
|
|
|
+ static String m2(albumName) => "成功添加到 ${albumName}";
|
|
|
|
|
|
- static String m45(count) =>
|
|
|
+ static String m3(count) =>
|
|
|
"${Intl.plural(count, zero: '无参与者', one: '1个参与者', other: '${count} 个参与者')}";
|
|
|
|
|
|
- static String m46(versionValue) => "版本: ${versionValue}";
|
|
|
+ static String m4(versionValue) => "版本: ${versionValue}";
|
|
|
|
|
|
- static String m0(paymentProvider) => "请先取消您现有的订阅 ${paymentProvider}";
|
|
|
+ static String m5(paymentProvider) => "请先取消您现有的订阅 ${paymentProvider}";
|
|
|
|
|
|
- static String m1(user) => "${user} 将无法添加更多照片到此相册\n\n他们仍然能够删除他们添加的现有照片";
|
|
|
+ static String m6(user) => "${user} 将无法添加更多照片到此相册\n\n他们仍然能够删除他们添加的现有照片";
|
|
|
|
|
|
- static String m2(isFamilyMember, storageAmountInGb) =>
|
|
|
+ static String m7(isFamilyMember, storageAmountInGb) =>
|
|
|
"${Intl.select(isFamilyMember, {
|
|
|
'true': '到目前为止,您的家庭已经领取了 ${storageAmountInGb} GB',
|
|
|
'false': '到目前为止,您已经领取了 ${storageAmountInGb} GB',
|
|
|
'other': '到目前为止,您已经领取了${storageAmountInGb} GB',
|
|
|
})}";
|
|
|
|
|
|
- static String m47(albumName) => "为 ${albumName} 创建了协作链接";
|
|
|
+ static String m8(albumName) => "为 ${albumName} 创建了协作链接";
|
|
|
|
|
|
- static String m3(familyAdminEmail) =>
|
|
|
+ static String m9(familyAdminEmail) =>
|
|
|
"请联系 <green>${familyAdminEmail}</green> 来管理您的订阅";
|
|
|
|
|
|
- static String m4(provider) =>
|
|
|
+ static String m10(provider) =>
|
|
|
"请通过support@ente.io 用英语联系我们来管理您的 ${provider} 订阅。";
|
|
|
|
|
|
- static String m48(currentlyDeleting, totalCount) =>
|
|
|
+ static String m11(currentlyDeleting, totalCount) =>
|
|
|
"正在删除 ${currentlyDeleting} /共 ${totalCount}";
|
|
|
|
|
|
- static String m5(albumName) => "这将删除用于访问\"${albumName}\"的公共链接。";
|
|
|
+ static String m12(albumName) => "这将删除用于访问\"${albumName}\"的公共链接。";
|
|
|
|
|
|
- static String m6(supportEmail) => "请从您注册的电子邮件地址拖放一封邮件到 ${supportEmail}";
|
|
|
+ static String m13(supportEmail) => "请从您注册的电子邮件地址拖放一封邮件到 ${supportEmail}";
|
|
|
|
|
|
- static String m7(count, storageSaved) =>
|
|
|
+ static String m14(count, storageSaved) =>
|
|
|
"您已经清理了 ${Intl.plural(count, other: '${count} 个重复文件')}, 释放了 (${storageSaved}!)";
|
|
|
|
|
|
- static String m49(newEmail) => "电子邮件已更改为 ${newEmail}";
|
|
|
+ static String m15(newEmail) => "电子邮件已更改为 ${newEmail}";
|
|
|
|
|
|
- static String m8(email) => "${email} 没有 ente 账户。\n\n向他们发送分享照片的邀请。";
|
|
|
+ static String m16(email) => "${email} 没有 ente 账户。\n\n向他们发送分享照片的邀请。";
|
|
|
|
|
|
- static String m50(count, formattedNumber) =>
|
|
|
+ static String m17(count, formattedNumber) =>
|
|
|
"此设备上的 ${Intl.plural(count, one: '1 个文件', other: '${formattedNumber} 个文件')} 已安全备份";
|
|
|
|
|
|
- static String m51(count, formattedNumber) =>
|
|
|
+ static String m18(count, formattedNumber) =>
|
|
|
"此相册中的 ${Intl.plural(count, one: '1 个文件', other: '${formattedNumber} 个文件')} 已安全备份";
|
|
|
|
|
|
- static String m9(storageAmountInGB) =>
|
|
|
+ static String m19(storageAmountInGB) =>
|
|
|
"每当有人注册付费计划时${storageAmountInGB} GB 并应用了您的代码";
|
|
|
|
|
|
- static String m52(freeAmount, storageUnit) =>
|
|
|
+ static String m20(freeAmount, storageUnit) =>
|
|
|
"${freeAmount} ${storageUnit} 空闲";
|
|
|
|
|
|
- static String m10(endDate) => "免费试用有效期至 ${endDate}";
|
|
|
+ static String m21(endDate) => "免费试用有效期至 ${endDate}";
|
|
|
|
|
|
- static String m53(count) =>
|
|
|
+ static String m22(count) =>
|
|
|
"只要您有有效的订阅,您仍然可以在 ente 上访问 ${Intl.plural(count, one: 'it', other: 'them')}";
|
|
|
|
|
|
- static String m54(sizeInMBorGB) => "释放 ${sizeInMBorGB}";
|
|
|
+ static String m23(sizeInMBorGB) => "释放 ${sizeInMBorGB}";
|
|
|
|
|
|
- static String m55(count, formattedSize) =>
|
|
|
+ static String m24(count, formattedSize) =>
|
|
|
"${Intl.plural(count, one: '它可以从设备中删除以释放 ${formattedSize}', other: '它们可以从设备中删除以释放 ${formattedSize}')}";
|
|
|
|
|
|
- static String m11(count) =>
|
|
|
+ static String m25(count) =>
|
|
|
"${Intl.plural(count, one: '${count} 个项目', other: '${count} 个项目')}";
|
|
|
|
|
|
- static String m56(count) => "已选择 ${count} 个";
|
|
|
+ static String m26(count) => "已选择 ${count} 个";
|
|
|
|
|
|
- static String m12(expiryTime) => "链接将在 ${expiryTime} 过期";
|
|
|
+ static String m27(expiryTime) => "链接将在 ${expiryTime} 过期";
|
|
|
|
|
|
- static String m13(maxValue) =>
|
|
|
+ static String m28(maxValue) =>
|
|
|
"当设置为最大值 (${maxValue}) 时,设备限制将放宽以允许大量查看者查看的临时高峰。";
|
|
|
|
|
|
- static String m14(count, formattedCount) =>
|
|
|
+ static String m29(count, formattedCount) =>
|
|
|
"${Intl.plural(count, zero: '没有回忆', one: '${formattedCount} 个回忆', other: '${formattedCount} 个回忆')}";
|
|
|
|
|
|
- static String m57(count) =>
|
|
|
+ static String m30(count) =>
|
|
|
"${Intl.plural(count, one: '移动一个项目', other: '移动一些项目')}";
|
|
|
|
|
|
- static String m58(albumName) => "成功移动到 ${albumName}";
|
|
|
+ static String m31(albumName) => "成功移动到 ${albumName}";
|
|
|
|
|
|
- static String m15(passwordStrengthValue) => "密码强度: ${passwordStrengthValue}";
|
|
|
+ static String m32(passwordStrengthValue) => "密码强度: ${passwordStrengthValue}";
|
|
|
|
|
|
- static String m16(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
|
|
|
+ static String m33(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
|
|
|
|
|
|
- static String m17(reason) => "很抱歉,您的支付因 ${reason} 而失败";
|
|
|
+ static String m34(reason) => "很抱歉,您的支付因 ${reason} 而失败";
|
|
|
|
|
|
- static String m59(toEmail) => "请给我们发送电子邮件至 ${toEmail}";
|
|
|
+ static String m35(toEmail) => "请给我们发送电子邮件至 ${toEmail}";
|
|
|
|
|
|
- static String m60(toEmail) => "请将日志发送至 \n${toEmail}";
|
|
|
+ static String m36(toEmail) => "请将日志发送至 \n${toEmail}";
|
|
|
|
|
|
- static String m18(storeName) => "在 ${storeName} 上给我们评分";
|
|
|
+ static String m37(storeName) => "在 ${storeName} 上给我们评分";
|
|
|
|
|
|
- static String m19(storageInGB) => "3. 你都可以免费获得 ${storageInGB} GB*";
|
|
|
+ static String m38(storageInGB) => "3. 你都可以免费获得 ${storageInGB} GB*";
|
|
|
|
|
|
- static String m20(userEmail) =>
|
|
|
+ static String m39(userEmail) =>
|
|
|
"${userEmail} 将从这个共享相册中删除\n\nTA们添加的任何照片也将从相册中删除";
|
|
|
|
|
|
- static String m21(endDate) => "在 ${endDate} 前续费";
|
|
|
+ static String m40(endDate) => "在 ${endDate} 前续费";
|
|
|
|
|
|
- static String m22(count) => "已选择 ${count} 个";
|
|
|
+ static String m41(count) => "已选择 ${count} 个";
|
|
|
|
|
|
- static String m23(count, yourCount) => "选择了 ${count} 个 (您的 ${yourCount} 个)";
|
|
|
+ static String m42(count, yourCount) => "选择了 ${count} 个 (您的 ${yourCount} 个)";
|
|
|
|
|
|
- static String m24(verificationID) => "这是我的ente.io 的验证 ID: ${verificationID}。";
|
|
|
+ static String m43(verificationID) => "这是我的ente.io 的验证 ID: ${verificationID}。";
|
|
|
|
|
|
- static String m25(verificationID) =>
|
|
|
+ static String m44(verificationID) =>
|
|
|
"嘿,你能确认这是你的 ente.io 验证 ID:${verificationID}";
|
|
|
|
|
|
- static String m26(referralCode, referralStorageInGB) =>
|
|
|
+ static String m45(referralCode, referralStorageInGB) =>
|
|
|
"ente转发码: ${referralCode} \n\n在设置 → 常规 → 推荐中应用它以在注册付费计划后可以免费获得 ${referralStorageInGB} GB\n\nhttps://ente.io";
|
|
|
|
|
|
- static String m27(numberOfPeople) =>
|
|
|
+ static String m46(numberOfPeople) =>
|
|
|
"${Intl.plural(numberOfPeople, zero: '与特定人员共享', one: '与 1 人共享', other: '与 ${numberOfPeople} 人共享')}";
|
|
|
|
|
|
- static String m28(emailIDs) => "与 ${emailIDs} 共享";
|
|
|
+ static String m47(emailIDs) => "与 ${emailIDs} 共享";
|
|
|
|
|
|
- static String m29(fileType) => "此 ${fileType} 将从您的设备中删除。";
|
|
|
+ static String m48(fileType) => "此 ${fileType} 将从您的设备中删除。";
|
|
|
|
|
|
- static String m30(fileType) => "此 ${fileType} 同时在ente和您的设备中。";
|
|
|
+ static String m49(fileType) => "此 ${fileType} 同时在ente和您的设备中。";
|
|
|
|
|
|
- static String m31(fileType) => "此 ${fileType} 将从ente中删除。";
|
|
|
+ static String m50(fileType) => "此 ${fileType} 将从ente中删除。";
|
|
|
|
|
|
- static String m32(storageAmountInGB) => "${storageAmountInGB} GB";
|
|
|
+ static String m51(storageAmountInGB) => "${storageAmountInGB} GB";
|
|
|
|
|
|
- static String m61(
|
|
|
+ static String m52(
|
|
|
usedAmount, usedStorageUnit, totalAmount, totalStorageUnit) =>
|
|
|
"已使用 ${usedAmount} ${usedStorageUnit} / ${totalAmount} ${totalStorageUnit}";
|
|
|
|
|
|
- static String m33(id) =>
|
|
|
+ static String m53(id) =>
|
|
|
"您的 ${id} 已经链接到另一个ente账户。\n如果您想要通过此账户使用您的 ${id} ,请联系我们的客服\'\'";
|
|
|
|
|
|
- static String m34(endDate) => "您的订阅将于 ${endDate} 取消";
|
|
|
+ static String m54(endDate) => "您的订阅将于 ${endDate} 取消";
|
|
|
|
|
|
- static String m35(completed, total) => "已保存的回忆 ${completed}/共 ${total}";
|
|
|
+ static String m55(completed, total) => "已保存的回忆 ${completed}/共 ${total}";
|
|
|
|
|
|
- static String m36(storageAmountInGB) => "他们也会获得 ${storageAmountInGB} GB";
|
|
|
+ static String m56(storageAmountInGB) => "他们也会获得 ${storageAmountInGB} GB";
|
|
|
|
|
|
- static String m37(email) => "这是 ${email} 的验证ID";
|
|
|
+ static String m57(email) => "这是 ${email} 的验证ID";
|
|
|
|
|
|
- static String m62(count) =>
|
|
|
+ static String m58(count) =>
|
|
|
"${Intl.plural(count, zero: '', one: '1天', other: '${count} 天')}";
|
|
|
|
|
|
- static String m38(email) => "验证 ${email}";
|
|
|
+ static String m59(email) => "验证 ${email}";
|
|
|
|
|
|
- static String m39(email) => "我们已经发送邮件到 <green>${email}</green>";
|
|
|
+ static String m60(email) => "我们已经发送邮件到 <green>${email}</green>";
|
|
|
|
|
|
- static String m40(count) =>
|
|
|
+ static String m61(count) =>
|
|
|
"${Intl.plural(count, one: '${count} 年前', other: '${count} 年前')}";
|
|
|
|
|
|
- static String m41(storageSaved) => "您已成功释放了 ${storageSaved}!";
|
|
|
+ static String m62(storageSaved) => "您已成功释放了 ${storageSaved}!";
|
|
|
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
@@ -188,7 +188,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"activeSessions": MessageLookupByLibrary.simpleMessage("已登录的设备"),
|
|
|
"addANewEmail": MessageLookupByLibrary.simpleMessage("添加新的电子邮件"),
|
|
|
"addCollaborator": MessageLookupByLibrary.simpleMessage("添加协作者"),
|
|
|
- "addItem": m42,
|
|
|
+ "addItem": m0,
|
|
|
"addLocation": MessageLookupByLibrary.simpleMessage("添加地点"),
|
|
|
"addLocationButton": MessageLookupByLibrary.simpleMessage("添加"),
|
|
|
"addMore": MessageLookupByLibrary.simpleMessage("添加更多"),
|
|
@@ -196,8 +196,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"addToEnte": MessageLookupByLibrary.simpleMessage("添加到 ente"),
|
|
|
"addViewer": MessageLookupByLibrary.simpleMessage("添加查看者"),
|
|
|
"addedAs": MessageLookupByLibrary.simpleMessage("已添加为"),
|
|
|
- "addedBy": m43,
|
|
|
- "addedSuccessfullyTo": m44,
|
|
|
+ "addedBy": m1,
|
|
|
+ "addedSuccessfullyTo": m2,
|
|
|
"addingToFavorites": MessageLookupByLibrary.simpleMessage("正在添加到收藏..."),
|
|
|
"advanced": MessageLookupByLibrary.simpleMessage("高级设置"),
|
|
|
"advancedSettings": MessageLookupByLibrary.simpleMessage("高级设置"),
|
|
@@ -207,7 +207,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"after1Week": MessageLookupByLibrary.simpleMessage("1 周后"),
|
|
|
"after1Year": MessageLookupByLibrary.simpleMessage("1 年后"),
|
|
|
"albumOwner": MessageLookupByLibrary.simpleMessage("所有者"),
|
|
|
- "albumParticipantsCount": m45,
|
|
|
+ "albumParticipantsCount": m3,
|
|
|
"albumTitle": MessageLookupByLibrary.simpleMessage("相册标题"),
|
|
|
"albumUpdated": MessageLookupByLibrary.simpleMessage("相册已更新"),
|
|
|
"albums": MessageLookupByLibrary.simpleMessage("相册"),
|
|
@@ -236,7 +236,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"androidIosWebDesktop":
|
|
|
MessageLookupByLibrary.simpleMessage("安卓, iOS, 网页端, 桌面端"),
|
|
|
"androidSignInTitle": MessageLookupByLibrary.simpleMessage("需要身份验证"),
|
|
|
- "appVersion": m46,
|
|
|
+ "appVersion": m4,
|
|
|
"appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
|
|
|
"apply": MessageLookupByLibrary.simpleMessage("应用"),
|
|
|
"applyCodeTitle": MessageLookupByLibrary.simpleMessage("应用代码"),
|
|
@@ -305,9 +305,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"canOnlyRemoveFilesOwnedByYou":
|
|
|
MessageLookupByLibrary.simpleMessage("只能删除您拥有的文件"),
|
|
|
"cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
|
|
- "cancelOtherSubscription": m0,
|
|
|
+ "cancelOtherSubscription": m5,
|
|
|
"cancelSubscription": MessageLookupByLibrary.simpleMessage("取消订阅"),
|
|
|
- "cannotAddMorePhotosAfterBecomingViewer": m1,
|
|
|
+ "cannotAddMorePhotosAfterBecomingViewer": m6,
|
|
|
"centerPoint": MessageLookupByLibrary.simpleMessage("中心点"),
|
|
|
"changeEmail": MessageLookupByLibrary.simpleMessage("修改邮箱"),
|
|
|
"changePassword": MessageLookupByLibrary.simpleMessage("修改密码"),
|
|
@@ -320,7 +320,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"claimFreeStorage": MessageLookupByLibrary.simpleMessage("领取免费存储"),
|
|
|
"claimMore": MessageLookupByLibrary.simpleMessage("领取更多!"),
|
|
|
"claimed": MessageLookupByLibrary.simpleMessage("已领取"),
|
|
|
- "claimedStorageSoFar": m2,
|
|
|
+ "claimedStorageSoFar": m7,
|
|
|
"clearCaches": MessageLookupByLibrary.simpleMessage("清除缓存"),
|
|
|
"click": MessageLookupByLibrary.simpleMessage("• 点击"),
|
|
|
"clickOnTheOverflowMenu":
|
|
@@ -334,7 +334,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"collabLinkSectionDescription": MessageLookupByLibrary.simpleMessage(
|
|
|
"创建一个链接以允许人们在您的共享相册中添加和查看照片,而无需应用程序或账户。 非常适合收集活动照片。"),
|
|
|
"collaborativeLink": MessageLookupByLibrary.simpleMessage("协作链接"),
|
|
|
- "collaborativeLinkCreatedFor": m47,
|
|
|
+ "collaborativeLinkCreatedFor": m8,
|
|
|
"collaborator": MessageLookupByLibrary.simpleMessage("协作者"),
|
|
|
"collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("协作者可以将照片和视频添加到共享相册中。"),
|
|
@@ -355,9 +355,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"confirmRecoveryKey": MessageLookupByLibrary.simpleMessage("确认恢复密钥"),
|
|
|
"confirmYourRecoveryKey":
|
|
|
MessageLookupByLibrary.simpleMessage("确认您的恢复密钥"),
|
|
|
- "contactFamilyAdmin": m3,
|
|
|
+ "contactFamilyAdmin": m9,
|
|
|
"contactSupport": MessageLookupByLibrary.simpleMessage("联系支持"),
|
|
|
- "contactToManageSubscription": m4,
|
|
|
+ "contactToManageSubscription": m10,
|
|
|
"continueLabel": MessageLookupByLibrary.simpleMessage("继续"),
|
|
|
"continueOnFreeTrial": MessageLookupByLibrary.simpleMessage("继续免费试用"),
|
|
|
"copyEmailAddress": MessageLookupByLibrary.simpleMessage("复制电子邮件地址"),
|
|
@@ -412,7 +412,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"deleteFromEnte": MessageLookupByLibrary.simpleMessage("从ente 中删除"),
|
|
|
"deleteLocation": MessageLookupByLibrary.simpleMessage("删除位置"),
|
|
|
"deletePhotos": MessageLookupByLibrary.simpleMessage("删除照片"),
|
|
|
- "deleteProgress": m48,
|
|
|
+ "deleteProgress": m11,
|
|
|
"deleteReason1": MessageLookupByLibrary.simpleMessage("找不到我想要的功能"),
|
|
|
"deleteReason2":
|
|
|
MessageLookupByLibrary.simpleMessage("应用或某个功能不会有 \n行为。我认为它应该有的"),
|
|
@@ -439,7 +439,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("查看者仍然可以使用外部工具截图或保存您的照片副本"),
|
|
|
"disableDownloadWarningTitle":
|
|
|
MessageLookupByLibrary.simpleMessage("请注意"),
|
|
|
- "disableLinkMessage": m5,
|
|
|
+ "disableLinkMessage": m12,
|
|
|
"disableTwofactor": MessageLookupByLibrary.simpleMessage("禁用双因素认证"),
|
|
|
"disablingTwofactorAuthentication":
|
|
|
MessageLookupByLibrary.simpleMessage("正在禁用双因素认证..."),
|
|
@@ -455,15 +455,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"download": MessageLookupByLibrary.simpleMessage("下载"),
|
|
|
"downloadFailed": MessageLookupByLibrary.simpleMessage("下載失敗"),
|
|
|
"downloading": MessageLookupByLibrary.simpleMessage("正在下载..."),
|
|
|
- "dropSupportEmail": m6,
|
|
|
- "duplicateFileCountWithStorageSaved": m7,
|
|
|
+ "dropSupportEmail": m13,
|
|
|
+ "duplicateFileCountWithStorageSaved": m14,
|
|
|
"edit": MessageLookupByLibrary.simpleMessage("编辑"),
|
|
|
"editLocationTagTitle": MessageLookupByLibrary.simpleMessage("编辑位置"),
|
|
|
"editsSaved": MessageLookupByLibrary.simpleMessage("已保存编辑"),
|
|
|
"eligible": MessageLookupByLibrary.simpleMessage("符合资格"),
|
|
|
"email": MessageLookupByLibrary.simpleMessage("电子邮件地址"),
|
|
|
- "emailChangedTo": m49,
|
|
|
- "emailNoEnteAccount": m8,
|
|
|
+ "emailChangedTo": m15,
|
|
|
+ "emailNoEnteAccount": m16,
|
|
|
"emailYourLogs": MessageLookupByLibrary.simpleMessage("通过电子邮件发送您的日志"),
|
|
|
"empty": MessageLookupByLibrary.simpleMessage("空的"),
|
|
|
"emptyTrash": MessageLookupByLibrary.simpleMessage("要清空回收站吗?"),
|
|
@@ -529,23 +529,23 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("无法将文件保存到相册"),
|
|
|
"fileInfoAddDescHint": MessageLookupByLibrary.simpleMessage("添加说明..."),
|
|
|
"fileSavedToGallery": MessageLookupByLibrary.simpleMessage("文件已保存到相册"),
|
|
|
- "filesBackedUpFromDevice": m50,
|
|
|
- "filesBackedUpInAlbum": m51,
|
|
|
+ "filesBackedUpFromDevice": m17,
|
|
|
+ "filesBackedUpInAlbum": m18,
|
|
|
"filesDeleted": MessageLookupByLibrary.simpleMessage("文件已删除"),
|
|
|
"flip": MessageLookupByLibrary.simpleMessage("上下翻转"),
|
|
|
"forYourMemories": MessageLookupByLibrary.simpleMessage("为您的回忆"),
|
|
|
"forgotPassword": MessageLookupByLibrary.simpleMessage("忘记密码"),
|
|
|
"freeStorageClaimed": MessageLookupByLibrary.simpleMessage("已领取的免费存储"),
|
|
|
- "freeStorageOnReferralSuccess": m9,
|
|
|
- "freeStorageSpace": m52,
|
|
|
+ "freeStorageOnReferralSuccess": m19,
|
|
|
+ "freeStorageSpace": m20,
|
|
|
"freeStorageUsable": MessageLookupByLibrary.simpleMessage("可用的免费存储"),
|
|
|
"freeTrial": MessageLookupByLibrary.simpleMessage("免费试用"),
|
|
|
- "freeTrialValidTill": m10,
|
|
|
- "freeUpAccessPostDelete": m53,
|
|
|
- "freeUpAmount": m54,
|
|
|
+ "freeTrialValidTill": m21,
|
|
|
+ "freeUpAccessPostDelete": m22,
|
|
|
+ "freeUpAmount": m23,
|
|
|
"freeUpDeviceSpace": MessageLookupByLibrary.simpleMessage("释放设备空间"),
|
|
|
"freeUpSpace": MessageLookupByLibrary.simpleMessage("释放空间"),
|
|
|
- "freeUpSpaceSaving": m55,
|
|
|
+ "freeUpSpaceSaving": m24,
|
|
|
"galleryMemoryLimitInfo":
|
|
|
MessageLookupByLibrary.simpleMessage("在图库中显示最多1000个回忆"),
|
|
|
"general": MessageLookupByLibrary.simpleMessage("通用"),
|
|
@@ -589,8 +589,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"看起来出了点问题。 请稍后重试。 如果错误仍然存在,请联系我们的支持团队。"),
|
|
|
- "itemCount": m11,
|
|
|
- "itemSelectedCount": m56,
|
|
|
+ "itemCount": m25,
|
|
|
+ "itemSelectedCount": m26,
|
|
|
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
|
|
|
MessageLookupByLibrary.simpleMessage("项目显示永久删除前剩余的天数"),
|
|
|
"itemsWillBeRemovedFromAlbum":
|
|
@@ -612,7 +612,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"linkDeviceLimit": MessageLookupByLibrary.simpleMessage("设备限制"),
|
|
|
"linkEnabled": MessageLookupByLibrary.simpleMessage("已启用"),
|
|
|
"linkExpired": MessageLookupByLibrary.simpleMessage("已过期"),
|
|
|
- "linkExpiresOn": m12,
|
|
|
+ "linkExpiresOn": m27,
|
|
|
"linkExpiry": MessageLookupByLibrary.simpleMessage("链接过期"),
|
|
|
"linkHasExpired": MessageLookupByLibrary.simpleMessage("链接已过期"),
|
|
|
"linkNeverExpires": MessageLookupByLibrary.simpleMessage("永不"),
|
|
@@ -663,16 +663,16 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"manageSubscription": MessageLookupByLibrary.simpleMessage("管理订阅"),
|
|
|
"mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
|
|
|
"matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
|
|
|
- "maxDeviceLimitSpikeHandling": m13,
|
|
|
- "memoryCount": m14,
|
|
|
+ "maxDeviceLimitSpikeHandling": m28,
|
|
|
+ "memoryCount": m29,
|
|
|
"merchandise": MessageLookupByLibrary.simpleMessage("商品"),
|
|
|
"mobileWebDesktop":
|
|
|
MessageLookupByLibrary.simpleMessage("移动端, 网页端, 桌面端"),
|
|
|
"moderateStrength": MessageLookupByLibrary.simpleMessage("中等"),
|
|
|
"monthly": MessageLookupByLibrary.simpleMessage("每月"),
|
|
|
- "moveItem": m57,
|
|
|
+ "moveItem": m30,
|
|
|
"moveToAlbum": MessageLookupByLibrary.simpleMessage("移动到相册"),
|
|
|
- "movedSuccessfullyTo": m58,
|
|
|
+ "movedSuccessfullyTo": m31,
|
|
|
"movedToTrash": MessageLookupByLibrary.simpleMessage("已移至回收站"),
|
|
|
"movingFilesToAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("正在将文件移动到相册..."),
|
|
@@ -714,13 +714,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"passwordChangedSuccessfully":
|
|
|
MessageLookupByLibrary.simpleMessage("密码修改成功"),
|
|
|
"passwordLock": MessageLookupByLibrary.simpleMessage("密码锁"),
|
|
|
- "passwordStrength": m15,
|
|
|
+ "passwordStrength": m32,
|
|
|
"passwordWarning": MessageLookupByLibrary.simpleMessage(
|
|
|
"我们不储存这个密码,所以如果忘记, <underline>我们不能解密您的数据</underline>"),
|
|
|
"paymentDetails": MessageLookupByLibrary.simpleMessage("付款明细"),
|
|
|
"paymentFailed": MessageLookupByLibrary.simpleMessage("支付失败"),
|
|
|
- "paymentFailedTalkToProvider": m16,
|
|
|
- "paymentFailedWithReason": m17,
|
|
|
+ "paymentFailedTalkToProvider": m33,
|
|
|
+ "paymentFailedWithReason": m34,
|
|
|
"pendingSync": MessageLookupByLibrary.simpleMessage("正在等待同步"),
|
|
|
"peopleUsingYourCode": MessageLookupByLibrary.simpleMessage("使用您的代码的人"),
|
|
|
"permDeleteWarning":
|
|
@@ -740,10 +740,10 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"请用英语联系 support@ente.io ,我们将乐意提供帮助!"),
|
|
|
"pleaseContactSupportIfTheProblemPersists":
|
|
|
MessageLookupByLibrary.simpleMessage("如果问题仍然存在,请联系支持"),
|
|
|
- "pleaseEmailUsAt": m59,
|
|
|
+ "pleaseEmailUsAt": m35,
|
|
|
"pleaseGrantPermissions": MessageLookupByLibrary.simpleMessage("请授予权限"),
|
|
|
"pleaseLoginAgain": MessageLookupByLibrary.simpleMessage("请重新登录"),
|
|
|
- "pleaseSendTheLogsTo": m60,
|
|
|
+ "pleaseSendTheLogsTo": m36,
|
|
|
"pleaseTryAgain": MessageLookupByLibrary.simpleMessage("请重试"),
|
|
|
"pleaseVerifyTheCodeYouHaveEntered":
|
|
|
MessageLookupByLibrary.simpleMessage("请验证您输入的代码"),
|
|
@@ -766,7 +766,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"raiseTicket": MessageLookupByLibrary.simpleMessage("提升工单"),
|
|
|
"rateTheApp": MessageLookupByLibrary.simpleMessage("为此应用评分"),
|
|
|
"rateUs": MessageLookupByLibrary.simpleMessage("给我们评分"),
|
|
|
- "rateUsOnStore": m18,
|
|
|
+ "rateUsOnStore": m37,
|
|
|
"recover": MessageLookupByLibrary.simpleMessage("恢复"),
|
|
|
"recoverAccount": MessageLookupByLibrary.simpleMessage("恢复账户"),
|
|
|
"recoverButton": MessageLookupByLibrary.simpleMessage("恢复"),
|
|
@@ -791,7 +791,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("推荐朋友和 2 倍您的计划"),
|
|
|
"referralStep1": MessageLookupByLibrary.simpleMessage("1. 将此代码提供给您的朋友"),
|
|
|
"referralStep2": MessageLookupByLibrary.simpleMessage("2. 他们注册一个付费计划"),
|
|
|
- "referralStep3": m19,
|
|
|
+ "referralStep3": m38,
|
|
|
"referrals": MessageLookupByLibrary.simpleMessage("推荐人"),
|
|
|
"referralsAreCurrentlyPaused":
|
|
|
MessageLookupByLibrary.simpleMessage("推荐已暂停"),
|
|
@@ -810,7 +810,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"removeFromFavorite": MessageLookupByLibrary.simpleMessage("从收藏中移除"),
|
|
|
"removeLink": MessageLookupByLibrary.simpleMessage("移除链接"),
|
|
|
"removeParticipant": MessageLookupByLibrary.simpleMessage("移除参与者"),
|
|
|
- "removeParticipantBody": m20,
|
|
|
+ "removeParticipantBody": m39,
|
|
|
"removePublicLink": MessageLookupByLibrary.simpleMessage("删除公开链接"),
|
|
|
"removeShareItemsWarning":
|
|
|
MessageLookupByLibrary.simpleMessage("您要删除的某些项目是由其他人添加的,您将无法访问它们"),
|
|
@@ -821,7 +821,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"renameAlbum": MessageLookupByLibrary.simpleMessage("重命名相册"),
|
|
|
"renameFile": MessageLookupByLibrary.simpleMessage("重命名文件"),
|
|
|
"renewSubscription": MessageLookupByLibrary.simpleMessage("续费订阅"),
|
|
|
- "renewsOn": m21,
|
|
|
+ "renewsOn": m40,
|
|
|
"reportABug": MessageLookupByLibrary.simpleMessage("报告错误"),
|
|
|
"reportBug": MessageLookupByLibrary.simpleMessage("报告错误"),
|
|
|
"resendEmail": MessageLookupByLibrary.simpleMessage("重新发送电子邮件"),
|
|
@@ -864,8 +864,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("所选文件夹将被加密和备份"),
|
|
|
"selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
|
|
|
MessageLookupByLibrary.simpleMessage("所选项目将从所有相册中删除并移动到回收站。"),
|
|
|
- "selectedPhotos": m22,
|
|
|
- "selectedPhotosWithYours": m23,
|
|
|
+ "selectedPhotos": m41,
|
|
|
+ "selectedPhotosWithYours": m42,
|
|
|
"send": MessageLookupByLibrary.simpleMessage("发送"),
|
|
|
"sendEmail": MessageLookupByLibrary.simpleMessage("发送电子邮件"),
|
|
|
"sendInvite": MessageLookupByLibrary.simpleMessage("发送邀请"),
|
|
@@ -883,31 +883,31 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("打开相册并点击右上角的分享按钮进行分享"),
|
|
|
"shareAnAlbumNow": MessageLookupByLibrary.simpleMessage("立即分享相册"),
|
|
|
"shareLink": MessageLookupByLibrary.simpleMessage("分享链接"),
|
|
|
- "shareMyVerificationID": m24,
|
|
|
+ "shareMyVerificationID": m43,
|
|
|
"shareOnlyWithThePeopleYouWant":
|
|
|
MessageLookupByLibrary.simpleMessage("仅与您想要的人分享"),
|
|
|
- "shareTextConfirmOthersVerificationID": m25,
|
|
|
+ "shareTextConfirmOthersVerificationID": m44,
|
|
|
"shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
|
|
|
"下载 ente,以便我们轻松分享原始质量的照片和视频\n\nhttps://ente.io"),
|
|
|
- "shareTextReferralCode": m26,
|
|
|
+ "shareTextReferralCode": m45,
|
|
|
"shareWithNonenteUsers":
|
|
|
MessageLookupByLibrary.simpleMessage("与非ente 用户分享"),
|
|
|
- "shareWithPeopleSectionTitle": m27,
|
|
|
+ "shareWithPeopleSectionTitle": m46,
|
|
|
"shareYourFirstAlbum":
|
|
|
MessageLookupByLibrary.simpleMessage("分享您的第一个相册"),
|
|
|
"sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
|
|
|
"与其他ente用户创建共享和协作相册,包括免费计划的用户。"),
|
|
|
"sharedByMe": MessageLookupByLibrary.simpleMessage("由我共享的"),
|
|
|
- "sharedWith": m28,
|
|
|
+ "sharedWith": m47,
|
|
|
"sharedWithMe": MessageLookupByLibrary.simpleMessage("与我共享"),
|
|
|
"sharing": MessageLookupByLibrary.simpleMessage("正在分享..."),
|
|
|
"signUpTerms": MessageLookupByLibrary.simpleMessage(
|
|
|
"我同意 <u-terms>服务条款</u-terms> 和 <u-policy>隐私政策</u-policy>"),
|
|
|
- "singleFileDeleteFromDevice": m29,
|
|
|
+ "singleFileDeleteFromDevice": m48,
|
|
|
"singleFileDeleteHighlight":
|
|
|
MessageLookupByLibrary.simpleMessage("它将从所有相册中删除。"),
|
|
|
- "singleFileInBothLocalAndRemote": m30,
|
|
|
- "singleFileInRemoteOnly": m31,
|
|
|
+ "singleFileInBothLocalAndRemote": m49,
|
|
|
+ "singleFileInRemoteOnly": m50,
|
|
|
"skip": MessageLookupByLibrary.simpleMessage("略过"),
|
|
|
"social": MessageLookupByLibrary.simpleMessage("社交"),
|
|
|
"someItemsAreInBothEnteAndYourDevice":
|
|
@@ -937,12 +937,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"storage": MessageLookupByLibrary.simpleMessage("存储空间"),
|
|
|
"storageBreakupFamily": MessageLookupByLibrary.simpleMessage("家庭"),
|
|
|
"storageBreakupYou": MessageLookupByLibrary.simpleMessage("您"),
|
|
|
- "storageInGB": m32,
|
|
|
+ "storageInGB": m51,
|
|
|
"storageLimitExceeded": MessageLookupByLibrary.simpleMessage("已超出存储限制"),
|
|
|
- "storageUsageInfo": m61,
|
|
|
+ "storageUsageInfo": m52,
|
|
|
"strongStrength": MessageLookupByLibrary.simpleMessage("强"),
|
|
|
- "subAlreadyLinkedErrMessage": m33,
|
|
|
- "subWillBeCancelledOn": m34,
|
|
|
+ "subAlreadyLinkedErrMessage": m53,
|
|
|
+ "subWillBeCancelledOn": m54,
|
|
|
"subscribe": MessageLookupByLibrary.simpleMessage("订阅"),
|
|
|
"subscribeToEnableSharing":
|
|
|
MessageLookupByLibrary.simpleMessage("您的订阅似乎已过期。请订阅以启用分享。"),
|
|
@@ -953,7 +953,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("取消归档成功"),
|
|
|
"suggestFeatures": MessageLookupByLibrary.simpleMessage("建议新功能"),
|
|
|
"support": MessageLookupByLibrary.simpleMessage("支持"),
|
|
|
- "syncProgress": m35,
|
|
|
+ "syncProgress": m55,
|
|
|
"syncStopped": MessageLookupByLibrary.simpleMessage("同步已停止"),
|
|
|
"syncing": MessageLookupByLibrary.simpleMessage("正在同步···"),
|
|
|
"systemTheme": MessageLookupByLibrary.simpleMessage("系统"),
|
|
@@ -976,7 +976,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"theme": MessageLookupByLibrary.simpleMessage("主题"),
|
|
|
"theseItemsWillBeDeletedFromYourDevice":
|
|
|
MessageLookupByLibrary.simpleMessage("这些项目将从您的设备中删除。"),
|
|
|
- "theyAlsoGetXGb": m36,
|
|
|
+ "theyAlsoGetXGb": m56,
|
|
|
"theyWillBeDeletedFromAllAlbums":
|
|
|
MessageLookupByLibrary.simpleMessage("他们将从所有相册中删除。"),
|
|
|
"thisActionCannotBeUndone":
|
|
@@ -990,7 +990,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("这个邮箱地址已经被使用"),
|
|
|
"thisImageHasNoExifData":
|
|
|
MessageLookupByLibrary.simpleMessage("此图像没有Exif 数据"),
|
|
|
- "thisIsPersonVerificationId": m37,
|
|
|
+ "thisIsPersonVerificationId": m57,
|
|
|
"thisIsYourVerificationId":
|
|
|
MessageLookupByLibrary.simpleMessage("这是您的验证 ID"),
|
|
|
"thisWillLogYouOutOfTheFollowingDevice":
|
|
@@ -1003,7 +1003,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"total": MessageLookupByLibrary.simpleMessage("总计"),
|
|
|
"totalSize": MessageLookupByLibrary.simpleMessage("总大小"),
|
|
|
"trash": MessageLookupByLibrary.simpleMessage("回收站"),
|
|
|
- "trashDaysLeft": m62,
|
|
|
+ "trashDaysLeft": m58,
|
|
|
"tryAgain": MessageLookupByLibrary.simpleMessage("请再试一次"),
|
|
|
"turnOnBackupForAutoUpload":
|
|
|
MessageLookupByLibrary.simpleMessage("打开备份以自动上传添加到此设备文件夹的文件。"),
|
|
@@ -1047,7 +1047,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"verificationId": MessageLookupByLibrary.simpleMessage("验证 ID"),
|
|
|
"verify": MessageLookupByLibrary.simpleMessage("验证"),
|
|
|
"verifyEmail": MessageLookupByLibrary.simpleMessage("验证电子邮件"),
|
|
|
- "verifyEmailID": m38,
|
|
|
+ "verifyEmailID": m59,
|
|
|
"verifyIDLabel": MessageLookupByLibrary.simpleMessage("验证"),
|
|
|
"verifyPassword": MessageLookupByLibrary.simpleMessage("验证密码"),
|
|
|
"verifying": MessageLookupByLibrary.simpleMessage("正在验证..."),
|
|
@@ -1064,11 +1064,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"weAreOpenSource": MessageLookupByLibrary.simpleMessage("我们是开源的 !"),
|
|
|
"weDontSupportEditingPhotosAndAlbumsThatYouDont":
|
|
|
MessageLookupByLibrary.simpleMessage("我们不支持编辑您尚未拥有的照片和相册"),
|
|
|
- "weHaveSendEmailTo": m39,
|
|
|
+ "weHaveSendEmailTo": m60,
|
|
|
"weakStrength": MessageLookupByLibrary.simpleMessage("弱"),
|
|
|
"welcomeBack": MessageLookupByLibrary.simpleMessage("欢迎回来!"),
|
|
|
"yearly": MessageLookupByLibrary.simpleMessage("每年"),
|
|
|
- "yearsAgo": m40,
|
|
|
+ "yearsAgo": m61,
|
|
|
"yes": MessageLookupByLibrary.simpleMessage("是"),
|
|
|
"yesCancel": MessageLookupByLibrary.simpleMessage("是的,取消"),
|
|
|
"yesConvertToViewer": MessageLookupByLibrary.simpleMessage("是的,转换为查看者"),
|
|
@@ -1094,7 +1094,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("莫开玩笑,您不能与自己分享"),
|
|
|
"youDontHaveAnyArchivedItems":
|
|
|
MessageLookupByLibrary.simpleMessage("您没有任何存档的项目。"),
|
|
|
- "youHaveSuccessfullyFreedUp": m41,
|
|
|
+ "youHaveSuccessfullyFreedUp": m62,
|
|
|
"yourAccountHasBeenDeleted":
|
|
|
MessageLookupByLibrary.simpleMessage("您的账户已删除"),
|
|
|
"yourPlanWasSuccessfullyDowngraded":
|