update translations

This commit is contained in:
Sorunome 2020-07-24 11:44:00 +02:00
commit 28a2d19974
7 changed files with 120 additions and 59 deletions

View file

@ -52,7 +52,7 @@ class MessageLookup extends MessageLookupByLibrary {
static m15(username, joinRules) => "${username}が参加ルールを${joinRules}に変更しました";
static m16(username) => "${username}がプロフィールのアバターを変更しました";
static m16(username) => "${username}がアバターを変更しました";
static m17(username) => "${username}が部屋のエイリアスを変更しました";
@ -66,7 +66,7 @@ class MessageLookup extends MessageLookupByLibrary {
static m22(date, timeOfDay) => "${date}, ${timeOfDay}";
static m23(year, month, day) => "${year}-${month}-${day}";
static m23(year, month, day) => "${year}/${month}/${day}";
static m24(month, day) => "${month}-${day}";