这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/i18n/aria/aria.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ nFiles:
newFollowRequestReceived: "There are new follow requests"
newNotes: "New notes"
newNotificationReceived: "There are new notifications"
newNotifications: "新しい通知"
newNotifications: "New notifications"
noAccounts: "No accounts"
noTabs: "No tabs"
noThemes: "No themes"
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/strings_en_US.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class _StringsAriaEnUs {
String get newFollowRequestReceived => 'There are new follow requests';
String get newNotes => 'New notes';
String get newNotificationReceived => 'There are new notifications';
String get newNotifications => '新しい通知';
String get newNotifications => 'New notifications';
String get noAccounts => 'No accounts';
String get noTabs => 'No tabs';
String get noThemes => 'No themes';
Expand Down