Shorten lastSeen for en,de,es,fr

This commit is contained in:
ericz
2026-03-04 21:41:51 +01:00
parent bd5db9a9d5
commit e125318137
9 changed files with 50 additions and 50 deletions
+6 -6
View File
@@ -1501,37 +1501,37 @@ abstract class AppLocalizations {
/// No description provided for @contacts_lastSeenNow.
///
/// In en, this message translates to:
/// **'Last seen now'**
/// **'recently'**
String get contacts_lastSeenNow;
/// No description provided for @contacts_lastSeenMinsAgo.
///
/// In en, this message translates to:
/// **'Last seen {minutes} mins ago'**
/// **'- {minutes} min.'**
String contacts_lastSeenMinsAgo(int minutes);
/// No description provided for @contacts_lastSeenHourAgo.
///
/// In en, this message translates to:
/// **'Last seen 1 hour ago'**
/// **'~ 1 hour'**
String get contacts_lastSeenHourAgo;
/// No description provided for @contacts_lastSeenHoursAgo.
///
/// In en, this message translates to:
/// **'Last seen {hours} hours ago'**
/// **'~ {hours} hours'**
String contacts_lastSeenHoursAgo(int hours);
/// No description provided for @contacts_lastSeenDayAgo.
///
/// In en, this message translates to:
/// **'Last seen 1 day ago'**
/// **'~ 1 day'**
String get contacts_lastSeenDayAgo;
/// No description provided for @contacts_lastSeenDaysAgo.
///
/// In en, this message translates to:
/// **'Last seen {days} days ago'**
/// **'~ {days} days'**
String contacts_lastSeenDaysAgo(int days);
/// No description provided for @channels_title.