[mob] Generated strings

This commit is contained in:
Neeraj Gupta 2024-05-14 16:43:44 +05:30
parent e4dcdeb030
commit b4af04433a
2 changed files with 9 additions and 8 deletions

View file

@ -631,8 +631,9 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Dobre seu armazenamento"),
"download": MessageLookupByLibrary.simpleMessage("Baixar"),
"downloadFailed":
MessageLookupByLibrary.simpleMessage("Falha ao baixar"),
"downloading": MessageLookupByLibrary.simpleMessage("Baixando..."),
MessageLookupByLibrary.simpleMessage("Falha no download"),
"downloading":
MessageLookupByLibrary.simpleMessage("Fazendo download..."),
"dropSupportEmail": m17,
"duplicateFileCountWithStorageSaved": m18,
"duplicateItemsGroup": m19,
@ -718,8 +719,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Falha ao aplicar o código"),
"failedToCancel":
MessageLookupByLibrary.simpleMessage("Falha ao cancelar"),
"failedToDownloadVideo":
MessageLookupByLibrary.simpleMessage("Falha ao baixar vídeo"),
"failedToDownloadVideo": MessageLookupByLibrary.simpleMessage(
"Falha ao fazer download do vídeo"),
"failedToFetchOriginalForEdit": MessageLookupByLibrary.simpleMessage(
"Falha ao obter original para edição"),
"failedToFetchReferralDetails": MessageLookupByLibrary.simpleMessage(
@ -737,7 +738,7 @@ class MessageLookup extends MessageLookupByLibrary {
"familyPlans": MessageLookupByLibrary.simpleMessage("Plano familiar"),
"faq": MessageLookupByLibrary.simpleMessage("Perguntas frequentes"),
"faqs": MessageLookupByLibrary.simpleMessage("Perguntas frequentes"),
"favorite": MessageLookupByLibrary.simpleMessage("Favoritar"),
"favorite": MessageLookupByLibrary.simpleMessage("Favorito"),
"feedback": MessageLookupByLibrary.simpleMessage("Comentários"),
"fileFailedToSaveToGallery": MessageLookupByLibrary.simpleMessage(
"Falha ao salvar o arquivo na galeria"),
@ -904,8 +905,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Carregando galeria..."),
"loadingMessage":
MessageLookupByLibrary.simpleMessage("Carregando suas fotos..."),
"loadingModel":
MessageLookupByLibrary.simpleMessage("Baixando modelos..."),
"loadingModel": MessageLookupByLibrary.simpleMessage(
"Fazendo download de modelos..."),
"localGallery": MessageLookupByLibrary.simpleMessage("Galeria local"),
"location": MessageLookupByLibrary.simpleMessage("Local"),
"locationName": MessageLookupByLibrary.simpleMessage("Nome do Local"),

View file

@ -124,7 +124,7 @@ class MessageLookup extends MessageLookupByLibrary {
static String m37(providerName) => "如果您被收取费用,请用英语与 ${providerName} 的客服聊天";
static String m38(endDate) => "免费试用有效期至 ${endDate}\n之后您可以选择付费计划。";
static String m38(endDate) => "免费试用有效期至 ${endDate}\n您可以随后购买付费计划。";
static String m39(toEmail) => "请给我们发送电子邮件至 ${toEmail}";