cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
part of 'stream_chat_localizations.dart';
|
part of 'stream_chat_localizations.dart';
|
||||||
|
|
||||||
/// The translations for German (`de`).
|
/// The translations for German (`de`).
|
||||||
class StreamChatLocalizationsDE extends GlobalStreamChatLocalizations {
|
class StreamChatLocalizationsDe extends GlobalStreamChatLocalizations {
|
||||||
/// Create an instance of the translation bundle for German.
|
/// Create an instance of the translation bundle for German.
|
||||||
const StreamChatLocalizationsDe({String localeName = 'de'})
|
const StreamChatLocalizationsDe({String localeName = 'de'})
|
||||||
: super(localeName: localeName);
|
: super(localeName: localeName);
|
||||||
@@ -122,7 +122,8 @@ class StreamChatLocalizationsDE extends GlobalStreamChatLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String fileTooLargeError(double limitInMB) =>
|
String fileTooLargeError(double limitInMB) =>
|
||||||
'Die Datei ist zu groß zum Hochladen. Die Dateigröße ist begrenzt auf $limitInMB MB.';
|
'Die Datei ist zu groß zum Hochladen. '
|
||||||
|
'Die Dateigröße ist begrenzt auf $limitInMB MB.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String emojiMatchingQueryText(String query) => 'Emoji-Abgleich "$query"';
|
String emojiMatchingQueryText(String query) => 'Emoji-Abgleich "$query"';
|
||||||
@@ -263,8 +264,8 @@ class StreamChatLocalizationsDE extends GlobalStreamChatLocalizations {
|
|||||||
String get letsStartChattingLabel => 'Lass uns anfangen zu chatten!';
|
String get letsStartChattingLabel => 'Lass uns anfangen zu chatten!';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get sendingFirstMessageLabel =>
|
String get sendingFirstMessageLabel => 'Wie wäre es, wenn Sie Ihre erste '
|
||||||
'Wie wäre es, wenn Sie Ihre erste Nachricht an einen Freund senden würden?';
|
'Nachricht an einen Freund senden würden?';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get startAChatLabel => 'Einen Chat beginnen';
|
String get startAChatLabel => 'Einen Chat beginnen';
|
||||||
@@ -368,4 +369,18 @@ class StreamChatLocalizationsDE extends GlobalStreamChatLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get slowModeOnLabel => 'Langsam-Modus EIN';
|
String get slowModeOnLabel => 'Langsam-Modus EIN';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get linkDisabledDetails =>
|
||||||
|
'Das Senden von Links ist in dieser Konversation nicht erlaubt.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get linkDisabledError => 'Verknüpfungen sind deaktiviert';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendMessagePermissionError =>
|
||||||
|
'Sie sind nicht berechtigt, Nachrichten zu senden';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get viewLibrary => 'Bibliothek ansehen';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user