diff --git a/lib/l10n/intl_zh_Hant.arb b/lib/l10n/intl_zh_Hant.arb index a67e28a5..ca14c17f 100644 --- a/lib/l10n/intl_zh_Hant.arb +++ b/lib/l10n/intl_zh_Hant.arb @@ -1750,5 +1750,17 @@ "@sendImage": { "type": "text", "placeholders": {} + }, + "sentAFile": "{username}發送了一個文件", + "@sentAFile": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "sendVideo": "傳送影片", + "@sendVideo": { + "type": "text", + "placeholders": {} } }