Cambio de icono y traducciones
This commit is contained in:
@@ -730,4 +730,24 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get automaticLanguage => 'Автоматически';
|
||||
|
||||
@override
|
||||
String get noSavedGames => 'Сохранённых игр пока нет.';
|
||||
|
||||
@override
|
||||
String get errorNoGame => 'Ошибка: нет игры';
|
||||
|
||||
@override
|
||||
String get disconnectedPlayersWarning => 'У некоторых игроков устройство отключено.';
|
||||
|
||||
@override
|
||||
String get assumeOnThisPhone => 'Взять на этом телефоне';
|
||||
|
||||
@override
|
||||
String get noResult => 'Нет результата';
|
||||
|
||||
@override
|
||||
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
|
||||
return '$players игроков • $impostors самозванцев • $rounds раундов\n$word • $category';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user