diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 7f2d31f..eb44cfe 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -66,7 +66,7 @@ android {
}
defaultConfig {
- applicationId = "chat.fluffy.fluffychat"
+ applicationId = "xyz.extera.next"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
diff --git a/android/app/google-services.json b/android/app/google-services.json
deleted file mode 100644
index e33988c..0000000
--- a/android/app/google-services.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "project_info": {
- "project_number": "865731724731",
- "project_id": "fluffychat-ef3e8",
- "storage_bucket": "fluffychat-ef3e8.appspot.com"
- },
- "client": [
- {
- "client_info": {
- "mobilesdk_app_id": "1:865731724731:android:ec427b3b1dcd4a1e64309e",
- "android_client_info": {
- "package_name": "chat.fluffy.fluffychat"
- }
- },
- "oauth_client": [
- {
- "client_id": "865731724731-od6969v178ul9970elgacpt936v5t7qg.apps.googleusercontent.com",
- "client_type": 3
- }
- ],
- "api_key": [
- {
- "current_key": "AIzaSyBLdZpGSPjcinikB4lAU6awW_h88NG17Sg"
- }
- ],
- "services": {
- "appinvite_service": {
- "other_platform_oauth_client": [
- {
- "client_id": "865731724731-od6969v178ul9970elgacpt936v5t7qg.apps.googleusercontent.com",
- "client_type": 3
- },
- {
- "client_id": "865731724731-ofdr7e6m04murgb1bvchlj9oaos0q5i3.apps.googleusercontent.com",
- "client_type": 2,
- "ios_info": {
- "bundle_id": "im.fluffychat.app"
- }
- }
- ]
- }
- }
- }
- ],
- "configuration_version": "1"
-}
\ No newline at end of file
diff --git a/android/build/reports/problems/problems-report.html b/android/build/reports/problems/problems-report.html
index 73e0b7e..972d482 100644
--- a/android/build/reports/problems/problems-report.html
+++ b/android/build/reports/problems/problems-report.html
@@ -650,7 +650,7 @@ code + .copy-button {
diff --git a/lib/generated/l10n/l10n.dart b/lib/generated/l10n/l10n.dart
index c00e5d6..ad42468 100644
--- a/lib/generated/l10n/l10n.dart
+++ b/lib/generated/l10n/l10n.dart
@@ -108,7 +108,8 @@ import 'l10n_zh.dart' deferred as l10n_zh;
/// be consistent with the languages listed in the L10n.supportedLocales
/// property.
abstract class L10n {
- L10n(String locale) : localeName = intl.Intl.canonicalizedLocale(locale.toString());
+ L10n(String locale)
+ : localeName = intl.Intl.canonicalizedLocale(locale.toString());
final String localeName;
@@ -128,7 +129,8 @@ abstract class L10n {
/// Additional delegates can be added by appending to this list in
/// MaterialApp. This list does not have to be used at all if a custom list
/// of delegates is preferred or required.
- static const List> localizationsDelegates = >[
+ static const List> localizationsDelegates =
+ >[
delegate,
GlobalMaterialLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
@@ -693,7 +695,8 @@ abstract class L10n {
///
/// In en, this message translates to:
/// **'The homeserver supports the login types:\n{serverVersions}\nBut this app supports only:\n{supportedVersions}'**
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions);
+ String badServerLoginTypesException(
+ String serverVersions, String supportedVersions, Object suportedVersions);
/// No description provided for @sendTypingNotifications.
///
@@ -717,7 +720,8 @@ abstract class L10n {
///
/// In en, this message translates to:
/// **'The homeserver supports the Spec versions:\n{serverVersions}\nBut this app supports only {supportedVersions}'**
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions);
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions);
/// No description provided for @countChatsAndCountParticipants.
///
@@ -5169,92 +5173,200 @@ class _L10nDelegate extends LocalizationsDelegate {
}
@override
- bool isSupported(Locale locale) => ['ar', 'be', 'bn', 'bo', 'ca', 'cs', 'de', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fa', 'fi', 'fil', 'fr', 'ga', 'gl', 'he', 'hi', 'hr', 'hu', 'ia', 'id', 'ie', 'it', 'ja', 'ka', 'ko', 'lt', 'lv', 'nb', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sl', 'sr', 'sv', 'ta', 'te', 'th', 'tr', 'uk', 'vi', 'zh'].contains(locale.languageCode);
+ bool isSupported(Locale locale) => [
+ 'ar',
+ 'be',
+ 'bn',
+ 'bo',
+ 'ca',
+ 'cs',
+ 'de',
+ 'el',
+ 'en',
+ 'eo',
+ 'es',
+ 'et',
+ 'eu',
+ 'fa',
+ 'fi',
+ 'fil',
+ 'fr',
+ 'ga',
+ 'gl',
+ 'he',
+ 'hi',
+ 'hr',
+ 'hu',
+ 'ia',
+ 'id',
+ 'ie',
+ 'it',
+ 'ja',
+ 'ka',
+ 'ko',
+ 'lt',
+ 'lv',
+ 'nb',
+ 'nl',
+ 'pl',
+ 'pt',
+ 'ro',
+ 'ru',
+ 'sk',
+ 'sl',
+ 'sr',
+ 'sv',
+ 'ta',
+ 'te',
+ 'th',
+ 'tr',
+ 'uk',
+ 'vi',
+ 'zh'
+ ].contains(locale.languageCode);
@override
bool shouldReload(_L10nDelegate old) => false;
}
Future lookupL10n(Locale locale) {
-
// Lookup logic when language+script codes are specified.
switch (locale.languageCode) {
- case 'zh': {
- switch (locale.scriptCode) {
- case 'Hant': return l10n_zh.loadLibrary().then((dynamic _) => l10n_zh.L10nZhHant());
- }
- break;
- }
+ case 'zh':
+ {
+ switch (locale.scriptCode) {
+ case 'Hant':
+ return l10n_zh
+ .loadLibrary()
+ .then((dynamic _) => l10n_zh.L10nZhHant());
+ }
+ break;
+ }
}
// Lookup logic when language+country codes are specified.
switch (locale.languageCode) {
- case 'pt': {
- switch (locale.countryCode) {
- case 'BR': return l10n_pt.loadLibrary().then((dynamic _) => l10n_pt.L10nPtBr());
-case 'PT': return l10n_pt.loadLibrary().then((dynamic _) => l10n_pt.L10nPtPt());
- }
- break;
- }
+ case 'pt':
+ {
+ switch (locale.countryCode) {
+ case 'BR':
+ return l10n_pt
+ .loadLibrary()
+ .then((dynamic _) => l10n_pt.L10nPtBr());
+ case 'PT':
+ return l10n_pt
+ .loadLibrary()
+ .then((dynamic _) => l10n_pt.L10nPtPt());
+ }
+ break;
+ }
}
// Lookup logic when only language code is specified.
switch (locale.languageCode) {
- case 'ar': return l10n_ar.loadLibrary().then((dynamic _) => l10n_ar.L10nAr());
- case 'be': return l10n_be.loadLibrary().then((dynamic _) => l10n_be.L10nBe());
- case 'bn': return l10n_bn.loadLibrary().then((dynamic _) => l10n_bn.L10nBn());
- case 'bo': return l10n_bo.loadLibrary().then((dynamic _) => l10n_bo.L10nBo());
- case 'ca': return l10n_ca.loadLibrary().then((dynamic _) => l10n_ca.L10nCa());
- case 'cs': return l10n_cs.loadLibrary().then((dynamic _) => l10n_cs.L10nCs());
- case 'de': return l10n_de.loadLibrary().then((dynamic _) => l10n_de.L10nDe());
- case 'el': return l10n_el.loadLibrary().then((dynamic _) => l10n_el.L10nEl());
- case 'en': return l10n_en.loadLibrary().then((dynamic _) => l10n_en.L10nEn());
- case 'eo': return l10n_eo.loadLibrary().then((dynamic _) => l10n_eo.L10nEo());
- case 'es': return l10n_es.loadLibrary().then((dynamic _) => l10n_es.L10nEs());
- case 'et': return l10n_et.loadLibrary().then((dynamic _) => l10n_et.L10nEt());
- case 'eu': return l10n_eu.loadLibrary().then((dynamic _) => l10n_eu.L10nEu());
- case 'fa': return l10n_fa.loadLibrary().then((dynamic _) => l10n_fa.L10nFa());
- case 'fi': return l10n_fi.loadLibrary().then((dynamic _) => l10n_fi.L10nFi());
- case 'fil': return l10n_fil.loadLibrary().then((dynamic _) => l10n_fil.L10nFil());
- case 'fr': return l10n_fr.loadLibrary().then((dynamic _) => l10n_fr.L10nFr());
- case 'ga': return l10n_ga.loadLibrary().then((dynamic _) => l10n_ga.L10nGa());
- case 'gl': return l10n_gl.loadLibrary().then((dynamic _) => l10n_gl.L10nGl());
- case 'he': return l10n_he.loadLibrary().then((dynamic _) => l10n_he.L10nHe());
- case 'hi': return l10n_hi.loadLibrary().then((dynamic _) => l10n_hi.L10nHi());
- case 'hr': return l10n_hr.loadLibrary().then((dynamic _) => l10n_hr.L10nHr());
- case 'hu': return l10n_hu.loadLibrary().then((dynamic _) => l10n_hu.L10nHu());
- case 'ia': return l10n_ia.loadLibrary().then((dynamic _) => l10n_ia.L10nIa());
- case 'id': return l10n_id.loadLibrary().then((dynamic _) => l10n_id.L10nId());
- case 'ie': return l10n_ie.loadLibrary().then((dynamic _) => l10n_ie.L10nIe());
- case 'it': return l10n_it.loadLibrary().then((dynamic _) => l10n_it.L10nIt());
- case 'ja': return l10n_ja.loadLibrary().then((dynamic _) => l10n_ja.L10nJa());
- case 'ka': return l10n_ka.loadLibrary().then((dynamic _) => l10n_ka.L10nKa());
- case 'ko': return l10n_ko.loadLibrary().then((dynamic _) => l10n_ko.L10nKo());
- case 'lt': return l10n_lt.loadLibrary().then((dynamic _) => l10n_lt.L10nLt());
- case 'lv': return l10n_lv.loadLibrary().then((dynamic _) => l10n_lv.L10nLv());
- case 'nb': return l10n_nb.loadLibrary().then((dynamic _) => l10n_nb.L10nNb());
- case 'nl': return l10n_nl.loadLibrary().then((dynamic _) => l10n_nl.L10nNl());
- case 'pl': return l10n_pl.loadLibrary().then((dynamic _) => l10n_pl.L10nPl());
- case 'pt': return l10n_pt.loadLibrary().then((dynamic _) => l10n_pt.L10nPt());
- case 'ro': return l10n_ro.loadLibrary().then((dynamic _) => l10n_ro.L10nRo());
- case 'ru': return l10n_ru.loadLibrary().then((dynamic _) => l10n_ru.L10nRu());
- case 'sk': return l10n_sk.loadLibrary().then((dynamic _) => l10n_sk.L10nSk());
- case 'sl': return l10n_sl.loadLibrary().then((dynamic _) => l10n_sl.L10nSl());
- case 'sr': return l10n_sr.loadLibrary().then((dynamic _) => l10n_sr.L10nSr());
- case 'sv': return l10n_sv.loadLibrary().then((dynamic _) => l10n_sv.L10nSv());
- case 'ta': return l10n_ta.loadLibrary().then((dynamic _) => l10n_ta.L10nTa());
- case 'te': return l10n_te.loadLibrary().then((dynamic _) => l10n_te.L10nTe());
- case 'th': return l10n_th.loadLibrary().then((dynamic _) => l10n_th.L10nTh());
- case 'tr': return l10n_tr.loadLibrary().then((dynamic _) => l10n_tr.L10nTr());
- case 'uk': return l10n_uk.loadLibrary().then((dynamic _) => l10n_uk.L10nUk());
- case 'vi': return l10n_vi.loadLibrary().then((dynamic _) => l10n_vi.L10nVi());
- case 'zh': return l10n_zh.loadLibrary().then((dynamic _) => l10n_zh.L10nZh());
+ case 'ar':
+ return l10n_ar.loadLibrary().then((dynamic _) => l10n_ar.L10nAr());
+ case 'be':
+ return l10n_be.loadLibrary().then((dynamic _) => l10n_be.L10nBe());
+ case 'bn':
+ return l10n_bn.loadLibrary().then((dynamic _) => l10n_bn.L10nBn());
+ case 'bo':
+ return l10n_bo.loadLibrary().then((dynamic _) => l10n_bo.L10nBo());
+ case 'ca':
+ return l10n_ca.loadLibrary().then((dynamic _) => l10n_ca.L10nCa());
+ case 'cs':
+ return l10n_cs.loadLibrary().then((dynamic _) => l10n_cs.L10nCs());
+ case 'de':
+ return l10n_de.loadLibrary().then((dynamic _) => l10n_de.L10nDe());
+ case 'el':
+ return l10n_el.loadLibrary().then((dynamic _) => l10n_el.L10nEl());
+ case 'en':
+ return l10n_en.loadLibrary().then((dynamic _) => l10n_en.L10nEn());
+ case 'eo':
+ return l10n_eo.loadLibrary().then((dynamic _) => l10n_eo.L10nEo());
+ case 'es':
+ return l10n_es.loadLibrary().then((dynamic _) => l10n_es.L10nEs());
+ case 'et':
+ return l10n_et.loadLibrary().then((dynamic _) => l10n_et.L10nEt());
+ case 'eu':
+ return l10n_eu.loadLibrary().then((dynamic _) => l10n_eu.L10nEu());
+ case 'fa':
+ return l10n_fa.loadLibrary().then((dynamic _) => l10n_fa.L10nFa());
+ case 'fi':
+ return l10n_fi.loadLibrary().then((dynamic _) => l10n_fi.L10nFi());
+ case 'fil':
+ return l10n_fil.loadLibrary().then((dynamic _) => l10n_fil.L10nFil());
+ case 'fr':
+ return l10n_fr.loadLibrary().then((dynamic _) => l10n_fr.L10nFr());
+ case 'ga':
+ return l10n_ga.loadLibrary().then((dynamic _) => l10n_ga.L10nGa());
+ case 'gl':
+ return l10n_gl.loadLibrary().then((dynamic _) => l10n_gl.L10nGl());
+ case 'he':
+ return l10n_he.loadLibrary().then((dynamic _) => l10n_he.L10nHe());
+ case 'hi':
+ return l10n_hi.loadLibrary().then((dynamic _) => l10n_hi.L10nHi());
+ case 'hr':
+ return l10n_hr.loadLibrary().then((dynamic _) => l10n_hr.L10nHr());
+ case 'hu':
+ return l10n_hu.loadLibrary().then((dynamic _) => l10n_hu.L10nHu());
+ case 'ia':
+ return l10n_ia.loadLibrary().then((dynamic _) => l10n_ia.L10nIa());
+ case 'id':
+ return l10n_id.loadLibrary().then((dynamic _) => l10n_id.L10nId());
+ case 'ie':
+ return l10n_ie.loadLibrary().then((dynamic _) => l10n_ie.L10nIe());
+ case 'it':
+ return l10n_it.loadLibrary().then((dynamic _) => l10n_it.L10nIt());
+ case 'ja':
+ return l10n_ja.loadLibrary().then((dynamic _) => l10n_ja.L10nJa());
+ case 'ka':
+ return l10n_ka.loadLibrary().then((dynamic _) => l10n_ka.L10nKa());
+ case 'ko':
+ return l10n_ko.loadLibrary().then((dynamic _) => l10n_ko.L10nKo());
+ case 'lt':
+ return l10n_lt.loadLibrary().then((dynamic _) => l10n_lt.L10nLt());
+ case 'lv':
+ return l10n_lv.loadLibrary().then((dynamic _) => l10n_lv.L10nLv());
+ case 'nb':
+ return l10n_nb.loadLibrary().then((dynamic _) => l10n_nb.L10nNb());
+ case 'nl':
+ return l10n_nl.loadLibrary().then((dynamic _) => l10n_nl.L10nNl());
+ case 'pl':
+ return l10n_pl.loadLibrary().then((dynamic _) => l10n_pl.L10nPl());
+ case 'pt':
+ return l10n_pt.loadLibrary().then((dynamic _) => l10n_pt.L10nPt());
+ case 'ro':
+ return l10n_ro.loadLibrary().then((dynamic _) => l10n_ro.L10nRo());
+ case 'ru':
+ return l10n_ru.loadLibrary().then((dynamic _) => l10n_ru.L10nRu());
+ case 'sk':
+ return l10n_sk.loadLibrary().then((dynamic _) => l10n_sk.L10nSk());
+ case 'sl':
+ return l10n_sl.loadLibrary().then((dynamic _) => l10n_sl.L10nSl());
+ case 'sr':
+ return l10n_sr.loadLibrary().then((dynamic _) => l10n_sr.L10nSr());
+ case 'sv':
+ return l10n_sv.loadLibrary().then((dynamic _) => l10n_sv.L10nSv());
+ case 'ta':
+ return l10n_ta.loadLibrary().then((dynamic _) => l10n_ta.L10nTa());
+ case 'te':
+ return l10n_te.loadLibrary().then((dynamic _) => l10n_te.L10nTe());
+ case 'th':
+ return l10n_th.loadLibrary().then((dynamic _) => l10n_th.L10nTh());
+ case 'tr':
+ return l10n_tr.loadLibrary().then((dynamic _) => l10n_tr.L10nTr());
+ case 'uk':
+ return l10n_uk.loadLibrary().then((dynamic _) => l10n_uk.L10nUk());
+ case 'vi':
+ return l10n_vi.loadLibrary().then((dynamic _) => l10n_vi.L10nVi());
+ case 'zh':
+ return l10n_zh.loadLibrary().then((dynamic _) => l10n_zh.L10nZh());
}
throw FlutterError(
- 'L10n.delegate failed to load unsupported locale "$locale". This is likely '
- 'an issue with the localizations generation tool. Please file an issue '
- 'on GitHub with a reproducible sample app and the gen-l10n configuration '
- 'that was used.'
- );
+ 'L10n.delegate failed to load unsupported locale "$locale". This is likely '
+ 'an issue with the localizations generation tool. Please file an issue '
+ 'on GitHub with a reproducible sample app and the gen-l10n configuration '
+ 'that was used.');
}
diff --git a/lib/generated/l10n/l10n_nl.dart b/lib/generated/l10n/l10n_nl.dart
index 8527e40..fa9cda0 100644
--- a/lib/generated/l10n/l10n_nl.dart
+++ b/lib/generated/l10n/l10n_nl.dart
@@ -15,7 +15,8 @@ class L10nNl extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nNl extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nNl extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Wachtwoord herhalen';
@@ -122,7 +126,8 @@ class L10nNl extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nNl extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Verwijder';
@@ -188,7 +194,8 @@ class L10nNl extends L10n {
String get addEmail => 'Email toevoegen';
@override
- String get confirmMatrixId => 'Bevestig jouw Matrix-ID om je account te verwijderen.';
+ String get confirmMatrixId =>
+ 'Bevestig jouw Matrix-ID om je account te verwijderen.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nNl extends L10n {
String get allChats => 'Alle chats';
@override
- String get commandHint_roomupgrade => 'Upgradeer deze kamer naar de aangegeven kamerversie';
+ String get commandHint_roomupgrade =>
+ 'Upgradeer deze kamer naar de aangegeven kamerversie';
@override
String get commandHint_googly => 'Wiebel-ogen versturen';
@@ -252,7 +260,8 @@ class L10nNl extends L10n {
String get appLock => 'App-vergrendeling';
@override
- String get appLockDescription => 'Vergendel de app wanneer het niet gebruikt wordt met een pincode';
+ String get appLockDescription =>
+ 'Vergendel de app wanneer het niet gebruikt wordt met een pincode';
@override
String get archive => 'Archief';
@@ -264,10 +273,12 @@ class L10nNl extends L10n {
String get areYouSure => 'Weet je het zeker?';
@override
- String get areYouSureYouWantToLogout => 'Weet je zeker dat je wilt uitloggen?';
+ String get areYouSureYouWantToLogout =>
+ 'Weet je zeker dat je wilt uitloggen?';
@override
- String get askSSSSSign => 'Voer je beveiligde opslag wachtwoordzin of herstelsleutel in om de andere persoon te kunnen ondertekenen.';
+ String get askSSSSSign =>
+ 'Voer je beveiligde opslag wachtwoordzin of herstelsleutel in om de andere persoon te kunnen ondertekenen.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +286,12 @@ class L10nNl extends L10n {
}
@override
- String get autoplayImages => 'Automatisch geanimeerde stickers en emoticons afspelen';
+ String get autoplayImages =>
+ 'Automatisch geanimeerde stickers en emoticons afspelen';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'De homeserver ondersteunt de login types:\n$serverVersions\nMaar deze app ondersteunt alleen:\n$supportedVersions';
}
@@ -286,13 +299,15 @@ class L10nNl extends L10n {
String get sendTypingNotifications => 'Typemeldingen verzenden';
@override
- String get swipeRightToLeftToReply => 'Veeg van rechts naar links om te reageren';
+ String get swipeRightToLeftToReply =>
+ 'Veeg van rechts naar links om te reageren';
@override
String get sendOnEnter => 'Verstuur met enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'De homeserver ondersteunt de Spec-versies:\n$serverVersions\nMaar deze app ondersteunt alleen $supportedVersions';
}
@@ -305,7 +320,8 @@ class L10nNl extends L10n {
String get noMoreChatsFound => 'Geen chats gevonden...';
@override
- String get noChatsFoundHere => 'Hier zijn nog geen chats. Begin een nieuwe chat met iemand door op de onderstaande knop te klikken. ⤵️';
+ String get noChatsFoundHere =>
+ 'Hier zijn nog geen chats. Begin een nieuwe chat met iemand door op de onderstaande knop te klikken. ⤵️';
@override
String get joinedChats => 'Chats waaraan je deelneemt';
@@ -448,7 +464,8 @@ class L10nNl extends L10n {
String get chatBackup => 'Chatback-up';
@override
- String get chatBackupDescription => 'Je oude berichten zijn beveiligd met een herstelsleutel. Zorg ervoor dat je deze niet verliest.';
+ String get chatBackupDescription =>
+ 'Je oude berichten zijn beveiligd met een herstelsleutel. Zorg ervoor dat je deze niet verliest.';
@override
String get chatDetails => 'Chatdetails';
@@ -469,7 +486,8 @@ class L10nNl extends L10n {
String get close => 'Sluiten';
@override
- String get commandHint_markasdm => 'Markeer als privéberichtenkamer voor Matrix ID';
+ String get commandHint_markasdm =>
+ 'Markeer als privéberichtenkamer voor Matrix ID';
@override
String get commandHint_markasgroup => 'Markeer als groep';
@@ -481,13 +499,15 @@ class L10nNl extends L10n {
String get commandHint_clearcache => 'Cache wissen';
@override
- String get commandHint_create => 'Maak een lege groepschat\nGebruik --no-encryption om de versleuteling uit te schakelen';
+ String get commandHint_create =>
+ 'Maak een lege groepschat\nGebruik --no-encryption om de versleuteling uit te schakelen';
@override
String get commandHint_discardsession => 'Sessie weggooien';
@override
- String get commandHint_dm => 'Start een directe chat\nGebruik --no-encryption om de versleuteling uit te schakelen';
+ String get commandHint_dm =>
+ 'Start een directe chat\nGebruik --no-encryption om de versleuteling uit te schakelen';
@override
String get commandHint_html => 'Tekst met HTML-opmaak versturen';
@@ -508,13 +528,15 @@ class L10nNl extends L10n {
String get commandHint_me => 'Beschrijf jezelf';
@override
- String get commandHint_myroomavatar => 'Jouw avatar voor deze kamer instellen (met mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Jouw avatar voor deze kamer instellen (met mxc-uri)';
@override
String get commandHint_myroomnick => 'Jouw naam voor deze kamer instellen';
@override
- String get commandHint_op => 'Machtsniveau van de persoon instellen (standaard: 50)';
+ String get commandHint_op =>
+ 'Machtsniveau van de persoon instellen (standaard: 50)';
@override
String get commandHint_plain => 'Niet-opgemaakte tekst versturen';
@@ -552,7 +574,8 @@ class L10nNl extends L10n {
String get connect => 'Verbinden';
@override
- String get contactHasBeenInvitedToTheGroup => 'Contact is voor de groep uitgenodigd';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Contact is voor de groep uitgenodigd';
@override
String get containsDisplayName => 'Bevat naam';
@@ -561,7 +584,8 @@ class L10nNl extends L10n {
String get containsUserName => 'Bevat inlognaam';
@override
- String get contentHasBeenReported => 'De inhoud is gerapporteerd aan de serverbeheerders';
+ String get contentHasBeenReported =>
+ 'De inhoud is gerapporteerd aan de serverbeheerders';
@override
String get copiedToClipboard => 'Gekopieerd naar klembord';
@@ -618,10 +642,12 @@ class L10nNl extends L10n {
}
@override
- String get deactivateAccountWarning => 'Hierdoor wordt je account gedeactiveerd. Dit kan niet ongedaan gemaakt worden! Weet je het zeker?';
+ String get deactivateAccountWarning =>
+ 'Hierdoor wordt je account gedeactiveerd. Dit kan niet ongedaan gemaakt worden! Weet je het zeker?';
@override
- String get defaultPermissionLevel => 'Standaard machtigingsniveau voor nieuwe personen';
+ String get defaultPermissionLevel =>
+ 'Standaard machtigingsniveau voor nieuwe personen';
@override
String get delete => 'Verwijderen';
@@ -684,7 +710,8 @@ class L10nNl extends L10n {
String get emoteInvalid => 'Ongeldige emoticon korte code!';
@override
- String get emoteKeyboardNoRecents => 'Recent gebruikte emoticons zullen hier verschijnen...';
+ String get emoteKeyboardNoRecents =>
+ 'Recent gebruikte emoticons zullen hier verschijnen...';
@override
String get emotePacks => 'Emoticonpakketten voor de kamer';
@@ -699,7 +726,8 @@ class L10nNl extends L10n {
String get accessAndVisibility => 'Toegang en zichtbaarheid';
@override
- String get accessAndVisibilityDescription => 'Wie mag toetreden tot deze chat en hoe de chat ontdekt kan worden.';
+ String get accessAndVisibilityDescription =>
+ 'Wie mag toetreden tot deze chat en hoe de chat ontdekt kan worden.';
@override
String get calls => 'Gesprekken';
@@ -708,13 +736,15 @@ class L10nNl extends L10n {
String get customEmojisAndStickers => 'Aangepaste emoticons en stickers';
@override
- String get customEmojisAndStickersBody => 'Voeg toe of deel aangepaste emoji\'s of stickers die gebruikt kunnen worden in elke chat.';
+ String get customEmojisAndStickersBody =>
+ 'Voeg toe of deel aangepaste emoji\'s of stickers die gebruikt kunnen worden in elke chat.';
@override
String get emoteShortcode => 'Emoticon korte code';
@override
- String get emoteWarnNeedToPick => 'Je moet een emoticon korte code en afbeelding kiezen!';
+ String get emoteWarnNeedToPick =>
+ 'Je moet een emoticon korte code en afbeelding kiezen!';
@override
String get emptyChat => 'Lege chat';
@@ -726,7 +756,8 @@ class L10nNl extends L10n {
String get enableEncryption => 'Versleuteling inschakelen';
@override
- String get enableEncryptionWarning => 'Je kunt de versleuteling hierna niet meer uitschakelen. Weet je het zeker?';
+ String get enableEncryptionWarning =>
+ 'Je kunt de versleuteling hierna niet meer uitschakelen. Weet je het zeker?';
@override
String get encrypted => 'Versleuteld';
@@ -824,10 +855,12 @@ class L10nNl extends L10n {
String get hideRedactedMessages => 'Verberg verwijderde berichten';
@override
- String get hideRedactedMessagesBody => 'Als iemand een bericht verwijdert, is dit bericht niet meer zichtbaar in de chat.';
+ String get hideRedactedMessagesBody =>
+ 'Als iemand een bericht verwijdert, is dit bericht niet meer zichtbaar in de chat.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Verberg ongeldige of onbekende berichtformaten';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Verberg ongeldige of onbekende berichtformaten';
@override
String get howOffensiveIsThisContent => 'Hoe beledigend is deze inhoud?';
@@ -845,7 +878,8 @@ class L10nNl extends L10n {
String get blockedUsers => 'Geblokkeerde personen';
@override
- String get blockListDescription => 'Je kunt personen blokkeren die je lastig vallen. Je kan dan geen berichten meer ontvangen of kameruitnodigingen krijgen van de personen op je blokkeerlijst.';
+ String get blockListDescription =>
+ 'Je kunt personen blokkeren die je lastig vallen. Je kan dan geen berichten meer ontvangen of kameruitnodigingen krijgen van de personen op je blokkeerlijst.';
@override
String get blockUsername => 'Negeer inlognaam';
@@ -854,7 +888,8 @@ class L10nNl extends L10n {
String get iHaveClickedOnLink => 'Ik heb op de link geklikt';
@override
- String get incorrectPassphraseOrKey => 'Onjuiste wachtwoordzin of herstelsleutel';
+ String get incorrectPassphraseOrKey =>
+ 'Onjuiste wachtwoordzin of herstelsleutel';
@override
String get inoffensive => 'Niet beledigend';
@@ -885,10 +920,12 @@ class L10nNl extends L10n {
String get invited => 'Uitgenodigd';
@override
- String get redactMessageDescription => 'Het bericht zal worden aangepast voor alle deelnemers in dit gesprek. Dit kan niet ongedaan gemaakt worden.';
+ String get redactMessageDescription =>
+ 'Het bericht zal worden aangepast voor alle deelnemers in dit gesprek. Dit kan niet ongedaan gemaakt worden.';
@override
- String get optionalRedactReason => '(Optioneel) Reden voor aanpassing van dit bericht...';
+ String get optionalRedactReason =>
+ '(Optioneel) Reden voor aanpassing van dit bericht...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +993,22 @@ class L10nNl extends L10n {
String get dehydrate => 'Sessie exporteren en apparaat wissen';
@override
- String get dehydrateWarning => 'Deze actie kan niet ongedaan worden gemaakt. Zorg ervoor dat je het back-upbestand veilig opslaat.';
+ String get dehydrateWarning =>
+ 'Deze actie kan niet ongedaan worden gemaakt. Zorg ervoor dat je het back-upbestand veilig opslaat.';
@override
String get dehydrateTor => 'TOR-sessies: Exporteer sessie';
@override
- String get dehydrateTorLong => 'Voor TOR-sessies is het aanbevolen de sessie te exporteren alvorens het venster te sluiten.';
+ String get dehydrateTorLong =>
+ 'Voor TOR-sessies is het aanbevolen de sessie te exporteren alvorens het venster te sluiten.';
@override
String get hydrateTor => 'TOR-sessie: Importeren sessie export';
@override
- String get hydrateTorLong => 'Heb je de vorige keer jouw sessie geëxporteerd met TOR? Importeer het dan snel en ga verder met chatten.';
+ String get hydrateTorLong =>
+ 'Heb je de vorige keer jouw sessie geëxporteerd met TOR? Importeer het dan snel en ga verder met chatten.';
@override
String get hydrate => 'Herstellen vanuit back-upbestand';
@@ -980,10 +1020,12 @@ class L10nNl extends L10n {
String get loadMore => 'Meer laden…';
@override
- String get locationDisabledNotice => 'Locatievoorzieningen is uitgeschakeld. Zet dit eerst aan om je locatie te delen.';
+ String get locationDisabledNotice =>
+ 'Locatievoorzieningen is uitgeschakeld. Zet dit eerst aan om je locatie te delen.';
@override
- String get locationPermissionDeniedNotice => 'Locatievoorzieningen is geweigerd. Zet hem aan om locatie delen te gebruiken.';
+ String get locationPermissionDeniedNotice =>
+ 'Locatievoorzieningen is geweigerd. Zet hem aan om locatie delen te gebruiken.';
@override
String get login => 'Inloggen';
@@ -1015,7 +1057,8 @@ class L10nNl extends L10n {
String get muteChat => 'Meldingen uitschakelen';
@override
- String get needPantalaimonWarning => 'Houd er rekening mee dat je voorlopig Pantalaimon nodig hebt om eind-tot-eindversleuteling te gebruiken.';
+ String get needPantalaimonWarning =>
+ 'Houd er rekening mee dat je voorlopig Pantalaimon nodig hebt om eind-tot-eindversleuteling te gebruiken.';
@override
String get newChat => 'Nieuwe chat';
@@ -1039,10 +1082,12 @@ class L10nNl extends L10n {
String get noEmotesFound => 'Geen emoticons gevonden. 😕';
@override
- String get noEncryptionForPublicRooms => 'Je kunt de versleuteling pas activeren zodra de kamer niet meer openbaar toegankelijk is.';
+ String get noEncryptionForPublicRooms =>
+ 'Je kunt de versleuteling pas activeren zodra de kamer niet meer openbaar toegankelijk is.';
@override
- String get noGoogleServicesWarning => 'Firebase Cloud Messaging lijkt niet beschikbaar op je apparaat. Om nog steeds pushmeldingen te krijgen, adviseren we om ntfy te installeren. Met ntfy of een andere Unified Push provider kun je pushmeldingen ontvangen op een veilige manier. Je kunt ntfy downloaden van de PlayStore of van F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Firebase Cloud Messaging lijkt niet beschikbaar op je apparaat. Om nog steeds pushmeldingen te krijgen, adviseren we om ntfy te installeren. Met ntfy of een andere Unified Push provider kun je pushmeldingen ontvangen op een veilige manier. Je kunt ntfy downloaden van de PlayStore of van F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1104,8 @@ class L10nNl extends L10n {
String get none => 'Geen';
@override
- String get noPasswordRecoveryDescription => 'Je hebt nog geen manier toegevoegd om je wachtwoord te herstellen.';
+ String get noPasswordRecoveryDescription =>
+ 'Je hebt nog geen manier toegevoegd om je wachtwoord te herstellen.';
@override
String get noPermission => 'Geen toestemming';
@@ -1071,7 +1117,8 @@ class L10nNl extends L10n {
String get notifications => 'Meldingen';
@override
- String get notificationsEnabledForThisAccount => 'Meldingen ingeschakeld voor dit account';
+ String get notificationsEnabledForThisAccount =>
+ 'Meldingen ingeschakeld voor dit account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1144,8 @@ class L10nNl extends L10n {
String get onlineKeyBackupEnabled => 'Online sleutelback-up is ingeschakeld';
@override
- String get oopsPushError => 'Oeps! Helaas is er een fout opgetreden bij het instellen van de pushmeldingen.';
+ String get oopsPushError =>
+ 'Oeps! Helaas is er een fout opgetreden bij het instellen van de pushmeldingen.';
@override
String get oopsSomethingWentWrong => 'Oeps, er ging iets mis…';
@@ -1130,7 +1178,8 @@ class L10nNl extends L10n {
String get bundleName => 'Bundelnaam';
@override
- String get enableMultiAccounts => '(BETA) Multi-accounts inschakelen op dit apparaat';
+ String get enableMultiAccounts =>
+ '(BETA) Multi-accounts inschakelen op dit apparaat';
@override
String get openInMaps => 'In kaarten openen';
@@ -1139,7 +1188,8 @@ class L10nNl extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'Deze server wil je email laten bevestigen bij de registratie.';
+ String get serverRequiresEmail =>
+ 'Deze server wil je email laten bevestigen bij de registratie.';
@override
String get or => 'Of';
@@ -1163,10 +1213,12 @@ class L10nNl extends L10n {
String get passwordHasBeenChanged => 'Wachtwoord gewijzigd';
@override
- String get hideMemberChangesInPublicChats => 'Verberg persoon veranderingen in openbare chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Verberg persoon veranderingen in openbare chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Verberg in de tijdlijn van de chat als iemand zich aanmeldt bij een openbare chat of deze verlaat om de leesbaarheid te verbeteren.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Verberg in de tijdlijn van de chat als iemand zich aanmeldt bij een openbare chat of deze verlaat om de leesbaarheid te verbeteren.';
@override
String get overview => 'Overzicht';
@@ -1201,10 +1253,12 @@ class L10nNl extends L10n {
String get pleaseChooseAPasscode => 'Kies een toegangscode';
@override
- String get pleaseClickOnLink => 'Klik op de link in de email en ga dan verder.';
+ String get pleaseClickOnLink =>
+ 'Klik op de link in de email en ga dan verder.';
@override
- String get pleaseEnter4Digits => 'Voer 4 cijfers in of laat leeg om app-vergrendeling uit te schakelen.';
+ String get pleaseEnter4Digits =>
+ 'Voer 4 cijfers in of laat leeg om app-vergrendeling uit te schakelen.';
@override
String get pleaseEnterRecoveryKey => 'Voer jouw herstelsleutel in:';
@@ -1219,7 +1273,8 @@ class L10nNl extends L10n {
String get pleaseEnterYourUsername => 'Voer je inlognaam in';
@override
- String get pleaseFollowInstructionsOnWeb => 'Volg de instructies op de website en tik op volgende.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Volg de instructies op de website en tik op volgende.';
@override
String get privacy => 'Privacy';
@@ -1304,7 +1359,8 @@ class L10nNl extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1369,12 @@ class L10nNl extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Vraag toestemming';
@@ -1460,7 +1518,8 @@ class L10nNl extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Toon statusberichten van andere personen';
@@ -1530,7 +1589,8 @@ class L10nNl extends L10n {
String get toggleUnread => 'Markeer gelezen/ongelezen';
@override
- String get tooManyRequestsWarning => 'Te veel verzoeken. Probeer het later nog eens!';
+ String get tooManyRequestsWarning =>
+ 'Te veel verzoeken. Probeer het later nog eens!';
@override
String get transferFromAnotherDevice => 'Overzetten vanaf een ander apparaat';
@@ -1639,13 +1699,16 @@ class L10nNl extends L10n {
String get voiceMessage => 'Spraakbericht versturen';
@override
- String get waitingPartnerAcceptRequest => 'Wachten tot partner het verzoek accepteert …';
+ String get waitingPartnerAcceptRequest =>
+ 'Wachten tot partner het verzoek accepteert …';
@override
- String get waitingPartnerEmoji => 'Wachten tot je partner de emoji accepteert…';
+ String get waitingPartnerEmoji =>
+ 'Wachten tot je partner de emoji accepteert…';
@override
- String get waitingPartnerNumbers => 'Wachten tot partner de nummers accepteert …';
+ String get waitingPartnerNumbers =>
+ 'Wachten tot partner de nummers accepteert …';
@override
String get wallpaper => 'Achtergrond:';
@@ -1666,10 +1729,12 @@ class L10nNl extends L10n {
String get whyDoYouWantToReportThis => 'Waarom wil je dit rapporteren?';
@override
- String get wipeChatBackup => 'Wil je de chatback-up wissen om een nieuwe herstelsleutel te kunnen maken?';
+ String get wipeChatBackup =>
+ 'Wil je de chatback-up wissen om een nieuwe herstelsleutel te kunnen maken?';
@override
- String get withTheseAddressesRecoveryDescription => 'Met deze adressen kun je je wachtwoord herstellen.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Met deze adressen kun je je wachtwoord herstellen.';
@override
String get writeAMessage => 'Schrijf een bericht…';
@@ -1681,7 +1746,8 @@ class L10nNl extends L10n {
String get you => 'Jij';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Je neemt niet langer deel aan deze chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Je neemt niet langer deel aan deze chat';
@override
String get youHaveBeenBannedFromThisChat => 'Je bent verbannen uit deze chat';
@@ -1708,13 +1774,15 @@ class L10nNl extends L10n {
String get removeFromSpace => 'Uit de space verwijderen';
@override
- String get addToSpaceDescription => 'Selecteer een space om deze chat aan toe te voegen.';
+ String get addToSpaceDescription =>
+ 'Selecteer een space om deze chat aan toe te voegen.';
@override
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Om je oude berichten te ontgrendelen voer je jouw herstelsleutel in die gemaakt is in je vorige sessie. Je sleutel is niet je wachtwoord.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Om je oude berichten te ontgrendelen voer je jouw herstelsleutel in die gemaakt is in je vorige sessie. Je sleutel is niet je wachtwoord.';
@override
String get publish => 'Publiceren';
@@ -1745,7 +1813,8 @@ class L10nNl extends L10n {
String get pinMessage => 'Maak vast aan kamer';
@override
- String get confirmEventUnpin => 'Weet je zeker dat je de gebeurtenis definitief wilt losmaken?';
+ String get confirmEventUnpin =>
+ 'Weet je zeker dat je de gebeurtenis definitief wilt losmaken?';
@override
String get emojis => 'Emoji\'s';
@@ -1760,10 +1829,12 @@ class L10nNl extends L10n {
String get unsupportedAndroidVersion => 'Niet-ondersteunde Android-versie';
@override
- String get unsupportedAndroidVersionLong => 'Voor deze functie is een nieuwere Android-versie vereist. Controleer op updates of Lineage OS-ondersteuning.';
+ String get unsupportedAndroidVersionLong =>
+ 'Voor deze functie is een nieuwere Android-versie vereist. Controleer op updates of Lineage OS-ondersteuning.';
@override
- String get videoCallsBetaWarning => 'Houd er rekening mee dat videogesprekken momenteel in bèta zijn. Ze werken misschien niet zoals je verwacht of werken niet op alle platformen.';
+ String get videoCallsBetaWarning =>
+ 'Houd er rekening mee dat videogesprekken momenteel in bèta zijn. Ze werken misschien niet zoals je verwacht of werken niet op alle platformen.';
@override
String get experimentalVideoCalls => 'Videogesprekken (experimenteel)';
@@ -1775,7 +1846,8 @@ class L10nNl extends L10n {
String get indexedDbErrorTitle => 'Problemen met privémodus';
@override
- String get indexedDbErrorLong => 'Het opslaan van berichten is helaas niet standaard ingeschakeld in de privémodus.\nBezoek alsjeblieft\n - about:config\n - stel dom.indexedDB.privateBrowsing.enabled in op true\nAnders is het niet mogelijk om FluffyChat op te starten.';
+ String get indexedDbErrorLong =>
+ 'Het opslaan van berichten is helaas niet standaard ingeschakeld in de privémodus.\nBezoek alsjeblieft\n - about:config\n - stel dom.indexedDB.privateBrowsing.enabled in op true\nAnders is het niet mogelijk om FluffyChat op te starten.';
@override
String switchToAccount(String number) {
@@ -1822,7 +1894,8 @@ class L10nNl extends L10n {
String get youJoinedTheChat => 'Je bent toegetreden tot de chat';
@override
- String get youAcceptedTheInvitation => '👍 Je hebt de uitnodiging geaccepteerd';
+ String get youAcceptedTheInvitation =>
+ '👍 Je hebt de uitnodiging geaccepteerd';
@override
String youBannedUser(String user) {
@@ -1886,7 +1959,8 @@ class L10nNl extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'Openbare link is nog niet gecreëerd';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'Openbare link is nog niet gecreëerd';
@override
String get knock => 'Klop';
@@ -1898,10 +1972,12 @@ class L10nNl extends L10n {
String get unlockOldMessages => 'Oude berichten ontgrendelen';
@override
- String get storeInSecureStorageDescription => 'Sla de herstelsleutel op in de beveiligde opslag van dit apparaat.';
+ String get storeInSecureStorageDescription =>
+ 'Sla de herstelsleutel op in de beveiligde opslag van dit apparaat.';
@override
- String get saveKeyManuallyDescription => 'Sla deze sleutel handmatig op via delen of het klembord.';
+ String get saveKeyManuallyDescription =>
+ 'Sla deze sleutel handmatig op via delen of het klembord.';
@override
String get storeInAndroidKeystore => 'In Android KeyStore opslaan';
@@ -1924,7 +2000,8 @@ class L10nNl extends L10n {
String get custom => 'Aangepast';
@override
- String get foregroundServiceRunning => 'Deze melding verschijnt wanneer de voorgronddienst draait.';
+ String get foregroundServiceRunning =>
+ 'Deze melding verschijnt wanneer de voorgronddienst draait.';
@override
String get screenSharingTitle => 'scherm delen';
@@ -1939,22 +2016,26 @@ class L10nNl extends L10n {
String get callingAccount => 'Telefoon-account';
@override
- String get callingAccountDetails => 'Hiermee kan FluffyChat de Android telefoon-app gebruiken.';
+ String get callingAccountDetails =>
+ 'Hiermee kan FluffyChat de Android telefoon-app gebruiken.';
@override
String get appearOnTop => 'Bovenaan verschijnen';
@override
- String get appearOnTopDetails => 'Laat de app bovenaan verschijnen (niet nodig als je FluffyChat al hebt ingesteld als een belaccount)';
+ String get appearOnTopDetails =>
+ 'Laat de app bovenaan verschijnen (niet nodig als je FluffyChat al hebt ingesteld als een belaccount)';
@override
- String get otherCallingPermissions => 'Microfoon, camera en andere FluffyChat-rechten';
+ String get otherCallingPermissions =>
+ 'Microfoon, camera en andere FluffyChat-rechten';
@override
String get whyIsThisMessageEncrypted => 'Waarom is dit bericht onleesbaar?';
@override
- String get noKeyForThisMessage => 'Dit kan gebeuren als het bericht is verzonden voordat je bij je account op dit apparaat hebt aangemeld.\n\nHet is ook mogelijk dat de afzender je apparaat heeft geblokkeerd of dat er iets mis is gegaan met de internetverbinding.\n\nKan je het bericht wel lezen op een andere sessie? Dan kan je het bericht daarvandaan overzetten! Ga naar Instellingen > Apparaten en zorg ervoor dat je apparaten elkaar hebben geverifieerd. Wanneer je de kamer de volgende keer opent en beide sessies op de voorgrond staan, zullen de sleutels automatisch worden verzonden.\n\nWil je de sleutels niet verliezen als je uitlogt of van apparaat wisselt? Zorg er dan voor dat je de chatback-up hebt aangezet in de instellingen.';
+ String get noKeyForThisMessage =>
+ 'Dit kan gebeuren als het bericht is verzonden voordat je bij je account op dit apparaat hebt aangemeld.\n\nHet is ook mogelijk dat de afzender je apparaat heeft geblokkeerd of dat er iets mis is gegaan met de internetverbinding.\n\nKan je het bericht wel lezen op een andere sessie? Dan kan je het bericht daarvandaan overzetten! Ga naar Instellingen > Apparaten en zorg ervoor dat je apparaten elkaar hebben geverifieerd. Wanneer je de kamer de volgende keer opent en beide sessies op de voorgrond staan, zullen de sleutels automatisch worden verzonden.\n\nWil je de sleutels niet verliezen als je uitlogt of van apparaat wisselt? Zorg er dan voor dat je de chatback-up hebt aangezet in de instellingen.';
@override
String get newGroup => 'Nieuwe groep';
@@ -1977,7 +2058,8 @@ class L10nNl extends L10n {
}
@override
- String get hideUnimportantStateEvents => 'Onbelangrijke statusgebeurtenissen verbergen';
+ String get hideUnimportantStateEvents =>
+ 'Onbelangrijke statusgebeurtenissen verbergen';
@override
String get hidePresences => 'Verberg statuslijst?';
@@ -1991,13 +2073,15 @@ class L10nNl extends L10n {
}
@override
- String get newSpaceDescription => 'Met spaces kun je je chats samenvoegen en privé- of openbare community\'s bouwen.';
+ String get newSpaceDescription =>
+ 'Met spaces kun je je chats samenvoegen en privé- of openbare community\'s bouwen.';
@override
String get encryptThisChat => 'Versleutel deze chat';
@override
- String get disableEncryptionWarning => 'Om veiligheidsredenen kun je versleuteling niet uitschakelen in een chat, waar deze eerder is ingeschakeld.';
+ String get disableEncryptionWarning =>
+ 'Om veiligheidsredenen kun je versleuteling niet uitschakelen in een chat, waar deze eerder is ingeschakeld.';
@override
String get sorryThatsNotPossible => 'Sorry, dat is niet mogelijk';
@@ -2009,7 +2093,8 @@ class L10nNl extends L10n {
String get reopenChat => 'Chat heropenen';
@override
- String get noBackupWarning => 'Waarschuwing! Zonder de chatback-up in te schakelen, verlies je de toegang tot je versleutelde berichten. Het is sterk aanbevolen om eerst de chatback-up in te schakelen voordat je uitlogt.';
+ String get noBackupWarning =>
+ 'Waarschuwing! Zonder de chatback-up in te schakelen, verlies je de toegang tot je versleutelde berichten. Het is sterk aanbevolen om eerst de chatback-up in te schakelen voordat je uitlogt.';
@override
String get noOtherDevicesFound => 'Geen andere apparaten gevonden';
@@ -2037,7 +2122,8 @@ class L10nNl extends L10n {
String get openLinkInBrowser => 'Link in browser openen';
@override
- String get reportErrorDescription => '😭 Oh nee. Er is iets misgegaan. Probeer het later nog eens. Als je wilt, kun je de bug rapporteren aan de ontwikkelaars.';
+ String get reportErrorDescription =>
+ '😭 Oh nee. Er is iets misgegaan. Probeer het later nog eens. Als je wilt, kun je de bug rapporteren aan de ontwikkelaars.';
@override
String get report => 'Rapporteer';
@@ -2046,7 +2132,8 @@ class L10nNl extends L10n {
String get signInWithPassword => 'Aanmelden met wachtwoord';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Probeer het later nog eens of kies een andere server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Probeer het later nog eens of kies een andere server.';
@override
String signInWith(String provider) {
@@ -2054,7 +2141,8 @@ class L10nNl extends L10n {
}
@override
- String get profileNotFound => 'De persoon kan niet gevonden worden op de server. Misschien is er een verbindingsprobleem of de persoon bestaat niet.';
+ String get profileNotFound =>
+ 'De persoon kan niet gevonden worden op de server. Misschien is er een verbindingsprobleem of de persoon bestaat niet.';
@override
String get setTheme => 'Thema instellen:';
@@ -2083,19 +2171,24 @@ class L10nNl extends L10n {
String get pleaseEnterANumber => 'Vul een getal in groter dan 0';
@override
- String get archiveRoomDescription => 'De chat zal naar het archief worden verplaatst. Andere personen zullen in staat zijn te zien dat je de chat hebt verlaten.';
+ String get archiveRoomDescription =>
+ 'De chat zal naar het archief worden verplaatst. Andere personen zullen in staat zijn te zien dat je de chat hebt verlaten.';
@override
- String get roomUpgradeDescription => 'De chat zal dan opnieuw gemaakt worden met de nieuwe kamerversie. Alle deelnemers worden geïnformeerd dat ze moeten overstappen naar de nieuwe chat. Je kan meer lezen over kamerversies op https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'De chat zal dan opnieuw gemaakt worden met de nieuwe kamerversie. Alle deelnemers worden geïnformeerd dat ze moeten overstappen naar de nieuwe chat. Je kan meer lezen over kamerversies op https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'Je wordt op dit apparaat uitgelogd en zal niet langer in staat zijn om berichten te ontvangen.';
+ String get removeDevicesDescription =>
+ 'Je wordt op dit apparaat uitgelogd en zal niet langer in staat zijn om berichten te ontvangen.';
@override
- String get banUserDescription => 'De persoon zal worden verbannen van de chat en kan niet meer toetreden totdat de verbanning is opgeheven.';
+ String get banUserDescription =>
+ 'De persoon zal worden verbannen van de chat en kan niet meer toetreden totdat de verbanning is opgeheven.';
@override
- String get unbanUserDescription => 'De persoon zal weer in staat zijn om de chat te betreden als ze het proberen.';
+ String get unbanUserDescription =>
+ 'De persoon zal weer in staat zijn om de chat te betreden als ze het proberen.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2201,16 @@ class L10nNl extends L10n {
}
@override
- String get kickUserDescription => 'De persoon is verwijderd uit de chat, maar is niet verbannen. In openbare chats kan de persoon op elk moment opnieuw deelnemen.';
+ String get kickUserDescription =>
+ 'De persoon is verwijderd uit de chat, maar is niet verbannen. In openbare chats kan de persoon op elk moment opnieuw deelnemen.';
@override
- String get makeAdminDescription => 'Wanneer je deze persoon beheerder maakt kun je dit niet ongedaan maken als jullie dezelfde rechten hebben.';
+ String get makeAdminDescription =>
+ 'Wanneer je deze persoon beheerder maakt kun je dit niet ongedaan maken als jullie dezelfde rechten hebben.';
@override
- String get pushNotificationsNotAvailable => 'Pushmeldingen zijn niet beschikbaar';
+ String get pushNotificationsNotAvailable =>
+ 'Pushmeldingen zijn niet beschikbaar';
@override
String get learnMore => 'Lees meer';
@@ -2151,7 +2247,8 @@ class L10nNl extends L10n {
String get groupCanBeFoundViaSearch => 'Groep kan gevonden worden via zoeken';
@override
- String get wrongRecoveryKey => 'Helaas... dit lijkt niet de correcte herstelsleutel.';
+ String get wrongRecoveryKey =>
+ 'Helaas... dit lijkt niet de correcte herstelsleutel.';
@override
String get startConversation => 'Start gesprek';
@@ -2217,7 +2314,8 @@ class L10nNl extends L10n {
String get thisDevice => 'Dit apparaat:';
@override
- String get initAppError => 'Er is een fout opgetreden bij het laden van de app';
+ String get initAppError =>
+ 'Er is een fout opgetreden bij het laden van de app';
@override
String get userRole => 'Rol';
@@ -2265,28 +2363,33 @@ class L10nNl extends L10n {
String get sendReadReceipts => 'Leesbevestigingen versturen';
@override
- String get sendTypingNotificationsDescription => 'Andere deelnemers in de chat kunnen zien wanneer je een bericht aan het typen bent.';
+ String get sendTypingNotificationsDescription =>
+ 'Andere deelnemers in de chat kunnen zien wanneer je een bericht aan het typen bent.';
@override
- String get sendReadReceiptsDescription => 'Andere deelnemers van de chat kunnen zien of je een bericht hebt gelezen.';
+ String get sendReadReceiptsDescription =>
+ 'Andere deelnemers van de chat kunnen zien of je een bericht hebt gelezen.';
@override
String get formattedMessages => 'Opgemaakte berichten';
@override
- String get formattedMessagesDescription => 'Geef rijke berichtinhoud weer zoals vetgedrukte tekst met markdown.';
+ String get formattedMessagesDescription =>
+ 'Geef rijke berichtinhoud weer zoals vetgedrukte tekst met markdown.';
@override
String get verifyOtherUser => '🔐 Persoon verifiëren';
@override
- String get verifyOtherUserDescription => 'Als je een persoon verifieert ben je er zeker van dat je echt met haar contact hebt. 💪\n\nWanneer je een verificatie start ziet de persoon een popup in de app. Hier staat een serie van emoji\'s of getallen die je met elkaar moet vergelijken.\n\nDe beste manier om dit te doen is in persoon of met een videogesprek. 👭';
+ String get verifyOtherUserDescription =>
+ 'Als je een persoon verifieert ben je er zeker van dat je echt met haar contact hebt. 💪\n\nWanneer je een verificatie start ziet de persoon een popup in de app. Hier staat een serie van emoji\'s of getallen die je met elkaar moet vergelijken.\n\nDe beste manier om dit te doen is in persoon of met een videogesprek. 👭';
@override
String get verifyOtherDevice => '🔐 Ander apparaat verifiëren';
@override
- String get verifyOtherDeviceDescription => 'Een geverifieerd ander apparaat zorgt ervoor dat de apparaten sleutels uitwisselen, wat je beveiliging versterkt. 💪 Als je de verificatie start verschijnt er een popup op beide apparaten. Hier staat een reeks emoji\'s of getallen die je met elkaar moet vergelijken. Het is handig om beide apparaten bij de hand te hebben voordat je de verificatie start. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'Een geverifieerd ander apparaat zorgt ervoor dat de apparaten sleutels uitwisselen, wat je beveiliging versterkt. 💪 Als je de verificatie start verschijnt er een popup op beide apparaten. Hier staat een reeks emoji\'s of getallen die je met elkaar moet vergelijken. Het is handig om beide apparaten bij de hand te hebben voordat je de verificatie start. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2448,8 @@ class L10nNl extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database versleuteling is niet ondersteund op dit platform';
+ String get noDatabaseEncryption =>
+ 'Database versleuteling is niet ondersteund op dit platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,10 +2505,12 @@ class L10nNl extends L10n {
String get changeTheChatPermissions => 'Chat-rechten wijzigen';
@override
- String get changeTheVisibilityOfChatHistory => 'Zichtbaarheid van de chat-geschiedenis wijzigen';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Zichtbaarheid van de chat-geschiedenis wijzigen';
@override
- String get changeTheCanonicalRoomAlias => 'Standaard openbaar chat-adres wijzigen';
+ String get changeTheCanonicalRoomAlias =>
+ 'Standaard openbaar chat-adres wijzigen';
@override
String get sendRoomNotifications => '@room-meldingen versturen';
@@ -2413,7 +2519,8 @@ class L10nNl extends L10n {
String get changeTheDescriptionOfTheGroup => 'Chatomschrijving wijzigen';
@override
- String get chatPermissionsDescription => 'Stel het gewenste rechten-niveau in voor bepaalde acties in deze chat. Het rechten-niveau 0, 50 en 100 zijn gebruikelijk voor deelnemer, moderator en beheerder, maar elke verdeling is mogelijk.';
+ String get chatPermissionsDescription =>
+ 'Stel het gewenste rechten-niveau in voor bepaalde acties in deze chat. Het rechten-niveau 0, 50 en 100 zijn gebruikelijk voor deelnemer, moderator en beheerder, maar elke verdeling is mogelijk.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2543,12 @@ class L10nNl extends L10n {
String get whatIsAHomeserver => 'Wat is een server?';
@override
- String get homeserverDescription => 'Al je data is opgeslagen op de server, net als bij een email-leverancier. Je kan kiezen welke server je gebruikt en toch communiceren met iedereen. Lees meer op https://matrix.org.';
+ String get homeserverDescription =>
+ 'Al je data is opgeslagen op de server, net als bij een email-leverancier. Je kan kiezen welke server je gebruikt en toch communiceren met iedereen. Lees meer op https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Dit lijkt geen ondersteunde server. Verkeerde URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Dit lijkt geen ondersteunde server. Verkeerde URL?';
@override
String get calculatingFileSize => 'Bestandsgrootte berekenen...';
@@ -2467,16 +2576,19 @@ class L10nNl extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'Een van jouw apparaten is niet geverifieerd';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'Een van jouw apparaten is niet geverifieerd';
@override
- String get noticeChatBackupDeviceVerification => 'Opmerking: Als al je apparaten zijn verbonden met de chat back-up worden ze automatisch geverifieerd.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Opmerking: Als al je apparaten zijn verbonden met de chat back-up worden ze automatisch geverifieerd.';
@override
String get continueText => 'Doorgaan';
@override
- String get welcomeText => 'Hallo hallo 👋 Dit is FluffyChat. Je kan inloggen op elke server die werkt met https://matrix.org. En dan chat je met iedereen. Het is een groot decentraal chat-netwerk!';
+ String get welcomeText =>
+ 'Hallo hallo 👋 Dit is FluffyChat. Je kan inloggen op elke server die werkt met https://matrix.org. En dan chat je met iedereen. Het is een groot decentraal chat-netwerk!';
@override
String get blur => 'Vervaag:';
@@ -2491,7 +2603,8 @@ class L10nNl extends L10n {
String get manageAccount => 'Account beheren';
@override
- String get noContactInformationProvided => 'Server geeft geen geldige contactinformatie';
+ String get noContactInformationProvided =>
+ 'Server geeft geen geldige contactinformatie';
@override
String get contactServerAdmin => 'Contact opnemen met serverbeheerder';
@@ -2536,13 +2649,15 @@ class L10nNl extends L10n {
String get addLink => 'Koppeling toevoegen';
@override
- String get unableToJoinChat => 'Kan niet toetreden tot de chat. Misschien heeft de andere partij het gesprek al afgesloten.';
+ String get unableToJoinChat =>
+ 'Kan niet toetreden tot de chat. Misschien heeft de andere partij het gesprek al afgesloten.';
@override
String get previous => 'Vorige';
@override
- String get otherPartyNotLoggedIn => 'De andere partij is momenteel niet ingelogd en kan daarom geen berichten ontvangen!';
+ String get otherPartyNotLoggedIn =>
+ 'De andere partij is momenteel niet ingelogd en kan daarom geen berichten ontvangen!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2665,8 @@ class L10nNl extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'Hierbij sta je toe dat de app en website informatie over je delen.';
+ String get appWantsToUseForLoginDescription =>
+ 'Hierbij sta je toe dat de app en website informatie over je delen.';
@override
String get open => 'Open';
@@ -2559,7 +2675,8 @@ class L10nNl extends L10n {
String get waitingForServer => 'Wachten op server...';
@override
- String get appIntroduction => 'FluffyChat laat je chatten met je vrienden tussen verschillende chat-netwerken. Lees meer op https://matrix.org of tik *Continue*.';
+ String get appIntroduction =>
+ 'FluffyChat laat je chatten met je vrienden tussen verschillende chat-netwerken. Lees meer op https://matrix.org of tik *Continue*.';
@override
String get newChatRequest => '📩 Nieuw chat verzoek';
@@ -2574,7 +2691,8 @@ class L10nNl extends L10n {
String get roomNotificationSettings => 'Kamermelding instellingen';
@override
- String get userSpecificNotificationSettings => 'Persoon specifieke melding instellingen';
+ String get userSpecificNotificationSettings =>
+ 'Persoon specifieke melding instellingen';
@override
String get otherNotificationSettings => 'Andere melding instellingen';
@@ -2583,121 +2701,144 @@ class L10nNl extends L10n {
String get notificationRuleContainsUserName => 'Bevat naam van persoon';
@override
- String get notificationRuleContainsUserNameDescription => 'Stuurt een melding als een bericht de persoon vermeld.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Stuurt een melding als een bericht de persoon vermeld.';
@override
String get notificationRuleMaster => 'Alle meldingen uitschakelen';
@override
- String get notificationRuleMasterDescription => 'Overschrijf alle andere regels en meldingen uitschakelen.';
+ String get notificationRuleMasterDescription =>
+ 'Overschrijf alle andere regels en meldingen uitschakelen.';
@override
- String get notificationRuleSuppressNotices => 'Automatische berichten uitschakelen';
+ String get notificationRuleSuppressNotices =>
+ 'Automatische berichten uitschakelen';
@override
- String get notificationRuleSuppressNoticesDescription => 'Meldingen van automatische accounts zoals bots uitschakelen.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Meldingen van automatische accounts zoals bots uitschakelen.';
@override
String get notificationRuleInviteForMe => 'Uitnodiging voor mij';
@override
- String get notificationRuleInviteForMeDescription => 'Stuur een melding wanneer een persoon wordt uitgenodigd voor een kamer.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Stuur een melding wanneer een persoon wordt uitgenodigd voor een kamer.';
@override
String get notificationRuleMemberEvent => 'Kamer-gebeurtenis';
@override
- String get notificationRuleMemberEventDescription => 'Meldingen voor kamer-gebeurtenissen uitschakelen.';
+ String get notificationRuleMemberEventDescription =>
+ 'Meldingen voor kamer-gebeurtenissen uitschakelen.';
@override
String get notificationRuleIsUserMention => 'Persoonvermelding';
@override
- String get notificationRuleIsUserMentionDescription => 'Stuur een melding als de persoon direct genoemd wordt in een bericht.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Stuur een melding als de persoon direct genoemd wordt in een bericht.';
@override
String get notificationRuleContainsDisplayName => 'Bevat de naam';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Stuur een melding als de persoon genoemd wordt in het bericht.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Stuur een melding als de persoon genoemd wordt in het bericht.';
@override
String get notificationRuleIsRoomMention => 'Kamervermelding';
@override
- String get notificationRuleIsRoomMentionDescription => 'Stuur een melding naar de persoon als er in een kamervermelding is.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Stuur een melding naar de persoon als er in een kamervermelding is.';
@override
String get notificationRuleRoomnotif => 'Kamermelding';
@override
- String get notificationRuleRoomnotifDescription => 'Stuur een melding naar de persoon wanneer een bericht \'@room\' bevat.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Stuur een melding naar de persoon wanneer een bericht \'@room\' bevat.';
@override
String get notificationRuleTombstone => 'Sleutingsbericht';
@override
- String get notificationRuleTombstoneDescription => 'Stuur een melding naar de persoon over kamersluitingsberichten.';
+ String get notificationRuleTombstoneDescription =>
+ 'Stuur een melding naar de persoon over kamersluitingsberichten.';
@override
String get notificationRuleReaction => 'Reactie';
@override
- String get notificationRuleReactionDescription => 'Meldingen voor reacties uitschakelen.';
+ String get notificationRuleReactionDescription =>
+ 'Meldingen voor reacties uitschakelen.';
@override
String get notificationRuleRoomServerAcl => 'Kamer Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Meldingen voor kamer server toegangscontrolelijst (ACL) uitschakelen.';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Meldingen voor kamer server toegangscontrolelijst (ACL) uitschakelen.';
@override
String get notificationRuleSuppressEdits => 'Bewerkingen uitschakelen';
@override
- String get notificationRuleSuppressEditsDescription => 'Meldingen voor bewerkte berichten uitschakelen.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Meldingen voor bewerkte berichten uitschakelen.';
@override
String get notificationRuleCall => 'Oproep';
@override
- String get notificationRuleCallDescription => 'Stuur een melding naar de persoon over oproepen.';
+ String get notificationRuleCallDescription =>
+ 'Stuur een melding naar de persoon over oproepen.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Versleutelde een-op-een kamer';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Versleutelde een-op-een kamer';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Stuur een melding naar de persoon over berichten in versleutelde een-op-een kamers.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Stuur een melding naar de persoon over berichten in versleutelde een-op-een kamers.';
@override
String get notificationRuleRoomOneToOne => 'Een-op-een kamer';
@override
- String get notificationRuleRoomOneToOneDescription => 'Stuur een melding naar de persoon over berichten in een-op-een kamers.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Stuur een melding naar de persoon over berichten in een-op-een kamers.';
@override
String get notificationRuleMessage => 'Bericht';
@override
- String get notificationRuleMessageDescription => 'Stuur een melding naar de persoon over algemene berichten.';
+ String get notificationRuleMessageDescription =>
+ 'Stuur een melding naar de persoon over algemene berichten.';
@override
String get notificationRuleEncrypted => 'Versleuteld';
@override
- String get notificationRuleEncryptedDescription => 'Stuur een melding naar de persoon over berichten in versleutelde kamers.';
+ String get notificationRuleEncryptedDescription =>
+ 'Stuur een melding naar de persoon over berichten in versleutelde kamers.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Stuur een melding naar de persoon over Jitsi widget gebeurtenissen.';
+ String get notificationRuleJitsiDescription =>
+ 'Stuur een melding naar de persoon over Jitsi widget gebeurtenissen.';
@override
- String get notificationRuleServerAcl => 'Server ACL gebeurtenissen uitschakelen';
+ String get notificationRuleServerAcl =>
+ 'Server ACL gebeurtenissen uitschakelen';
@override
- String get notificationRuleServerAclDescription => 'Meldingen over server ACL gebeurtenissen uitschakelen.';
+ String get notificationRuleServerAclDescription =>
+ 'Meldingen over server ACL gebeurtenissen uitschakelen.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2846,8 @@ class L10nNl extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'Als je deze melding-instelling verwijderd, kan dit niet ongedaan gemaakt worden.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'Als je deze melding-instelling verwijderd, kan dit niet ongedaan gemaakt worden.';
@override
String get more => 'Meer';
@@ -2714,13 +2856,15 @@ class L10nNl extends L10n {
String get shareKeysWith => 'Deel sleutels met...';
@override
- String get shareKeysWithDescription => 'Welke apparaten moeten vertrouwd worden zodat ze je berichten kunnen lezen in versleutelde chats?';
+ String get shareKeysWithDescription =>
+ 'Welke apparaten moeten vertrouwd worden zodat ze je berichten kunnen lezen in versleutelde chats?';
@override
String get allDevices => 'Alle apparaten';
@override
- String get crossVerifiedDevicesIfEnabled => 'Kruislings geverifieerde apparaten als ingeschakeld';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Kruislings geverifieerde apparaten als ingeschakeld';
@override
String get crossVerifiedDevices => 'Kruislings geverifieerde apparaten';
@@ -2750,5 +2894,6 @@ class L10nNl extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_pl.dart b/lib/generated/l10n/l10n_pl.dart
index 83f1898..dc6f33c 100644
--- a/lib/generated/l10n/l10n_pl.dart
+++ b/lib/generated/l10n/l10n_pl.dart
@@ -15,7 +15,8 @@ class L10nPl extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nPl extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nPl extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Powtórz hasło';
@@ -122,7 +126,8 @@ class L10nPl extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nPl extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Usuń';
@@ -188,7 +194,8 @@ class L10nPl extends L10n {
String get addEmail => 'Dodaj adres email';
@override
- String get confirmMatrixId => 'Potwierdź swój identyfikator Matrix w celu usunięcia konta.';
+ String get confirmMatrixId =>
+ 'Potwierdź swój identyfikator Matrix w celu usunięcia konta.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nPl extends L10n {
String get allChats => 'Wszystkie';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Wyślij kręcące się oczka';
@@ -252,7 +260,8 @@ class L10nPl extends L10n {
String get appLock => 'Blokada aplikacji';
@override
- String get appLockDescription => 'Zablokuj aplikację pinem kiedy nie jest używana';
+ String get appLockDescription =>
+ 'Zablokuj aplikację pinem kiedy nie jest używana';
@override
String get archive => 'Archiwum';
@@ -267,7 +276,8 @@ class L10nPl extends L10n {
String get areYouSureYouWantToLogout => 'Czy na pewno chcesz się wylogować?';
@override
- String get askSSSSSign => 'Aby zalogować inną osobę, proszę wpisać hasło przechowywania lub klucz odzyskiwania.';
+ String get askSSSSSign =>
+ 'Aby zalogować inną osobę, proszę wpisać hasło przechowywania lub klucz odzyskiwania.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +285,12 @@ class L10nPl extends L10n {
}
@override
- String get autoplayImages => 'Automatycznie odtwarzaj animowane naklejki i emotikony';
+ String get autoplayImages =>
+ 'Automatycznie odtwarzaj animowane naklejki i emotikony';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Serwer obsługuje typy logowania:\n$serverVersions\nAle ta aplikacja obsługuje tylko:\n$supportedVersions';
}
@@ -292,7 +304,8 @@ class L10nPl extends L10n {
String get sendOnEnter => 'Wyślij enterem';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Serwer obsługuje wersje Spec:\n$serverVersions\nAle aplikacja obsługuje tylko $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nPl extends L10n {
String get noMoreChatsFound => 'Nie znaleziono więcej czatów...';
@override
- String get noChatsFoundHere => 'Nie jeszcze ma żadnych czatów. Wciśnij poniższy przycisk, aby rozpocząć nowy czat. ⤵️';
+ String get noChatsFoundHere =>
+ 'Nie jeszcze ma żadnych czatów. Wciśnij poniższy przycisk, aby rozpocząć nowy czat. ⤵️';
@override
String get joinedChats => 'Czaty, do których dołączono';
@@ -442,19 +456,22 @@ class L10nPl extends L10n {
String get chat => 'Czat';
@override
- String get yourChatBackupHasBeenSetUp => 'Kopia zapasowa Twojego czatu została ustawiona.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Kopia zapasowa Twojego czatu została ustawiona.';
@override
String get chatBackup => 'Kopia zapasowa czatów';
@override
- String get chatBackupDescription => 'Twoje stare wiadomości są zabezpieczone kluczem odzyskiwania. Uważaj żeby go nie zgubić.';
+ String get chatBackupDescription =>
+ 'Twoje stare wiadomości są zabezpieczone kluczem odzyskiwania. Uważaj żeby go nie zgubić.';
@override
String get chatDetails => 'Szczegóły czatu';
@override
- String get chatHasBeenAddedToThisSpace => 'Czat został dodany do tej przestrzeni';
+ String get chatHasBeenAddedToThisSpace =>
+ 'Czat został dodany do tej przestrzeni';
@override
String get chats => 'Czaty';
@@ -469,7 +486,8 @@ class L10nPl extends L10n {
String get close => 'Zamknij';
@override
- String get commandHint_markasdm => 'Oznacz jako pokój wiadomości bezpośrednich dla podanego Matrix ID';
+ String get commandHint_markasdm =>
+ 'Oznacz jako pokój wiadomości bezpośrednich dla podanego Matrix ID';
@override
String get commandHint_markasgroup => 'Oznacz jako grupę';
@@ -481,13 +499,15 @@ class L10nPl extends L10n {
String get commandHint_clearcache => 'Wyczyść pamięć podręczną';
@override
- String get commandHint_create => 'Stwórz pusty czat\nUżyj --no-encryption by wyłączyć szyfrowanie';
+ String get commandHint_create =>
+ 'Stwórz pusty czat\nUżyj --no-encryption by wyłączyć szyfrowanie';
@override
String get commandHint_discardsession => 'Odrzuć sesję';
@override
- String get commandHint_dm => 'Rozpocznij czat bezpośredni\nUżyj --no-encryption by wyłączyć szyfrowanie';
+ String get commandHint_dm =>
+ 'Rozpocznij czat bezpośredni\nUżyj --no-encryption by wyłączyć szyfrowanie';
@override
String get commandHint_html => 'Wyślij tekst sformatowany w HTML';
@@ -508,13 +528,16 @@ class L10nPl extends L10n {
String get commandHint_me => 'Opisz siebie';
@override
- String get commandHint_myroomavatar => 'Ustaw swoje zdjęcie w tym pokoju (przez mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Ustaw swoje zdjęcie w tym pokoju (przez mxc-uri)';
@override
- String get commandHint_myroomnick => 'Ustaw swoją nazwę wyświetlaną w tym pokoju';
+ String get commandHint_myroomnick =>
+ 'Ustaw swoją nazwę wyświetlaną w tym pokoju';
@override
- String get commandHint_op => 'Ustaw poziom uprawnień tego użytkownika (domyślnie: 50)';
+ String get commandHint_op =>
+ 'Ustaw poziom uprawnień tego użytkownika (domyślnie: 50)';
@override
String get commandHint_plain => 'Wyślij niesformatowany tekst';
@@ -552,7 +575,8 @@ class L10nPl extends L10n {
String get connect => 'Połącz';
@override
- String get contactHasBeenInvitedToTheGroup => 'Kontakt został zaproszony do grupy';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Kontakt został zaproszony do grupy';
@override
String get containsDisplayName => 'Zawiera nazwę wyświetlaną';
@@ -561,7 +585,8 @@ class L10nPl extends L10n {
String get containsUserName => 'Zawiera nazwę użytkownika';
@override
- String get contentHasBeenReported => 'Treść została zgłoszona administratorom serwera';
+ String get contentHasBeenReported =>
+ 'Treść została zgłoszona administratorom serwera';
@override
String get copiedToClipboard => 'Skopiowano do schowka';
@@ -618,10 +643,12 @@ class L10nPl extends L10n {
}
@override
- String get deactivateAccountWarning => 'To zdezaktywuje twoje konto. To jest nieodwracalne! Na pewno chcesz to zrobić?';
+ String get deactivateAccountWarning =>
+ 'To zdezaktywuje twoje konto. To jest nieodwracalne! Na pewno chcesz to zrobić?';
@override
- String get defaultPermissionLevel => 'Domyślny poziom uprawnień dla nowych użytkowników';
+ String get defaultPermissionLevel =>
+ 'Domyślny poziom uprawnień dla nowych użytkowników';
@override
String get delete => 'Usuń';
@@ -684,7 +711,8 @@ class L10nPl extends L10n {
String get emoteInvalid => 'Nieprawidłowy kod emotikonu!';
@override
- String get emoteKeyboardNoRecents => 'Tutaj pojawiają się ostatnio używane emotikony...';
+ String get emoteKeyboardNoRecents =>
+ 'Tutaj pojawiają się ostatnio używane emotikony...';
@override
String get emotePacks => 'Paczki emotikonów dla pokoju';
@@ -699,7 +727,8 @@ class L10nPl extends L10n {
String get accessAndVisibility => 'Dostęp i widoczność';
@override
- String get accessAndVisibilityDescription => 'Kto może dołączyć do tego czatu i w jaki sposób można ten czat znaleźć.';
+ String get accessAndVisibilityDescription =>
+ 'Kto może dołączyć do tego czatu i w jaki sposób można ten czat znaleźć.';
@override
String get calls => 'Połączenia';
@@ -708,7 +737,8 @@ class L10nPl extends L10n {
String get customEmojisAndStickers => 'Własne emotikony i naklejki';
@override
- String get customEmojisAndStickersBody => 'Dodaj lub podziel się własnymi emotikonami i naklejkami, które będą mogły być użyte w dowolnym czacie.';
+ String get customEmojisAndStickersBody =>
+ 'Dodaj lub podziel się własnymi emotikonami i naklejkami, które będą mogły być użyte w dowolnym czacie.';
@override
String get emoteShortcode => 'Skrócony kod emotikonu';
@@ -726,7 +756,8 @@ class L10nPl extends L10n {
String get enableEncryption => 'Włącz szyfowanie';
@override
- String get enableEncryptionWarning => 'Nie będziesz już mógł wyłączyć szyfrowania. Jesteś pewny?';
+ String get enableEncryptionWarning =>
+ 'Nie będziesz już mógł wyłączyć szyfrowania. Jesteś pewny?';
@override
String get encrypted => 'Szyfrowane';
@@ -824,10 +855,12 @@ class L10nPl extends L10n {
String get hideRedactedMessages => 'Nie pokazuj usuniętych wiadomości';
@override
- String get hideRedactedMessagesBody => 'Usunięte wiadomości nie będą widoczne w czacie.';
+ String get hideRedactedMessagesBody =>
+ 'Usunięte wiadomości nie będą widoczne w czacie.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Ukryj niepoprawne lub nieznane typy wiadomości';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Ukryj niepoprawne lub nieznane typy wiadomości';
@override
String get howOffensiveIsThisContent => 'Jak bardzo obraźliwa jest ta treść?';
@@ -845,7 +878,8 @@ class L10nPl extends L10n {
String get blockedUsers => 'Zablokowani użytkownicy';
@override
- String get blockListDescription => 'Możesz zablokować uciążliwych użytkowników. Nie będziesz widzieć ani otrzymywać wiadomości oraz zaproszeń od nich.';
+ String get blockListDescription =>
+ 'Możesz zablokować uciążliwych użytkowników. Nie będziesz widzieć ani otrzymywać wiadomości oraz zaproszeń od nich.';
@override
String get blockUsername => 'Ignoruj użytkownika';
@@ -854,7 +888,8 @@ class L10nPl extends L10n {
String get iHaveClickedOnLink => 'Nacisnąłem na link';
@override
- String get incorrectPassphraseOrKey => 'Złe hasło bezpieczeństwa lub klucz odzyskiwania';
+ String get incorrectPassphraseOrKey =>
+ 'Złe hasło bezpieczeństwa lub klucz odzyskiwania';
@override
String get inoffensive => 'Nieobraźliwe';
@@ -885,10 +920,12 @@ class L10nPl extends L10n {
String get invited => 'Zaproszono';
@override
- String get redactMessageDescription => 'Wiadomość zostanie usunięta u wszystkich uczestników tej rozmowy. Tego nie można cofnąć.';
+ String get redactMessageDescription =>
+ 'Wiadomość zostanie usunięta u wszystkich uczestników tej rozmowy. Tego nie można cofnąć.';
@override
- String get optionalRedactReason => '(Opcjonalnie) Powód usunięcia tej wiadomości...';
+ String get optionalRedactReason =>
+ '(Opcjonalnie) Powód usunięcia tej wiadomości...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +993,22 @@ class L10nPl extends L10n {
String get dehydrate => 'Eksportuj sesję i wymaż urządzenie';
@override
- String get dehydrateWarning => 'Tego nie można cofnąć. Upewnij się, że plik kopii zapasowej jest bezpiecznie przechowywany.';
+ String get dehydrateWarning =>
+ 'Tego nie można cofnąć. Upewnij się, że plik kopii zapasowej jest bezpiecznie przechowywany.';
@override
String get dehydrateTor => 'Użytkownicy TOR: Eksportuj sesję';
@override
- String get dehydrateTorLong => 'W przypadku użytkowników sieci TOR zaleca się eksportowanie sesji przed zamknięciem okna.';
+ String get dehydrateTorLong =>
+ 'W przypadku użytkowników sieci TOR zaleca się eksportowanie sesji przed zamknięciem okna.';
@override
String get hydrateTor => 'Użytkownicy TOR: Importuj eksport sesji';
@override
- String get hydrateTorLong => 'Czy ostatnio eksportowałeś/-aś swoją sesję na TOR? Szybko ją zaimportuj i kontynuuj rozmowy.';
+ String get hydrateTorLong =>
+ 'Czy ostatnio eksportowałeś/-aś swoją sesję na TOR? Szybko ją zaimportuj i kontynuuj rozmowy.';
@override
String get hydrate => 'Przywracanie z pliku kopii zapasowej';
@@ -980,10 +1020,12 @@ class L10nPl extends L10n {
String get loadMore => 'Załaduj więcej…';
@override
- String get locationDisabledNotice => 'Usługi lokalizacji są wyłączone. Proszę włącz je aby móc udostępnić swoją lokalizację.';
+ String get locationDisabledNotice =>
+ 'Usługi lokalizacji są wyłączone. Proszę włącz je aby móc udostępnić swoją lokalizację.';
@override
- String get locationPermissionDeniedNotice => 'Brak uprawnień. Proszę zezwól aplikacji na dostęp do lokalizacji aby móc ją udostępnić.';
+ String get locationPermissionDeniedNotice =>
+ 'Brak uprawnień. Proszę zezwól aplikacji na dostęp do lokalizacji aby móc ją udostępnić.';
@override
String get login => 'Zaloguj się';
@@ -1015,7 +1057,8 @@ class L10nPl extends L10n {
String get muteChat => 'Wycisz czat';
@override
- String get needPantalaimonWarning => 'Należy pamiętać, że Pantalaimon wymaga na razie szyfrowania od końca do końca.';
+ String get needPantalaimonWarning =>
+ 'Należy pamiętać, że Pantalaimon wymaga na razie szyfrowania od końca do końca.';
@override
String get newChat => 'Nowa rozmowa';
@@ -1039,10 +1082,12 @@ class L10nPl extends L10n {
String get noEmotesFound => 'Nie znaleziono żadnych emotikonów. 😕';
@override
- String get noEncryptionForPublicRooms => 'Możesz aktywować szyfrowanie dopiero kiedy pokój nie będzie publicznie dostępny.';
+ String get noEncryptionForPublicRooms =>
+ 'Możesz aktywować szyfrowanie dopiero kiedy pokój nie będzie publicznie dostępny.';
@override
- String get noGoogleServicesWarning => 'Wygląda na to, że Twoje urządzenie nie obsługuje Firebase Cloud Messaging. Aby wciąż otrzymywać powiadomienia push, zalecamy istalację ntfy. Używając ntfy lub inengo zunifikowanego dostawcy powiadomień push, możesz bezpiecznie otrzymywać takowe powiadomienia. Ntfy można pobrać ze sklepu Google Play Store lub z F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Wygląda na to, że Twoje urządzenie nie obsługuje Firebase Cloud Messaging. Aby wciąż otrzymywać powiadomienia push, zalecamy istalację ntfy. Używając ntfy lub inengo zunifikowanego dostawcy powiadomień push, możesz bezpiecznie otrzymywać takowe powiadomienia. Ntfy można pobrać ze sklepu Google Play Store lub z F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1104,8 @@ class L10nPl extends L10n {
String get none => 'Brak';
@override
- String get noPasswordRecoveryDescription => 'Nie dodałeś/-aś jeszcze sposobu odzyskiwania swojego hasła.';
+ String get noPasswordRecoveryDescription =>
+ 'Nie dodałeś/-aś jeszcze sposobu odzyskiwania swojego hasła.';
@override
String get noPermission => 'Brak uprawnień';
@@ -1071,7 +1117,8 @@ class L10nPl extends L10n {
String get notifications => 'Powiadomienia';
@override
- String get notificationsEnabledForThisAccount => 'Powiadomienia są włączone dla tego konta';
+ String get notificationsEnabledForThisAccount =>
+ 'Powiadomienia są włączone dla tego konta';
@override
String numUsersTyping(int count) {
@@ -1094,10 +1141,12 @@ class L10nPl extends L10n {
String get online => 'Online';
@override
- String get onlineKeyBackupEnabled => 'Kopia zapasowa kluczy online jest włączona';
+ String get onlineKeyBackupEnabled =>
+ 'Kopia zapasowa kluczy online jest włączona';
@override
- String get oopsPushError => 'Ojej! Wystąpił błąd podczas ustawiania powiadomień push.';
+ String get oopsPushError =>
+ 'Ojej! Wystąpił błąd podczas ustawiania powiadomień push.';
@override
String get oopsSomethingWentWrong => 'Ojej! Coś poszło nie tak…';
@@ -1130,7 +1179,8 @@ class L10nPl extends L10n {
String get bundleName => 'Nazwa pakietu';
@override
- String get enableMultiAccounts => '(BETA) Włącza obsługę wielu kont na tym urządzeniu';
+ String get enableMultiAccounts =>
+ '(BETA) Włącza obsługę wielu kont na tym urządzeniu';
@override
String get openInMaps => 'Otwórz w mapach';
@@ -1139,7 +1189,8 @@ class L10nPl extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'Ten serwer wymaga potwierdzenia Twojego adresu email w celu rejestracji.';
+ String get serverRequiresEmail =>
+ 'Ten serwer wymaga potwierdzenia Twojego adresu email w celu rejestracji.';
@override
String get or => 'Lub';
@@ -1163,10 +1214,12 @@ class L10nPl extends L10n {
String get passwordHasBeenChanged => 'Hasło zostało zmienione';
@override
- String get hideMemberChangesInPublicChats => 'Ukryj zmiany członkostwa w publicznych czatach';
+ String get hideMemberChangesInPublicChats =>
+ 'Ukryj zmiany członkostwa w publicznych czatach';
@override
- String get hideMemberChangesInPublicChatsBody => 'W celu poprawienia czytelności, nie pokazuj w historii publicznego czatu, czy ktoś do niego dołączył lub go opuścił.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'W celu poprawienia czytelności, nie pokazuj w historii publicznego czatu, czy ktoś do niego dołączył lub go opuścił.';
@override
String get overview => 'Podsumowanie';
@@ -1201,10 +1254,12 @@ class L10nPl extends L10n {
String get pleaseChooseAPasscode => 'Wybierz kod dostępu';
@override
- String get pleaseClickOnLink => 'Proszę kliknij w odnośnik wysłany w wiadomości e-mail, aby kontynuować.';
+ String get pleaseClickOnLink =>
+ 'Proszę kliknij w odnośnik wysłany w wiadomości e-mail, aby kontynuować.';
@override
- String get pleaseEnter4Digits => 'Proszę podaj 4 cyfry. By wyłączyć blokadę pozostaw puste.';
+ String get pleaseEnter4Digits =>
+ 'Proszę podaj 4 cyfry. By wyłączyć blokadę pozostaw puste.';
@override
String get pleaseEnterRecoveryKey => 'Wprowadź swój klucz odzyskiwania:';
@@ -1219,7 +1274,8 @@ class L10nPl extends L10n {
String get pleaseEnterYourUsername => 'Wpisz swoją nazwę użytkownika';
@override
- String get pleaseFollowInstructionsOnWeb => 'Wykonaj instrukcje na stronie internetowej i naciśnij „dalej”.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Wykonaj instrukcje na stronie internetowej i naciśnij „dalej”.';
@override
String get privacy => 'Prywatność';
@@ -1304,7 +1360,8 @@ class L10nPl extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1370,12 @@ class L10nPl extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Prośba o pozwolenie';
@@ -1416,7 +1475,8 @@ class L10nPl extends L10n {
}
@override
- String get separateChatTypes => 'Oddzielenie czatów bezpośrednich i grupowych';
+ String get separateChatTypes =>
+ 'Oddzielenie czatów bezpośrednich i grupowych';
@override
String get setAsCanonicalAlias => 'Ustaw jako główny alias';
@@ -1460,7 +1520,8 @@ class L10nPl extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Pokazuj zmiany statusów innych użytkowników';
@@ -1530,7 +1591,8 @@ class L10nPl extends L10n {
String get toggleUnread => 'Oznacz przeczytane/nieprzeczytane';
@override
- String get tooManyRequestsWarning => 'Zbyt wiele żądań. Proszę spróbować później.';
+ String get tooManyRequestsWarning =>
+ 'Zbyt wiele żądań. Proszę spróbować później.';
@override
String get transferFromAnotherDevice => 'Przenieś z innego urządzenia';
@@ -1630,7 +1692,8 @@ class L10nPl extends L10n {
String get visibilityOfTheChatHistory => 'Widoczność historii czatu';
@override
- String get visibleForAllParticipants => 'Widoczny dla wszystkich użytkowników';
+ String get visibleForAllParticipants =>
+ 'Widoczny dla wszystkich użytkowników';
@override
String get visibleForEveryone => 'Widoczne dla każdego';
@@ -1639,13 +1702,16 @@ class L10nPl extends L10n {
String get voiceMessage => 'Wiadomość głosowa';
@override
- String get waitingPartnerAcceptRequest => 'Oczekiwanie na zaakceptowanie prośby przez drugą osobę…';
+ String get waitingPartnerAcceptRequest =>
+ 'Oczekiwanie na zaakceptowanie prośby przez drugą osobę…';
@override
- String get waitingPartnerEmoji => 'Oczekiwanie na zaakceptowanie emoji przez drugą osobę…';
+ String get waitingPartnerEmoji =>
+ 'Oczekiwanie na zaakceptowanie emoji przez drugą osobę…';
@override
- String get waitingPartnerNumbers => 'Oczekiwanie na zaakceptowanie numerów przez drugą osobę…';
+ String get waitingPartnerNumbers =>
+ 'Oczekiwanie na zaakceptowanie numerów przez drugą osobę…';
@override
String get wallpaper => 'Tapeta:';
@@ -1666,10 +1732,12 @@ class L10nPl extends L10n {
String get whyDoYouWantToReportThis => 'Dlaczego chcesz to zgłosić?';
@override
- String get wipeChatBackup => 'Wymazać kopię zapasową czatu, aby utworzyć nowy klucz odzyskiwania?';
+ String get wipeChatBackup =>
+ 'Wymazać kopię zapasową czatu, aby utworzyć nowy klucz odzyskiwania?';
@override
- String get withTheseAddressesRecoveryDescription => 'Dzięki tym adresom możesz odzyskać swoje hasło.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Dzięki tym adresom możesz odzyskać swoje hasło.';
@override
String get writeAMessage => 'Napisz wiadomość…';
@@ -1681,10 +1749,12 @@ class L10nPl extends L10n {
String get you => 'Ty';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Nie uczestniczysz już w tym czacie';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Nie uczestniczysz już w tym czacie';
@override
- String get youHaveBeenBannedFromThisChat => 'Zostałeś/-aś zbanowany/-a w tym czacie';
+ String get youHaveBeenBannedFromThisChat =>
+ 'Zostałeś/-aś zbanowany/-a w tym czacie';
@override
String get yourPublicKey => 'Twój klucz publiczny';
@@ -1708,13 +1778,15 @@ class L10nPl extends L10n {
String get removeFromSpace => 'Usuń z przestrzeni';
@override
- String get addToSpaceDescription => 'Wybierz przestrzeń, do której ten czat ma być dodany.';
+ String get addToSpaceDescription =>
+ 'Wybierz przestrzeń, do której ten czat ma być dodany.';
@override
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Aby odblokować wcześniejsze wiadomości, wprowadź swój klucz odzyskiwania, który został wygenerowany w poprzedniej sesji. Twój klucz odzyskiwania NIE jest Twoim hasłem.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Aby odblokować wcześniejsze wiadomości, wprowadź swój klucz odzyskiwania, który został wygenerowany w poprzedniej sesji. Twój klucz odzyskiwania NIE jest Twoim hasłem.';
@override
String get publish => 'Opublikuj';
@@ -1745,7 +1817,8 @@ class L10nPl extends L10n {
String get pinMessage => 'Przypnij do pokoju';
@override
- String get confirmEventUnpin => 'Czy na pewno chcesz trwale odpiąć wydarzenie?';
+ String get confirmEventUnpin =>
+ 'Czy na pewno chcesz trwale odpiąć wydarzenie?';
@override
String get emojis => 'Emoji';
@@ -1757,13 +1830,16 @@ class L10nPl extends L10n {
String get voiceCall => 'Połączenie głosowe';
@override
- String get unsupportedAndroidVersion => 'Nieobsługiwana wersja systemu Android';
+ String get unsupportedAndroidVersion =>
+ 'Nieobsługiwana wersja systemu Android';
@override
- String get unsupportedAndroidVersionLong => 'Ta funkcja wymaga nowszej wersji systemu Android. Sprawdź aktualizacje lub wsparcie Lineage OS.';
+ String get unsupportedAndroidVersionLong =>
+ 'Ta funkcja wymaga nowszej wersji systemu Android. Sprawdź aktualizacje lub wsparcie Lineage OS.';
@override
- String get videoCallsBetaWarning => 'Należy pamiętać, że połączenia wideo są obecnie w fazie beta. Mogą nie działać zgodnie z oczekiwaniami lub nie działać w ogóle na wszystkich platformach.';
+ String get videoCallsBetaWarning =>
+ 'Należy pamiętać, że połączenia wideo są obecnie w fazie beta. Mogą nie działać zgodnie z oczekiwaniami lub nie działać w ogóle na wszystkich platformach.';
@override
String get experimentalVideoCalls => 'Eksperymentalne połączenia wideo';
@@ -1775,7 +1851,8 @@ class L10nPl extends L10n {
String get indexedDbErrorTitle => 'Problemy związane z trybem prywatnym';
@override
- String get indexedDbErrorLong => 'Przechowywanie wiadomości niestety nie jest domyślnie włączone w trybie prywatnym.\nOdwiedź\n - about:config\n - ustaw dom.indexedDB.privateBrowsing.enabled na true\nW przeciwnym razie nie jest możliwe uruchomienie FluffyChat.';
+ String get indexedDbErrorLong =>
+ 'Przechowywanie wiadomości niestety nie jest domyślnie włączone w trybie prywatnym.\nOdwiedź\n - about:config\n - ustaw dom.indexedDB.privateBrowsing.enabled na true\nW przeciwnym razie nie jest możliwe uruchomienie FluffyChat.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1963,8 @@ class L10nPl extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'Nie utworzono jeszcze żadnego publicznego linku';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'Nie utworzono jeszcze żadnego publicznego linku';
@override
String get knock => 'Zapukaj';
@@ -1898,10 +1976,12 @@ class L10nPl extends L10n {
String get unlockOldMessages => 'Odblokuj stare wiadomości';
@override
- String get storeInSecureStorageDescription => 'Przechowaj klucz odzyskiwania w bezpiecznym magazynie tego urządzenia.';
+ String get storeInSecureStorageDescription =>
+ 'Przechowaj klucz odzyskiwania w bezpiecznym magazynie tego urządzenia.';
@override
- String get saveKeyManuallyDescription => 'Zapisz ten klucz ręcznie, uruchamiając systemowe okno dialogowe udostępniania lub schowek.';
+ String get saveKeyManuallyDescription =>
+ 'Zapisz ten klucz ręcznie, uruchamiając systemowe okno dialogowe udostępniania lub schowek.';
@override
String get storeInAndroidKeystore => 'Przechowaj w Android KeyStore';
@@ -1910,7 +1990,8 @@ class L10nPl extends L10n {
String get storeInAppleKeyChain => 'Przechowaj w pęku kluczy Apple';
@override
- String get storeSecurlyOnThisDevice => 'Przechowaj bezpiecznie na tym urządzeniu';
+ String get storeSecurlyOnThisDevice =>
+ 'Przechowaj bezpiecznie na tym urządzeniu';
@override
String countFiles(int count) {
@@ -1924,7 +2005,8 @@ class L10nPl extends L10n {
String get custom => 'Własne';
@override
- String get foregroundServiceRunning => 'To powiadomienie pojawia się, gdy usługa w tle jest uruchomiona.';
+ String get foregroundServiceRunning =>
+ 'To powiadomienie pojawia się, gdy usługa w tle jest uruchomiona.';
@override
String get screenSharingTitle => 'udostępnianie ekranu';
@@ -1939,22 +2021,27 @@ class L10nPl extends L10n {
String get callingAccount => 'Konto połączeń';
@override
- String get callingAccountDetails => 'Pozwala FluffyChat używać natywnej aplikacji do wykonywania połączeń w Androidzie.';
+ String get callingAccountDetails =>
+ 'Pozwala FluffyChat używać natywnej aplikacji do wykonywania połączeń w Androidzie.';
@override
String get appearOnTop => 'Wyświetlaj nad innymi';
@override
- String get appearOnTopDetails => 'Umożliwia wyświetlanie aplikacji nad innymi (nie jest to konieczne, jeśli FluffyChat jest już ustawiony jako konto do dzwonienia)';
+ String get appearOnTopDetails =>
+ 'Umożliwia wyświetlanie aplikacji nad innymi (nie jest to konieczne, jeśli FluffyChat jest już ustawiony jako konto do dzwonienia)';
@override
- String get otherCallingPermissions => 'Mikrofon, kamera i inne uprawnienia FluffyChat';
+ String get otherCallingPermissions =>
+ 'Mikrofon, kamera i inne uprawnienia FluffyChat';
@override
- String get whyIsThisMessageEncrypted => 'Dlaczego nie można odczytać tej wiadomości?';
+ String get whyIsThisMessageEncrypted =>
+ 'Dlaczego nie można odczytać tej wiadomości?';
@override
- String get noKeyForThisMessage => 'Może się to zdarzyć, jeśli wiadomość została wysłana przed zalogowaniem się na to konto na tym urządzeniu.\n\nMożliwe jest również, że nadawca zablokował Twoje urządzenie lub coś poszło nie tak z połączeniem internetowym.\n\nJesteś w stanie odczytać wiadomość na innej sesji? W takim razie możesz przenieść z niej wiadomość! Wejdź w Ustawienia > Urządzenia i upewnij się, że Twoje urządzenia zweryfikowały się wzajemnie. Gdy następnym razem otworzysz pokój i obie sesje będą włączone, klucze zostaną przekazane automatycznie.\n\nNie chcesz stracić kluczy podczas wylogowania lub przełączania urządzeń? Upewnij się, że w ustawieniach masz włączoną kopię zapasową czatu.';
+ String get noKeyForThisMessage =>
+ 'Może się to zdarzyć, jeśli wiadomość została wysłana przed zalogowaniem się na to konto na tym urządzeniu.\n\nMożliwe jest również, że nadawca zablokował Twoje urządzenie lub coś poszło nie tak z połączeniem internetowym.\n\nJesteś w stanie odczytać wiadomość na innej sesji? W takim razie możesz przenieść z niej wiadomość! Wejdź w Ustawienia > Urządzenia i upewnij się, że Twoje urządzenia zweryfikowały się wzajemnie. Gdy następnym razem otworzysz pokój i obie sesje będą włączone, klucze zostaną przekazane automatycznie.\n\nNie chcesz stracić kluczy podczas wylogowania lub przełączania urządzeń? Upewnij się, że w ustawieniach masz włączoną kopię zapasową czatu.';
@override
String get newGroup => 'Nowa grupa';
@@ -1991,13 +2078,15 @@ class L10nPl extends L10n {
}
@override
- String get newSpaceDescription => 'Przestrzenie pozwalają na konsolidację czatów i budowanie prywatnych lub publicznych społeczności.';
+ String get newSpaceDescription =>
+ 'Przestrzenie pozwalają na konsolidację czatów i budowanie prywatnych lub publicznych społeczności.';
@override
String get encryptThisChat => 'Zaszyfruj ten czat';
@override
- String get disableEncryptionWarning => 'Ze względów bezpieczeństwa nie można wyłączyć szyfrowania w czacie, w którym zostało ono wcześniej włączone.';
+ String get disableEncryptionWarning =>
+ 'Ze względów bezpieczeństwa nie można wyłączyć szyfrowania w czacie, w którym zostało ono wcześniej włączone.';
@override
String get sorryThatsNotPossible => 'Przepraszamy... to nie jest możliwe';
@@ -2009,7 +2098,8 @@ class L10nPl extends L10n {
String get reopenChat => 'Otwórz ponownie czat';
@override
- String get noBackupWarning => 'Uwaga! Bez włączenia kopii zapasowej czatu, stracisz dostęp do swoich zaszyfrowanych wiadomości. Zaleca się włączenie kopii zapasowej czatu przed wylogowaniem.';
+ String get noBackupWarning =>
+ 'Uwaga! Bez włączenia kopii zapasowej czatu, stracisz dostęp do swoich zaszyfrowanych wiadomości. Zaleca się włączenie kopii zapasowej czatu przed wylogowaniem.';
@override
String get noOtherDevicesFound => 'Nie znaleziono innych urządzeń';
@@ -2025,7 +2115,8 @@ class L10nPl extends L10n {
}
@override
- String get jumpToLastReadMessage => 'Przejdź do ostatnio przeczytanej wiadomości';
+ String get jumpToLastReadMessage =>
+ 'Przejdź do ostatnio przeczytanej wiadomości';
@override
String get readUpToHere => 'Czytaj do tego miejsca';
@@ -2037,7 +2128,8 @@ class L10nPl extends L10n {
String get openLinkInBrowser => 'Otwórz link w przeglądarce';
@override
- String get reportErrorDescription => '😭 O nie! Coś poszło nie tak. Spróbuj ponownie później. Jeśli chcesz, możesz zgłosić ten błąd autorom programu.';
+ String get reportErrorDescription =>
+ '😭 O nie! Coś poszło nie tak. Spróbuj ponownie później. Jeśli chcesz, możesz zgłosić ten błąd autorom programu.';
@override
String get report => 'zgłoś';
@@ -2046,7 +2138,8 @@ class L10nPl extends L10n {
String get signInWithPassword => 'Zaloguj się z hasłem';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Spróbuj ponownie później lub wybierz inny serwer.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Spróbuj ponownie później lub wybierz inny serwer.';
@override
String signInWith(String provider) {
@@ -2054,7 +2147,8 @@ class L10nPl extends L10n {
}
@override
- String get profileNotFound => 'Nie można odnaleźć użytkownika na serwerze. Być może wystąpił problem z połączeniem lub użytkownik nie istnieje.';
+ String get profileNotFound =>
+ 'Nie można odnaleźć użytkownika na serwerze. Być może wystąpił problem z połączeniem lub użytkownik nie istnieje.';
@override
String get setTheme => 'Ustaw wygląd:';
@@ -2083,19 +2177,24 @@ class L10nPl extends L10n {
String get pleaseEnterANumber => 'Proszę podać liczbę większą od 0';
@override
- String get archiveRoomDescription => 'Czat zostanie przeniesiony do archiwum. Pozostali użytkownicy będą mogli zobaczyć, że opuściłeś/-aś czat.';
+ String get archiveRoomDescription =>
+ 'Czat zostanie przeniesiony do archiwum. Pozostali użytkownicy będą mogli zobaczyć, że opuściłeś/-aś czat.';
@override
- String get roomUpgradeDescription => 'Czat zostanie przeniesiony do pokoju w nowej wersji. Wszyscy użytkownicy zostaną powiadomieni o konieczności dołączenia do nowego czatu. Możesz dowiedzieć się więcej o wersjach pokojów na https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'Czat zostanie przeniesiony do pokoju w nowej wersji. Wszyscy użytkownicy zostaną powiadomieni o konieczności dołączenia do nowego czatu. Możesz dowiedzieć się więcej o wersjach pokojów na https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'Nastąpi wylogowanie z tego urządzenia. Nie będziesz w stanie odbierać na nim wiadomości.';
+ String get removeDevicesDescription =>
+ 'Nastąpi wylogowanie z tego urządzenia. Nie będziesz w stanie odbierać na nim wiadomości.';
@override
- String get banUserDescription => 'Użytkownik zostanie zbanowany w czacie i nie będzie w stanie dołączyć do czatu do momentu odbanowania.';
+ String get banUserDescription =>
+ 'Użytkownik zostanie zbanowany w czacie i nie będzie w stanie dołączyć do czatu do momentu odbanowania.';
@override
- String get unbanUserDescription => 'Użytkownik będzie w stanie dołączyć do czatu ponownie.';
+ String get unbanUserDescription =>
+ 'Użytkownik będzie w stanie dołączyć do czatu ponownie.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2207,16 @@ class L10nPl extends L10n {
}
@override
- String get kickUserDescription => 'Użytkownik jest wyrzucony z czatu, ale nie zbanowany. Do czatu publicznego może dołączyć ponownie.';
+ String get kickUserDescription =>
+ 'Użytkownik jest wyrzucony z czatu, ale nie zbanowany. Do czatu publicznego może dołączyć ponownie.';
@override
- String get makeAdminDescription => 'Kiedy użytkownik zostanie adminem, nie będziesz móc tego cofnąć, bo nabierze takich samych uprawnień, jak Ty.';
+ String get makeAdminDescription =>
+ 'Kiedy użytkownik zostanie adminem, nie będziesz móc tego cofnąć, bo nabierze takich samych uprawnień, jak Ty.';
@override
- String get pushNotificationsNotAvailable => 'Powiadomienia push nie są dostępne';
+ String get pushNotificationsNotAvailable =>
+ 'Powiadomienia push nie są dostępne';
@override
String get learnMore => 'Dowiedz się więcej';
@@ -2148,10 +2250,12 @@ class L10nPl extends L10n {
String get createGroupAndInviteUsers => 'Utwórz grupę i zaproś użytkowników';
@override
- String get groupCanBeFoundViaSearch => 'Grupa może być znaleziona poprzez wyszukiwanie';
+ String get groupCanBeFoundViaSearch =>
+ 'Grupa może być znaleziona poprzez wyszukiwanie';
@override
- String get wrongRecoveryKey => 'Niestety to nie wygląda na poprawny klucz odzyskiwania.';
+ String get wrongRecoveryKey =>
+ 'Niestety to nie wygląda na poprawny klucz odzyskiwania.';
@override
String get startConversation => 'Rozpocznij rozmowę';
@@ -2166,7 +2270,8 @@ class L10nPl extends L10n {
String get databaseMigrationBody => 'Proszę czekać. Może to potrwać chwilę.';
@override
- String get leaveEmptyToClearStatus => 'Pozostaw puste, aby wyczyścić swój status.';
+ String get leaveEmptyToClearStatus =>
+ 'Pozostaw puste, aby wyczyścić swój status.';
@override
String get select => 'Zaznacz';
@@ -2175,7 +2280,8 @@ class L10nPl extends L10n {
String get searchForUsers => 'Szukaj @użytkowników...';
@override
- String get pleaseEnterYourCurrentPassword => 'Proszę podać swoje obecne hasło';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Proszę podać swoje obecne hasło';
@override
String get newPassword => 'Nowe hasło';
@@ -2262,31 +2368,37 @@ class L10nPl extends L10n {
}
@override
- String get sendReadReceipts => 'Wysyłaj powiadomienia o przeczytaniu wiadomości';
+ String get sendReadReceipts =>
+ 'Wysyłaj powiadomienia o przeczytaniu wiadomości';
@override
- String get sendTypingNotificationsDescription => 'Pozostali uczestnicy czatu mogą widzieć kiedy piszesz nową wiadomość.';
+ String get sendTypingNotificationsDescription =>
+ 'Pozostali uczestnicy czatu mogą widzieć kiedy piszesz nową wiadomość.';
@override
- String get sendReadReceiptsDescription => 'Pozostali uczestnicy czatu mogą widzieć zobaczyć kiedy przeczytasz wiadomość.';
+ String get sendReadReceiptsDescription =>
+ 'Pozostali uczestnicy czatu mogą widzieć zobaczyć kiedy przeczytasz wiadomość.';
@override
String get formattedMessages => 'Sformatowane wiadomości';
@override
- String get formattedMessagesDescription => 'Używaj Markdown do wyświetlania dodatkowego formatowania w wiadomościach, jak np. pogrubienie tekstu.';
+ String get formattedMessagesDescription =>
+ 'Używaj Markdown do wyświetlania dodatkowego formatowania w wiadomościach, jak np. pogrubienie tekstu.';
@override
String get verifyOtherUser => '🔐 Zweryfikuj innego użytkownika';
@override
- String get verifyOtherUserDescription => 'Jeśli zweryfikujesz innego użytkownika, możesz być pewien/-na z kim naprawdę piszesz. 💪\n\nKiedy rozpoczniesz weryfikację, Ty i ta druga osoba zobaczycie okienko dialogowe. Zobaczycie w nim serię emotikonów lub numery do porównania.\n\nNajlepiej potwierdzić ich zgodność osobiście lub przez wideorozmowę. 👭';
+ String get verifyOtherUserDescription =>
+ 'Jeśli zweryfikujesz innego użytkownika, możesz być pewien/-na z kim naprawdę piszesz. 💪\n\nKiedy rozpoczniesz weryfikację, Ty i ta druga osoba zobaczycie okienko dialogowe. Zobaczycie w nim serię emotikonów lub numery do porównania.\n\nNajlepiej potwierdzić ich zgodność osobiście lub przez wideorozmowę. 👭';
@override
String get verifyOtherDevice => '🔐 Zweryfikuj inne urządzenie';
@override
- String get verifyOtherDeviceDescription => 'Jeśli zweryfikujesz inne urządzenie, będzie mogło ono wymienić klucze z dotychczasowym, zwiększając ogólne bezpieczeństwo. 💪 Kiedy rozpoczniesz weryfikację, na obu urządzeniach wyświetli się okno dialogowe. Zobaczysz w nim serię emotikonów lub numery do porównania. Najlepiej mieć oba urządzenia pod ręką przed rozpoczęciem weryfikacji. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'Jeśli zweryfikujesz inne urządzenie, będzie mogło ono wymienić klucze z dotychczasowym, zwiększając ogólne bezpieczeństwo. 💪 Kiedy rozpoczniesz weryfikację, na obu urządzeniach wyświetli się okno dialogowe. Zobaczysz w nim serię emotikonów lub numery do porównania. Najlepiej mieć oba urządzenia pod ręką przed rozpoczęciem weryfikacji. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2337,7 +2449,8 @@ class L10nPl extends L10n {
String get commandHint_ignore => 'Ignoruj podany identyfikator Matrix';
@override
- String get commandHint_unignore => 'Przestań ignorować podany identyfikator Matrix';
+ String get commandHint_unignore =>
+ 'Przestań ignorować podany identyfikator Matrix';
@override
String unreadChatsInApp(String appname, String unread) {
@@ -2345,7 +2458,8 @@ class L10nPl extends L10n {
}
@override
- String get noDatabaseEncryption => 'Szyfrowanie bazy danych nie jest obsługiwane na tej platformie';
+ String get noDatabaseEncryption =>
+ 'Szyfrowanie bazy danych nie jest obsługiwane na tej platformie';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,7 +2515,8 @@ class L10nPl extends L10n {
String get changeTheChatPermissions => 'Zmień uprawnienia w czacie';
@override
- String get changeTheVisibilityOfChatHistory => 'Zmień widoczność historii czatu';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Zmień widoczność historii czatu';
@override
String get changeTheCanonicalRoomAlias => 'Zmień główny publiczny czatu';
@@ -2413,7 +2528,8 @@ class L10nPl extends L10n {
String get changeTheDescriptionOfTheGroup => 'Zmień opis czatu';
@override
- String get chatPermissionsDescription => 'Ustal jaki poziom uprawnień jest wymagany dla określonych czynności w czacie. Poziomy uprawnień 0, 50 i 100 zwykle dotyczą odpowiednio użytkowników, moderatorów i administratorów, ale możliwa jest dowolna gradacja.';
+ String get chatPermissionsDescription =>
+ 'Ustal jaki poziom uprawnień jest wymagany dla określonych czynności w czacie. Poziomy uprawnień 0, 50 i 100 zwykle dotyczą odpowiednio użytkowników, moderatorów i administratorów, ale możliwa jest dowolna gradacja.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2552,12 @@ class L10nPl extends L10n {
String get whatIsAHomeserver => 'Czym jest serwer domowy?';
@override
- String get homeserverDescription => 'Wszystkie Twoje dane trzymane są na serwerze domowym, jak u dostawców usług e-mail. Możesz wybrać swój serwer domowy i nadal rozmawiać ze wszystkimi. Dowiedz się więcej na https://matrix.org.';
+ String get homeserverDescription =>
+ 'Wszystkie Twoje dane trzymane są na serwerze domowym, jak u dostawców usług e-mail. Możesz wybrać swój serwer domowy i nadal rozmawiać ze wszystkimi. Dowiedz się więcej na https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Wydaje się nie być kompatybilnym serwerem domowym. Niepoprawny adres URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Wydaje się nie być kompatybilnym serwerem domowym. Niepoprawny adres URL?';
@override
String get calculatingFileSize => 'Obliczanie rozmiaru pliku...';
@@ -2467,16 +2585,19 @@ class L10nPl extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'Tylko kiedy Twoje urządzenie nie jest zweryfikowane';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'Tylko kiedy Twoje urządzenie nie jest zweryfikowane';
@override
- String get noticeChatBackupDeviceVerification => 'Uwaga: Urządzenia dodane do kopii zapasowej czatu automatycznie zostają zweryfikowane.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Uwaga: Urządzenia dodane do kopii zapasowej czatu automatycznie zostają zweryfikowane.';
@override
String get continueText => 'Kontynuuj';
@override
- String get welcomeText => 'No cześć! 👋 Tutaj FluffyChat. Możesz zapisać się do dowolnego serwera domowego, kompatybilnego z https://matrix.org i rozmawiać ze wszystkimi. To duża zdecentralizowana sieć czatów!';
+ String get welcomeText =>
+ 'No cześć! 👋 Tutaj FluffyChat. Możesz zapisać się do dowolnego serwera domowego, kompatybilnego z https://matrix.org i rozmawiać ze wszystkimi. To duża zdecentralizowana sieć czatów!';
@override
String get blur => 'Rozmazanie:';
@@ -2491,13 +2612,15 @@ class L10nPl extends L10n {
String get manageAccount => 'Zarządzaj kontem';
@override
- String get noContactInformationProvided => 'Serwer nie dostarcza żadnych poprawnych danych kontaktowych';
+ String get noContactInformationProvided =>
+ 'Serwer nie dostarcza żadnych poprawnych danych kontaktowych';
@override
String get contactServerAdmin => 'Skontaktuj się z administratorem serwera';
@override
- String get contactServerSecurity => 'Skontaktuj się z działem bezpieczeństwa serwera';
+ String get contactServerSecurity =>
+ 'Skontaktuj się z działem bezpieczeństwa serwera';
@override
String get supportPage => 'Strona obsługi użytkownika';
@@ -2536,13 +2659,15 @@ class L10nPl extends L10n {
String get addLink => 'Dodaj link';
@override
- String get unableToJoinChat => 'Nie udało się dołączyć do czatu. Może druga strona zakończyła już rozmowę?';
+ String get unableToJoinChat =>
+ 'Nie udało się dołączyć do czatu. Może druga strona zakończyła już rozmowę?';
@override
String get previous => 'Poprzedni';
@override
- String get otherPartyNotLoggedIn => 'Druga strona nie jest obecnie zalogowana i dlatego nie może odbierać wiadomości!';
+ String get otherPartyNotLoggedIn =>
+ 'Druga strona nie jest obecnie zalogowana i dlatego nie może odbierać wiadomości!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2675,8 @@ class L10nPl extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'Niniejszym zezwalasz aplikacji i witrynie na udostępnianie informacji o sobie.';
+ String get appWantsToUseForLoginDescription =>
+ 'Niniejszym zezwalasz aplikacji i witrynie na udostępnianie informacji o sobie.';
@override
String get open => 'Otwórz';
@@ -2559,7 +2685,8 @@ class L10nPl extends L10n {
String get waitingForServer => 'Oczekiwanie na serwer...';
@override
- String get appIntroduction => 'FluffyChat umożliwia czatowanie ze znajomymi za pośrednictwem różnych komunikatorów. Dowiedz się więcej na stronie https://matrix.org lub kliknij na *Kontynuuj*.';
+ String get appIntroduction =>
+ 'FluffyChat umożliwia czatowanie ze znajomymi za pośrednictwem różnych komunikatorów. Dowiedz się więcej na stronie https://matrix.org lub kliknij na *Kontynuuj*.';
@override
String get newChatRequest => '📩 Nowa prośba o czat';
@@ -2574,7 +2701,8 @@ class L10nPl extends L10n {
String get roomNotificationSettings => 'Ustawienia powiadomień w pokoju';
@override
- String get userSpecificNotificationSettings => 'Ustawienia powiadomień dla użytkownika';
+ String get userSpecificNotificationSettings =>
+ 'Ustawienia powiadomień dla użytkownika';
@override
String get otherNotificationSettings => 'Inne ustawienia powiadomień';
@@ -2583,121 +2711,144 @@ class L10nPl extends L10n {
String get notificationRuleContainsUserName => 'Zawiera nazwę użytkownika';
@override
- String get notificationRuleContainsUserNameDescription => 'Powiadamia użytkownika kiedy wiadomość zawiera jego nazwę.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Powiadamia użytkownika kiedy wiadomość zawiera jego nazwę.';
@override
String get notificationRuleMaster => 'Wycisz wszystkie powiadomienia';
@override
- String get notificationRuleMasterDescription => 'Zastępuje wszystkie inne reguły i wyłącza wszystkie powiadomienia.';
+ String get notificationRuleMasterDescription =>
+ 'Zastępuje wszystkie inne reguły i wyłącza wszystkie powiadomienia.';
@override
String get notificationRuleSuppressNotices => 'Stłum automatyczne wiadomości';
@override
- String get notificationRuleSuppressNoticesDescription => 'Tłumi powiadomienia z automatycznych klientów, takich jak boty.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Tłumi powiadomienia z automatycznych klientów, takich jak boty.';
@override
String get notificationRuleInviteForMe => 'Zaproszenia';
@override
- String get notificationRuleInviteForMeDescription => 'Powiadamia o zaproszeniach do pokoju.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Powiadamia o zaproszeniach do pokoju.';
@override
String get notificationRuleMemberEvent => 'Zdarzenia członków pokoju';
@override
- String get notificationRuleMemberEventDescription => 'Tłumi powiadomienia o zmianach członkostwa w pokoju.';
+ String get notificationRuleMemberEventDescription =>
+ 'Tłumi powiadomienia o zmianach członkostwa w pokoju.';
@override
String get notificationRuleIsUserMention => 'Wzmianki';
@override
- String get notificationRuleIsUserMentionDescription => 'Powiadamia o byciu wzmiankowanym w wiadomości.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Powiadamia o byciu wzmiankowanym w wiadomości.';
@override
String get notificationRuleContainsDisplayName => 'Zawiera nazwę wyświetlaną';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Powiadamia osobę o wiadomości zawierającej jej nazwę wyświetlaną.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Powiadamia osobę o wiadomości zawierającej jej nazwę wyświetlaną.';
@override
String get notificationRuleIsRoomMention => 'Wzmianki pokoju';
@override
- String get notificationRuleIsRoomMentionDescription => 'Powiadamia o wzmiankowaniu całego pokoju.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Powiadamia o wzmiankowaniu całego pokoju.';
@override
String get notificationRuleRoomnotif => 'Powiadomienia w pokoju';
@override
- String get notificationRuleRoomnotifDescription => 'Powiadamia o wiadomości zawierającej „@room”.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Powiadamia o wiadomości zawierającej „@room”.';
@override
String get notificationRuleTombstone => 'Nagrobki';
@override
- String get notificationRuleTombstoneDescription => 'Powiadamia o komunikatach dezaktywacji pokojów.';
+ String get notificationRuleTombstoneDescription =>
+ 'Powiadamia o komunikatach dezaktywacji pokojów.';
@override
String get notificationRuleReaction => 'Reakcje';
@override
- String get notificationRuleReactionDescription => 'Tłumi powiadomienia o reakcjach.';
+ String get notificationRuleReactionDescription =>
+ 'Tłumi powiadomienia o reakcjach.';
@override
- String get notificationRuleRoomServerAcl => 'Lista kontroli dostępu serwerów pokojów';
+ String get notificationRuleRoomServerAcl =>
+ 'Lista kontroli dostępu serwerów pokojów';
@override
- String get notificationRuleRoomServerAclDescription => 'Wyłącza powiadomienia dla list kontroli dostępu (ACL) serwerów pokojów.';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Wyłącza powiadomienia dla list kontroli dostępu (ACL) serwerów pokojów.';
@override
String get notificationRuleSuppressEdits => 'Stłum edycje';
@override
- String get notificationRuleSuppressEditsDescription => 'Tłumi powiadomienia o edycjach wiadomości.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Tłumi powiadomienia o edycjach wiadomości.';
@override
String get notificationRuleCall => 'Połączenia';
@override
- String get notificationRuleCallDescription => 'Powiadamia o przychodzących połączeniach.';
+ String get notificationRuleCallDescription =>
+ 'Powiadamia o przychodzących połączeniach.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Szyfrowane pokoje „jeden na jeden”';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Szyfrowane pokoje „jeden na jeden”';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Powiadamia o wiadomościach w szyfrowanych pokojach „jeden na jeden” (one-to-one).';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Powiadamia o wiadomościach w szyfrowanych pokojach „jeden na jeden” (one-to-one).';
@override
String get notificationRuleRoomOneToOne => 'Pokoje „jeden na jeden”';
@override
- String get notificationRuleRoomOneToOneDescription => 'Powiadamia o wiadomościach w pokojach „jeden na jeden” (one-to-one).';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Powiadamia o wiadomościach w pokojach „jeden na jeden” (one-to-one).';
@override
String get notificationRuleMessage => 'Wiadomości';
@override
- String get notificationRuleMessageDescription => 'Powiadamia o ogólnych wiadomościach.';
+ String get notificationRuleMessageDescription =>
+ 'Powiadamia o ogólnych wiadomościach.';
@override
String get notificationRuleEncrypted => 'Zaszyfrowane pokoje';
@override
- String get notificationRuleEncryptedDescription => 'Powiadamia o wiadomościach w zaszyfrowanych pokojach.';
+ String get notificationRuleEncryptedDescription =>
+ 'Powiadamia o wiadomościach w zaszyfrowanych pokojach.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Powiadamia o komunikatach widżetów Jitsi.';
+ String get notificationRuleJitsiDescription =>
+ 'Powiadamia o komunikatach widżetów Jitsi.';
@override
- String get notificationRuleServerAcl => 'Stłum komunikaty o listach kontroli dostępu serwerów pokojów';
+ String get notificationRuleServerAcl =>
+ 'Stłum komunikaty o listach kontroli dostępu serwerów pokojów';
@override
- String get notificationRuleServerAclDescription => 'Tłumi powiadomienia o komunikatach o listach kontroli dostępu (ACL) serwerów pokojów.';
+ String get notificationRuleServerAclDescription =>
+ 'Tłumi powiadomienia o komunikatach o listach kontroli dostępu (ACL) serwerów pokojów.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2856,8 @@ class L10nPl extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'Jeśli skasujesz to ustawienie powiadomień, nie będzie się dało tego cofnąć.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'Jeśli skasujesz to ustawienie powiadomień, nie będzie się dało tego cofnąć.';
@override
String get more => 'Więcej';
@@ -2714,13 +2866,15 @@ class L10nPl extends L10n {
String get shareKeysWith => 'Udostępnij klucze...';
@override
- String get shareKeysWithDescription => 'Które urządzenia powinny być zaufane, aby mogły odczytywać Twoje wiadomości w zaszyfrowanych czatach?';
+ String get shareKeysWithDescription =>
+ 'Które urządzenia powinny być zaufane, aby mogły odczytywać Twoje wiadomości w zaszyfrowanych czatach?';
@override
String get allDevices => 'Wszystkie urządzenia';
@override
- String get crossVerifiedDevicesIfEnabled => 'Urządzenia zweryfikowane krzyżowo, jeśli włączone';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Urządzenia zweryfikowane krzyżowo, jeśli włączone';
@override
String get crossVerifiedDevices => 'Urządzenia zweryfikowane krzyżowo';
@@ -2750,5 +2904,6 @@ class L10nPl extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_pt.dart b/lib/generated/l10n/l10n_pt.dart
index 21ec826..3fee71e 100644
--- a/lib/generated/l10n/l10n_pt.dart
+++ b/lib/generated/l10n/l10n_pt.dart
@@ -15,7 +15,8 @@ class L10nPt extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nPt extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nPt extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Repeat password';
@@ -122,7 +126,8 @@ class L10nPt extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nPt extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Remove';
@@ -188,7 +194,8 @@ class L10nPt extends L10n {
String get addEmail => 'Add email';
@override
- String get confirmMatrixId => 'Please confirm your Matrix ID in order to delete your account.';
+ String get confirmMatrixId =>
+ 'Please confirm your Matrix ID in order to delete your account.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nPt extends L10n {
String get allChats => 'All chats';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Send some googly eyes';
@@ -252,7 +260,8 @@ class L10nPt extends L10n {
String get appLock => 'App lock';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Archive';
@@ -267,7 +276,8 @@ class L10nPt extends L10n {
String get areYouSureYouWantToLogout => 'Are you sure you want to log out?';
@override
- String get askSSSSSign => 'To be able to sign the other person, please enter your secure store passphrase or recovery key.';
+ String get askSSSSSign =>
+ 'To be able to sign the other person, please enter your secure store passphrase or recovery key.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +285,12 @@ class L10nPt extends L10n {
}
@override
- String get autoplayImages => 'Automatically play animated stickers and emotes';
+ String get autoplayImages =>
+ 'Automatically play animated stickers and emotes';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'The homeserver supports the login types:\n$serverVersions\nBut this app supports only:\n$supportedVersions';
}
@@ -292,7 +304,8 @@ class L10nPt extends L10n {
String get sendOnEnter => 'Send on enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'The homeserver supports the Spec versions:\n$serverVersions\nBut this app supports only $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nPt extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -436,7 +450,8 @@ class L10nPt extends L10n {
String get changeYourAvatar => 'Change your avatar';
@override
- String get channelCorruptedDecryptError => 'The encryption has been corrupted';
+ String get channelCorruptedDecryptError =>
+ 'The encryption has been corrupted';
@override
String get chat => 'Chat';
@@ -448,7 +463,8 @@ class L10nPt extends L10n {
String get chatBackup => 'Chat backup';
@override
- String get chatBackupDescription => 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
+ String get chatBackupDescription =>
+ 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
@override
String get chatDetails => 'Chat details';
@@ -469,7 +485,8 @@ class L10nPt extends L10n {
String get close => 'Fechar';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +498,15 @@ class L10nPt extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Send HTML-formatted text';
@@ -508,13 +527,15 @@ class L10nPt extends L10n {
String get commandHint_me => 'Describe yourself';
@override
- String get commandHint_myroomavatar => 'Set your picture for this room (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Set your picture for this room (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Set your display name for this room';
@override
- String get commandHint_op => 'Set the given user\'s power level (default: 50)';
+ String get commandHint_op =>
+ 'Set the given user\'s power level (default: 50)';
@override
String get commandHint_plain => 'Send unformatted text';
@@ -552,7 +573,8 @@ class L10nPt extends L10n {
String get connect => 'Connect';
@override
- String get contactHasBeenInvitedToTheGroup => 'Contact has been invited to the group';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Contact has been invited to the group';
@override
String get containsDisplayName => 'Contains display name';
@@ -561,7 +583,8 @@ class L10nPt extends L10n {
String get containsUserName => 'Contains username';
@override
- String get contentHasBeenReported => 'The content has been reported to the server admins';
+ String get contentHasBeenReported =>
+ 'The content has been reported to the server admins';
@override
String get copiedToClipboard => 'Copiada para a área de transferência';
@@ -618,7 +641,8 @@ class L10nPt extends L10n {
}
@override
- String get deactivateAccountWarning => 'This will deactivate your user account. This can not be undone! Are you sure?';
+ String get deactivateAccountWarning =>
+ 'This will deactivate your user account. This can not be undone! Are you sure?';
@override
String get defaultPermissionLevel => 'Default permission level for new users';
@@ -684,7 +708,8 @@ class L10nPt extends L10n {
String get emoteInvalid => 'Invalid emote shortcode!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Emote packs for room';
@@ -699,7 +724,8 @@ class L10nPt extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +734,15 @@ class L10nPt extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Emote shortcode';
@override
- String get emoteWarnNeedToPick => 'You need to pick an emote shortcode and an image!';
+ String get emoteWarnNeedToPick =>
+ 'You need to pick an emote shortcode and an image!';
@override
String get emptyChat => 'Empty chat';
@@ -726,7 +754,8 @@ class L10nPt extends L10n {
String get enableEncryption => 'Enable encryption';
@override
- String get enableEncryptionWarning => 'You won\'t be able to disable the encryption anymore. Are you sure?';
+ String get enableEncryptionWarning =>
+ 'You won\'t be able to disable the encryption anymore. Are you sure?';
@override
String get encrypted => 'Encrypted';
@@ -824,10 +853,12 @@ class L10nPt extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'How offensive is this content?';
@@ -845,7 +876,8 @@ class L10nPt extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -885,10 +917,12 @@ class L10nPt extends L10n {
String get invited => 'Invited';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +990,22 @@ class L10nPt extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1017,12 @@ class L10nPt extends L10n {
String get loadMore => 'Load more…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Iniciar sessão';
@@ -1015,7 +1054,8 @@ class L10nPt extends L10n {
String get muteChat => 'Mute chat';
@override
- String get needPantalaimonWarning => 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
+ String get needPantalaimonWarning =>
+ 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
@override
String get newChat => 'New chat';
@@ -1039,10 +1079,12 @@ class L10nPt extends L10n {
String get noEmotesFound => 'No emotes found. 😕';
@override
- String get noEncryptionForPublicRooms => 'You can only activate encryption as soon as the room is no longer publicly accessible.';
+ String get noEncryptionForPublicRooms =>
+ 'You can only activate encryption as soon as the room is no longer publicly accessible.';
@override
- String get noGoogleServicesWarning => 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1101,8 @@ class L10nPt extends L10n {
String get none => 'None';
@override
- String get noPasswordRecoveryDescription => 'You have not added a way to recover your password yet.';
+ String get noPasswordRecoveryDescription =>
+ 'You have not added a way to recover your password yet.';
@override
String get noPermission => 'No permission';
@@ -1071,7 +1114,8 @@ class L10nPt extends L10n {
String get notifications => 'Notificações';
@override
- String get notificationsEnabledForThisAccount => 'Notifications enabled for this account';
+ String get notificationsEnabledForThisAccount =>
+ 'Notifications enabled for this account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1141,8 @@ class L10nPt extends L10n {
String get onlineKeyBackupEnabled => 'Online Key Backup is enabled';
@override
- String get oopsPushError => 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
+ String get oopsPushError =>
+ 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
@override
String get oopsSomethingWentWrong => 'Oops, something went wrong…';
@@ -1130,7 +1175,8 @@ class L10nPt extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1185,8 @@ class L10nPt extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'Or';
@@ -1163,10 +1210,12 @@ class L10nPt extends L10n {
String get passwordHasBeenChanged => 'Password has been changed';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1250,12 @@ class L10nPt extends L10n {
String get pleaseChooseAPasscode => 'Please choose a pass code';
@override
- String get pleaseClickOnLink => 'Please click on the link in the email and then proceed.';
+ String get pleaseClickOnLink =>
+ 'Please click on the link in the email and then proceed.';
@override
- String get pleaseEnter4Digits => 'Please enter 4 digits or leave empty to disable app lock.';
+ String get pleaseEnter4Digits =>
+ 'Please enter 4 digits or leave empty to disable app lock.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1270,8 @@ class L10nPt extends L10n {
String get pleaseEnterYourUsername => 'Please enter your username';
@override
- String get pleaseFollowInstructionsOnWeb => 'Please follow the instructions on the website and tap on next.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Please follow the instructions on the website and tap on next.';
@override
String get privacy => 'Privacidade';
@@ -1304,7 +1356,8 @@ class L10nPt extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1366,12 @@ class L10nPt extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Request permission';
@@ -1460,7 +1515,8 @@ class L10nPt extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1530,7 +1586,8 @@ class L10nPt extends L10n {
String get toggleUnread => 'Mark Read/Unread';
@override
- String get tooManyRequestsWarning => 'Too many requests. Please try again later!';
+ String get tooManyRequestsWarning =>
+ 'Too many requests. Please try again later!';
@override
String get transferFromAnotherDevice => 'Transfer from another device';
@@ -1639,13 +1696,15 @@ class L10nPt extends L10n {
String get voiceMessage => 'Voice message';
@override
- String get waitingPartnerAcceptRequest => 'Waiting for partner to accept the request…';
+ String get waitingPartnerAcceptRequest =>
+ 'Waiting for partner to accept the request…';
@override
String get waitingPartnerEmoji => 'Waiting for partner to accept the emoji…';
@override
- String get waitingPartnerNumbers => 'Waiting for partner to accept the numbers…';
+ String get waitingPartnerNumbers =>
+ 'Waiting for partner to accept the numbers…';
@override
String get wallpaper => 'Wallpaper:';
@@ -1666,10 +1725,12 @@ class L10nPt extends L10n {
String get whyDoYouWantToReportThis => 'Why do you want to report this?';
@override
- String get wipeChatBackup => 'Wipe your chat backup to create a new recovery key?';
+ String get wipeChatBackup =>
+ 'Wipe your chat backup to create a new recovery key?';
@override
- String get withTheseAddressesRecoveryDescription => 'With these addresses you can recover your password.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'With these addresses you can recover your password.';
@override
String get writeAMessage => 'Write a message…';
@@ -1681,10 +1742,12 @@ class L10nPt extends L10n {
String get you => 'You';
@override
- String get youAreNoLongerParticipatingInThisChat => 'You are no longer participating in this chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'You are no longer participating in this chat';
@override
- String get youHaveBeenBannedFromThisChat => 'You have been banned from this chat';
+ String get youHaveBeenBannedFromThisChat =>
+ 'You have been banned from this chat';
@override
String get yourPublicKey => 'Your public key';
@@ -1714,7 +1777,8 @@ class L10nPt extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1745,7 +1809,8 @@ class L10nPt extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1760,10 +1825,12 @@ class L10nPt extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1775,7 +1842,8 @@ class L10nPt extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1954,8 @@ class L10nPt extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,10 +1967,12 @@ class L10nPt extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1924,7 +1995,8 @@ class L10nPt extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1939,22 +2011,26 @@ class L10nPt extends L10n {
String get callingAccount => 'Calling account';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'New group';
@@ -1991,13 +2067,15 @@ class L10nPt extends L10n {
}
@override
- String get newSpaceDescription => 'Spaces allows you to consolidate your chats and build private or public communities.';
+ String get newSpaceDescription =>
+ 'Spaces allows you to consolidate your chats and build private or public communities.';
@override
String get encryptThisChat => 'Encrypt this chat';
@override
- String get disableEncryptionWarning => 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
+ String get disableEncryptionWarning =>
+ 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
@override
String get sorryThatsNotPossible => 'Sorry... that is not possible';
@@ -2009,7 +2087,8 @@ class L10nPt extends L10n {
String get reopenChat => 'Reopen chat';
@override
- String get noBackupWarning => 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
+ String get noBackupWarning =>
+ 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
@override
String get noOtherDevicesFound => 'No other devices found';
@@ -2037,7 +2116,8 @@ class L10nPt extends L10n {
String get openLinkInBrowser => 'Open link in browser';
@override
- String get reportErrorDescription => '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
+ String get reportErrorDescription =>
+ '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
@override
String get report => 'Report';
@@ -2046,7 +2126,8 @@ class L10nPt extends L10n {
String get signInWithPassword => 'Sign in with password';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Please try again later or choose a different server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Please try again later or choose a different server.';
@override
String signInWith(String provider) {
@@ -2054,7 +2135,8 @@ class L10nPt extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2083,19 +2165,24 @@ class L10nPt extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2195,16 @@ class L10nPt extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2151,7 +2241,8 @@ class L10nPt extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2175,7 +2266,8 @@ class L10nPt extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2265,28 +2357,33 @@ class L10nPt extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2442,8 @@ class L10nPt extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2499,23 @@ class L10nPt extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2538,12 @@ class L10nPt extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2571,19 @@ class L10nPt extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2598,8 @@ class L10nPt extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2644,15 @@ class L10nPt extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2660,8 @@ class L10nPt extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2670,8 @@ class L10nPt extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2686,8 @@ class L10nPt extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2696,142 @@ class L10nPt extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2839,8 @@ class L10nPt extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2849,15 @@ class L10nPt extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,12 +2887,13 @@ class L10nPt extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
/// The translations for Portuguese, as used in Brazil (`pt_BR`).
class L10nPtBr extends L10nPt {
- L10nPtBr(): super('pt_BR');
+ L10nPtBr() : super('pt_BR');
@override
String get repeatPassword => 'Repita a senha';
@@ -2804,7 +2942,8 @@ class L10nPtBr extends L10nPt {
String get addEmail => 'Adicionar email';
@override
- String get confirmMatrixId => 'Por favor, confirme seu ID Matrix para apagar sua conta.';
+ String get confirmMatrixId =>
+ 'Por favor, confirme seu ID Matrix para apagar sua conta.';
@override
String supposedMxid(String mxid) {
@@ -2865,7 +3004,8 @@ class L10nPtBr extends L10nPt {
String get appLock => 'Trava do aplicativo';
@override
- String get appLockDescription => 'Bloquear o app com um código PIN quando não estiver usando';
+ String get appLockDescription =>
+ 'Bloquear o app com um código PIN quando não estiver usando';
@override
String get archive => 'Arquivo';
@@ -2877,10 +3017,12 @@ class L10nPtBr extends L10nPt {
String get areYouSure => 'Tem certeza?';
@override
- String get areYouSureYouWantToLogout => 'Tem certeza que deseja encerrar a sessão?';
+ String get areYouSureYouWantToLogout =>
+ 'Tem certeza que deseja encerrar a sessão?';
@override
- String get askSSSSSign => 'Para poder validar a outra pessoa, por favor, insira sua frase secreta ou chave de recuperação.';
+ String get askSSSSSign =>
+ 'Para poder validar a outra pessoa, por favor, insira sua frase secreta ou chave de recuperação.';
@override
String askVerificationRequest(String username) {
@@ -2888,10 +3030,12 @@ class L10nPtBr extends L10nPt {
}
@override
- String get autoplayImages => 'Reproduzir automaticamente figurinhas animadas e emojis';
+ String get autoplayImages =>
+ 'Reproduzir automaticamente figurinhas animadas e emojis';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'O servidor matriz suporta os tipos de login:\n$serverVersions\nMas este app suporta apenas:\n$supportedVersions';
}
@@ -2902,7 +3046,8 @@ class L10nPtBr extends L10nPt {
String get sendOnEnter => 'Enviar ao pressionar enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'O servidor matriz suporta as versões Spec:\n$serverVersions\nMas este app suporta apenas $supportedVersions';
}
@@ -3029,19 +3174,22 @@ class L10nPtBr extends L10nPt {
String get chat => 'Conversas';
@override
- String get yourChatBackupHasBeenSetUp => 'Seu backup de conversas foi configurado.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Seu backup de conversas foi configurado.';
@override
String get chatBackup => 'Backup da conversa';
@override
- String get chatBackupDescription => 'Suas mensagens antigas são protegidas com sua chave de recuperação. Por favor, evite perdê-la.';
+ String get chatBackupDescription =>
+ 'Suas mensagens antigas são protegidas com sua chave de recuperação. Por favor, evite perdê-la.';
@override
String get chatDetails => 'Detalhes da conversa';
@override
- String get chatHasBeenAddedToThisSpace => 'A conversa foi adicionada a este espaço';
+ String get chatHasBeenAddedToThisSpace =>
+ 'A conversa foi adicionada a este espaço';
@override
String get chats => 'Conversas';
@@ -3056,7 +3204,8 @@ class L10nPtBr extends L10nPt {
String get close => 'Fechar';
@override
- String get commandHint_markasdm => 'Marcar como conversa direta para o ID Matrix dado';
+ String get commandHint_markasdm =>
+ 'Marcar como conversa direta para o ID Matrix dado';
@override
String get commandHint_markasgroup => 'Marcar como grupo';
@@ -3068,13 +3217,15 @@ class L10nPtBr extends L10nPt {
String get commandHint_clearcache => 'Limpar dados temporários';
@override
- String get commandHint_create => 'Criar uma sala vazia.\nUse --no-encryption para desabilitar a criptografia';
+ String get commandHint_create =>
+ 'Criar uma sala vazia.\nUse --no-encryption para desabilitar a criptografia';
@override
String get commandHint_discardsession => 'Descartar sessão';
@override
- String get commandHint_dm => 'Iniciar uma conversa direta\nUse --no-encryption para desabilitar a criptografia';
+ String get commandHint_dm =>
+ 'Iniciar uma conversa direta\nUse --no-encryption para desabilitar a criptografia';
@override
String get commandHint_html => 'Enviar mensagem formatada em HTML';
@@ -3095,13 +3246,16 @@ class L10nPtBr extends L10nPt {
String get commandHint_me => 'Descrever você mesmo';
@override
- String get commandHint_myroomavatar => 'Determinar sua imagem para esta sala (via mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Determinar sua imagem para esta sala (via mxc-uri)';
@override
- String get commandHint_myroomnick => 'Determinar seu nome de exibição para esta sala';
+ String get commandHint_myroomnick =>
+ 'Determinar seu nome de exibição para esta sala';
@override
- String get commandHint_op => 'Determinar o grau de poderes de um(a) usuário(a) (padrão: 50)';
+ String get commandHint_op =>
+ 'Determinar o grau de poderes de um(a) usuário(a) (padrão: 50)';
@override
String get commandHint_plain => 'Enviar mensagem sem formatação';
@@ -3113,7 +3267,8 @@ class L10nPtBr extends L10nPt {
String get commandHint_send => 'Enviar mensagem';
@override
- String get commandHint_unban => 'Revogar o banimento de um(a) usuário(a) desta sala';
+ String get commandHint_unban =>
+ 'Revogar o banimento de um(a) usuário(a) desta sala';
@override
String get commandInvalid => 'Comando inválido';
@@ -3139,7 +3294,8 @@ class L10nPtBr extends L10nPt {
String get connect => 'Conectar';
@override
- String get contactHasBeenInvitedToTheGroup => 'O contato foi convidado ao grupo';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'O contato foi convidado ao grupo';
@override
String get containsDisplayName => 'Contém nome de exibição';
@@ -3148,7 +3304,8 @@ class L10nPtBr extends L10nPt {
String get containsUserName => 'Contém nome de usuário';
@override
- String get contentHasBeenReported => 'O conteúdo foi denunciado para quem administra o servidor';
+ String get contentHasBeenReported =>
+ 'O conteúdo foi denunciado para quem administra o servidor';
@override
String get copiedToClipboard => 'Copiado para área de transferência';
@@ -3205,7 +3362,8 @@ class L10nPtBr extends L10nPt {
}
@override
- String get deactivateAccountWarning => 'Isto desativará a conta do usuário. É irreversível! Tem certeza?';
+ String get deactivateAccountWarning =>
+ 'Isto desativará a conta do usuário. É irreversível! Tem certeza?';
@override
String get defaultPermissionLevel => 'Nível de permissão padrão';
@@ -3280,7 +3438,8 @@ class L10nPtBr extends L10nPt {
String get accessAndVisibility => 'Acesso e visibilidade';
@override
- String get accessAndVisibilityDescription => 'Quem é permitido entrar nesse chat e como pode ser descoberto.';
+ String get accessAndVisibilityDescription =>
+ 'Quem é permitido entrar nesse chat e como pode ser descoberto.';
@override
String get calls => 'Chamadas';
@@ -3289,13 +3448,15 @@ class L10nPtBr extends L10nPt {
String get customEmojisAndStickers => 'Emojis e stickers customizados';
@override
- String get customEmojisAndStickersBody => 'Adicionar ou compartilhar emojis ou stickers customizados que podem ser usados em qualquer chat.';
+ String get customEmojisAndStickersBody =>
+ 'Adicionar ou compartilhar emojis ou stickers customizados que podem ser usados em qualquer chat.';
@override
String get emoteShortcode => 'Código Emoji';
@override
- String get emoteWarnNeedToPick => 'Você tem que escolher um código emoji e uma imagem!';
+ String get emoteWarnNeedToPick =>
+ 'Você tem que escolher um código emoji e uma imagem!';
@override
String get emptyChat => 'Conversa vazia';
@@ -3307,7 +3468,8 @@ class L10nPtBr extends L10nPt {
String get enableEncryption => 'Habilitar criptografia';
@override
- String get enableEncryptionWarning => 'Você não poderá desabilitar a criptografia posteriormente. Tem certeza?';
+ String get enableEncryptionWarning =>
+ 'Você não poderá desabilitar a criptografia posteriormente. Tem certeza?';
@override
String get encrypted => 'Criptografado';
@@ -3405,10 +3567,12 @@ class L10nPtBr extends L10nPt {
String get hideRedactedMessages => 'Esconder mensagens excluídas';
@override
- String get hideRedactedMessagesBody => 'Se alguém excluir uma mensagem, esta mensagem não será mais visível no chat.';
+ String get hideRedactedMessagesBody =>
+ 'Se alguém excluir uma mensagem, esta mensagem não será mais visível no chat.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Esconder formatos de mensagem inválidos ou desconhecidos';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Esconder formatos de mensagem inválidos ou desconhecidos';
@override
String get howOffensiveIsThisContent => 'O quão ofensivo é este conteúdo?';
@@ -3426,7 +3590,8 @@ class L10nPtBr extends L10nPt {
String get blockedUsers => 'Usuários bloqueados';
@override
- String get blockListDescription => 'Você pode bloquear usuários que estejam perturbando. Você não receberá mensagens ou convites de usuários na sua lista pessoal de bloqueios.';
+ String get blockListDescription =>
+ 'Você pode bloquear usuários que estejam perturbando. Você não receberá mensagens ou convites de usuários na sua lista pessoal de bloqueios.';
@override
String get blockUsername => 'Ignore usuário';
@@ -3435,7 +3600,8 @@ class L10nPtBr extends L10nPt {
String get iHaveClickedOnLink => 'Eu cliquei no link';
@override
- String get incorrectPassphraseOrKey => 'Frase secreta ou chave de recuperação incorreta';
+ String get incorrectPassphraseOrKey =>
+ 'Frase secreta ou chave de recuperação incorreta';
@override
String get inoffensive => 'Inofensivo';
@@ -3454,7 +3620,8 @@ class L10nPtBr extends L10nPt {
}
@override
- String get noChatDescriptionYet => 'Nenhuma descrição da conversa disponível.';
+ String get noChatDescriptionYet =>
+ 'Nenhuma descrição da conversa disponível.';
@override
String get tryAgain => 'Tente novamente';
@@ -3466,10 +3633,12 @@ class L10nPtBr extends L10nPt {
String get invited => 'Foi convidado';
@override
- String get redactMessageDescription => 'A mensagem será removida para todos participantes desta conversa. Isto não poderá ser desfeito.';
+ String get redactMessageDescription =>
+ 'A mensagem será removida para todos participantes desta conversa. Isto não poderá ser desfeito.';
@override
- String get optionalRedactReason => '(Opcional) Motivo para remover esta mensagem.';
+ String get optionalRedactReason =>
+ '(Opcional) Motivo para remover esta mensagem.';
@override
String invitedUser(String username, String targetName) {
@@ -3537,19 +3706,22 @@ class L10nPtBr extends L10nPt {
String get dehydrate => 'Exportar sessão e limpar dispositivo';
@override
- String get dehydrateWarning => 'Esta ação não pode ser desfeita. Certifique-se de que o arquivo backup está guardado e seguro.';
+ String get dehydrateWarning =>
+ 'Esta ação não pode ser desfeita. Certifique-se de que o arquivo backup está guardado e seguro.';
@override
String get dehydrateTor => 'Usuários TOR: Exportar sessão';
@override
- String get dehydrateTorLong => 'Para usuários TOR, é recomendado exportar a sessão antes de fechar a janela.';
+ String get dehydrateTorLong =>
+ 'Para usuários TOR, é recomendado exportar a sessão antes de fechar a janela.';
@override
String get hydrateTor => 'Usuários TOR: Importar sessão';
@override
- String get hydrateTorLong => 'Você exportou sua última sessão no TOR? Importe ela rapidamente e continue conversando.';
+ String get hydrateTorLong =>
+ 'Você exportou sua última sessão no TOR? Importe ela rapidamente e continue conversando.';
@override
String get hydrate => 'Restaurar a partir de arquivo backup';
@@ -3561,10 +3733,12 @@ class L10nPtBr extends L10nPt {
String get loadMore => 'Carregando mais…';
@override
- String get locationDisabledNotice => 'O serviço de localização está desabilitado. Por favor, habilite-o para compartilhar sua localização.';
+ String get locationDisabledNotice =>
+ 'O serviço de localização está desabilitado. Por favor, habilite-o para compartilhar sua localização.';
@override
- String get locationPermissionDeniedNotice => 'Permissão de localização negada. Conceda as permissões para habilitar o compartilhamento de localização.';
+ String get locationPermissionDeniedNotice =>
+ 'Permissão de localização negada. Conceda as permissões para habilitar o compartilhamento de localização.';
@override
String get login => 'Iniciar sessão';
@@ -3596,7 +3770,8 @@ class L10nPtBr extends L10nPt {
String get muteChat => 'Silenciar';
@override
- String get needPantalaimonWarning => 'Por favor, observe que, por enquanto, você precisa do Pantalaimon para usar criptografia ponta-a-ponta.';
+ String get needPantalaimonWarning =>
+ 'Por favor, observe que, por enquanto, você precisa do Pantalaimon para usar criptografia ponta-a-ponta.';
@override
String get newChat => 'Nova conversa';
@@ -3620,10 +3795,12 @@ class L10nPtBr extends L10nPt {
String get noEmotesFound => 'Nenhum emoji encontrado. 😕';
@override
- String get noEncryptionForPublicRooms => 'Você só pode ativar criptografia quando a sala não for mais publicamente acessível.';
+ String get noEncryptionForPublicRooms =>
+ 'Você só pode ativar criptografia quando a sala não for mais publicamente acessível.';
@override
- String get noGoogleServicesWarning => 'Aparentemente você não tem serviços Google no seu celular. Para receber notificações no FluffyChat, recomendamos instalar ntfy.';
+ String get noGoogleServicesWarning =>
+ 'Aparentemente você não tem serviços Google no seu celular. Para receber notificações no FluffyChat, recomendamos instalar ntfy.';
@override
String noMatrixServer(String server1, String server2) {
@@ -3640,7 +3817,8 @@ class L10nPtBr extends L10nPt {
String get none => 'Nenhum';
@override
- String get noPasswordRecoveryDescription => 'Você ainda não adicionou uma forma de recuparar sua senha.';
+ String get noPasswordRecoveryDescription =>
+ 'Você ainda não adicionou uma forma de recuparar sua senha.';
@override
String get noPermission => 'Sem permissão';
@@ -3652,7 +3830,8 @@ class L10nPtBr extends L10nPt {
String get notifications => 'Notificações';
@override
- String get notificationsEnabledForThisAccount => 'Notificações habilitadas para esta conta';
+ String get notificationsEnabledForThisAccount =>
+ 'Notificações habilitadas para esta conta';
@override
String numUsersTyping(int count) {
@@ -3678,7 +3857,8 @@ class L10nPtBr extends L10nPt {
String get onlineKeyBackupEnabled => 'Backup de chaves está ativado';
@override
- String get oopsPushError => 'Opa! Infelizmente, um erro ocorreu ao configurar as notificações.';
+ String get oopsPushError =>
+ 'Opa! Infelizmente, um erro ocorreu ao configurar as notificações.';
@override
String get oopsSomethingWentWrong => 'Opa, algo deu errado…';
@@ -3711,7 +3891,8 @@ class L10nPtBr extends L10nPt {
String get bundleName => 'Nome da coleção';
@override
- String get enableMultiAccounts => '(BETA) Habilitar múltiplas contas neste dispositivo';
+ String get enableMultiAccounts =>
+ '(BETA) Habilitar múltiplas contas neste dispositivo';
@override
String get openInMaps => 'Abrir no mapas';
@@ -3720,7 +3901,8 @@ class L10nPtBr extends L10nPt {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'Este servidor precisa validar seu email para efetuar o registro.';
+ String get serverRequiresEmail =>
+ 'Este servidor precisa validar seu email para efetuar o registro.';
@override
String get or => 'Ou';
@@ -3741,10 +3923,12 @@ class L10nPtBr extends L10nPt {
String get passwordHasBeenChanged => 'Senha foi alterada';
@override
- String get hideMemberChangesInPublicChats => 'Esconder mudanças de membro em chats públicos';
+ String get hideMemberChangesInPublicChats =>
+ 'Esconder mudanças de membro em chats públicos';
@override
- String get hideMemberChangesInPublicChatsBody => 'Não mostre se alguém entrou ou saiu no chat para melhorar a legibilidade.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Não mostre se alguém entrou ou saiu no chat para melhorar a legibilidade.';
@override
String get overview => 'Visão geral';
@@ -3753,7 +3937,8 @@ class L10nPtBr extends L10nPt {
String get notifyMeFor => 'Notificar me para';
@override
- String get passwordRecoverySettings => 'Configurações de recuperação de senha';
+ String get passwordRecoverySettings =>
+ 'Configurações de recuperação de senha';
@override
String get passwordRecovery => 'Recuperação de senha';
@@ -3779,13 +3964,16 @@ class L10nPtBr extends L10nPt {
String get pleaseChooseAPasscode => 'Por favor, escolha um código';
@override
- String get pleaseClickOnLink => 'Por favor, clique a ligação no e-mail para prosseguir.';
+ String get pleaseClickOnLink =>
+ 'Por favor, clique a ligação no e-mail para prosseguir.';
@override
- String get pleaseEnter4Digits => 'Por favor, insira 4 dígitos ou deixe em branco para desativar a trava do aplicativo.';
+ String get pleaseEnter4Digits =>
+ 'Por favor, insira 4 dígitos ou deixe em branco para desativar a trava do aplicativo.';
@override
- String get pleaseEnterRecoveryKey => 'Por favor, insira sua chave de recuperação:';
+ String get pleaseEnterRecoveryKey =>
+ 'Por favor, insira sua chave de recuperação:';
@override
String get pleaseEnterYourPassword => 'Por favor, insira sua senha';
@@ -3797,7 +3985,8 @@ class L10nPtBr extends L10nPt {
String get pleaseEnterYourUsername => 'Por favor, insira seu nome de usuário';
@override
- String get pleaseFollowInstructionsOnWeb => 'Por favor, siga as instruções no site e toque em próximo.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Por favor, siga as instruções no site e toque em próximo.';
@override
String get privacy => 'Privacidade';
@@ -3867,7 +4056,8 @@ class L10nPtBr extends L10nPt {
String get removeYourAvatar => 'Remover seu avatar';
@override
- String get replaceRoomWithNewerVersion => 'Substituir sala por uma nova versão';
+ String get replaceRoomWithNewerVersion =>
+ 'Substituir sala por uma nova versão';
@override
String get reply => 'Responder';
@@ -4006,7 +4196,8 @@ class L10nPtBr extends L10nPt {
String get presenceStyle => 'Presença:';
@override
- String get presencesToggle => 'Mostrar o status das mensagens de outros usuários';
+ String get presencesToggle =>
+ 'Mostrar o status das mensagens de outros usuários';
@override
String get singlesignon => 'Identidade Única';
@@ -4065,7 +4256,8 @@ class L10nPtBr extends L10nPt {
String get toggleUnread => 'Marcar lido/não lido';
@override
- String get tooManyRequestsWarning => 'Demasiadas requisições. Por favor, tente novamente mais tarde!';
+ String get tooManyRequestsWarning =>
+ 'Demasiadas requisições. Por favor, tente novamente mais tarde!';
@override
String get transferFromAnotherDevice => 'Transferir de outro dispositivo';
@@ -4088,7 +4280,8 @@ class L10nPtBr extends L10nPt {
String get unknownDevice => 'Dispositivo desconhecido';
@override
- String get unknownEncryptionAlgorithm => 'Algoritmo de criptografia desconhecido';
+ String get unknownEncryptionAlgorithm =>
+ 'Algoritmo de criptografia desconhecido';
@override
String unknownEvent(String type) {
@@ -4162,7 +4355,8 @@ class L10nPtBr extends L10nPt {
String get videoCall => 'Vídeochamada';
@override
- String get visibilityOfTheChatHistory => 'Visibilidade do histórico da conversa';
+ String get visibilityOfTheChatHistory =>
+ 'Visibilidade do histórico da conversa';
@override
String get visibleForAllParticipants => 'Visível aos participantes';
@@ -4174,13 +4368,16 @@ class L10nPtBr extends L10nPt {
String get voiceMessage => 'Mensagem de voz';
@override
- String get waitingPartnerAcceptRequest => 'Esperando que a outra pessoa aceite a solicitação…';
+ String get waitingPartnerAcceptRequest =>
+ 'Esperando que a outra pessoa aceite a solicitação…';
@override
- String get waitingPartnerEmoji => 'Esperando que a outra pessoa aceite os emoji…';
+ String get waitingPartnerEmoji =>
+ 'Esperando que a outra pessoa aceite os emoji…';
@override
- String get waitingPartnerNumbers => 'Aguardando a outra pessoa aceitar os números…';
+ String get waitingPartnerNumbers =>
+ 'Aguardando a outra pessoa aceitar os números…';
@override
String get wallpaper => 'Pano de fundo:';
@@ -4195,16 +4392,19 @@ class L10nPtBr extends L10nPt {
String get whoCanPerformWhichAction => 'Quem pode desempenhar quais ações';
@override
- String get whoIsAllowedToJoinThisGroup => 'Quais pessoas são permitidas participar deste grupo';
+ String get whoIsAllowedToJoinThisGroup =>
+ 'Quais pessoas são permitidas participar deste grupo';
@override
String get whyDoYouWantToReportThis => 'Por que você quer denunciar isto?';
@override
- String get wipeChatBackup => 'Limpar o backup da conversa para criar uma nova chave de recuperação?';
+ String get wipeChatBackup =>
+ 'Limpar o backup da conversa para criar uma nova chave de recuperação?';
@override
- String get withTheseAddressesRecoveryDescription => 'Você pode recuperar a sua senha com estes endereços.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Você pode recuperar a sua senha com estes endereços.';
@override
String get writeAMessage => 'Escreva uma mensagem…';
@@ -4216,7 +4416,8 @@ class L10nPtBr extends L10nPt {
String get you => 'Você';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Você não está mais participando desta conversa';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Você não está mais participando desta conversa';
@override
String get youHaveBeenBannedFromThisChat => 'Você foi banido desta conversa';
@@ -4243,13 +4444,15 @@ class L10nPtBr extends L10nPt {
String get removeFromSpace => 'Remover do espaço';
@override
- String get addToSpaceDescription => 'Selecione um espaço para adicionar esta conversa.';
+ String get addToSpaceDescription =>
+ 'Selecione um espaço para adicionar esta conversa.';
@override
String get start => 'Começar';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Para destrancar suas mensagens antigas, por favor, insira sua chave de recuperação gerada numa sessão prévia. Suas chave de recuperação NÃO é sua senha.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Para destrancar suas mensagens antigas, por favor, insira sua chave de recuperação gerada numa sessão prévia. Suas chave de recuperação NÃO é sua senha.';
@override
String get publish => 'Publicar';
@@ -4280,7 +4483,8 @@ class L10nPtBr extends L10nPt {
String get pinMessage => 'Afixar à sala';
@override
- String get confirmEventUnpin => 'Tem certeza que quer desafixar o evento permanentemente?';
+ String get confirmEventUnpin =>
+ 'Tem certeza que quer desafixar o evento permanentemente?';
@override
String get emojis => 'Emojis';
@@ -4295,10 +4499,12 @@ class L10nPtBr extends L10nPt {
String get unsupportedAndroidVersion => 'Versão Android não suportada';
@override
- String get unsupportedAndroidVersionLong => 'Esta funcionalidade requer uma versão mais nova do Android. Por favor, busque atualizações ou suporte ao Lineage OS.';
+ String get unsupportedAndroidVersionLong =>
+ 'Esta funcionalidade requer uma versão mais nova do Android. Por favor, busque atualizações ou suporte ao Lineage OS.';
@override
- String get videoCallsBetaWarning => 'Por favor, note que chamadas de vídeo estão atualmente em teste. Podem não funcionar como esperado ou sequer funcionar em algumas plataformas.';
+ String get videoCallsBetaWarning =>
+ 'Por favor, note que chamadas de vídeo estão atualmente em teste. Podem não funcionar como esperado ou sequer funcionar em algumas plataformas.';
@override
String get experimentalVideoCalls => 'Vídeo chamadas experimentais';
@@ -4310,7 +4516,8 @@ class L10nPtBr extends L10nPt {
String get indexedDbErrorTitle => 'Problemas no modo privado';
@override
- String get indexedDbErrorLong => 'Infelizmente, o armazenamento de mensagens não é habilitado por padrão no modo privado.\nPor favor, visite\n- about:config\n- atribua \"true\" a \"dom.indexedDB.privateBrowsing.enabled\"\nDe outro modo, não será possível executar o FluffyChat.';
+ String get indexedDbErrorLong =>
+ 'Infelizmente, o armazenamento de mensagens não é habilitado por padrão no modo privado.\nPor favor, visite\n- about:config\n- atribua \"true\" a \"dom.indexedDB.privateBrowsing.enabled\"\nDe outro modo, não será possível executar o FluffyChat.';
@override
String switchToAccount(String number) {
@@ -4416,7 +4623,8 @@ class L10nPtBr extends L10nPt {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'Nenhum link público foi criado ainda';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'Nenhum link público foi criado ainda';
@override
String get knock => 'Bater na porta';
@@ -4428,10 +4636,12 @@ class L10nPtBr extends L10nPt {
String get unlockOldMessages => 'Destrancar mensagens antigas';
@override
- String get storeInSecureStorageDescription => 'Guardar a chave de recuperação no armazenamento seguro deste dispositivo.';
+ String get storeInSecureStorageDescription =>
+ 'Guardar a chave de recuperação no armazenamento seguro deste dispositivo.';
@override
- String get saveKeyManuallyDescription => 'Salvar esta chave manualmente via compartilhamento do sistema ou área de transferência.';
+ String get saveKeyManuallyDescription =>
+ 'Salvar esta chave manualmente via compartilhamento do sistema ou área de transferência.';
@override
String get storeInAndroidKeystore => 'Guardar no cofre do Android';
@@ -4440,7 +4650,8 @@ class L10nPtBr extends L10nPt {
String get storeInAppleKeyChain => 'Guardar no chaveiro da Apple';
@override
- String get storeSecurlyOnThisDevice => 'Guardar de modo seguro neste dispositivo';
+ String get storeSecurlyOnThisDevice =>
+ 'Guardar de modo seguro neste dispositivo';
@override
String countFiles(int count) {
@@ -4454,13 +4665,15 @@ class L10nPtBr extends L10nPt {
String get custom => 'Personalizado';
@override
- String get foregroundServiceRunning => 'Esta notificação aparece quando um serviço está executando.';
+ String get foregroundServiceRunning =>
+ 'Esta notificação aparece quando um serviço está executando.';
@override
String get screenSharingTitle => 'Compartilhar tela';
@override
- String get screenSharingDetail => 'Você está compartilhando sua tela no FluffyChat';
+ String get screenSharingDetail =>
+ 'Você está compartilhando sua tela no FluffyChat';
@override
String get callingPermissions => 'Permissões de chamada';
@@ -4469,22 +4682,27 @@ class L10nPtBr extends L10nPt {
String get callingAccount => 'Conta para chamadas';
@override
- String get callingAccountDetails => 'Permitir que o FluffyChat use o app de chamadas nativo do Android.';
+ String get callingAccountDetails =>
+ 'Permitir que o FluffyChat use o app de chamadas nativo do Android.';
@override
String get appearOnTop => 'Aparecer no topo';
@override
- String get appearOnTopDetails => 'Permitir que o app apareça no topo (desnecessário caso FluffyChat já esteja configurado como conta para chamadas)';
+ String get appearOnTopDetails =>
+ 'Permitir que o app apareça no topo (desnecessário caso FluffyChat já esteja configurado como conta para chamadas)';
@override
- String get otherCallingPermissions => 'Microfone, câmera e outras permissões do FluffyChat';
+ String get otherCallingPermissions =>
+ 'Microfone, câmera e outras permissões do FluffyChat';
@override
- String get whyIsThisMessageEncrypted => 'Por que esta mensagem está ilegível?';
+ String get whyIsThisMessageEncrypted =>
+ 'Por que esta mensagem está ilegível?';
@override
- String get noKeyForThisMessage => 'Isto pode ocorrer caso a mensagem tenha sido enviada antes da entrada na sua conta com este dispositivo.\n\nTambém é possível que o remetente tenha bloqueado o seu dispositivo ou ocorreu algum problema com a conexão.\n\nVocê consegue ler as mensagens em outra sessão? Então, pode transferir as mensagens de lá! Vá em Configurações > Dispositivos e confira se os dispositivos verificaram um ao outro. Quando abrir a sala da próxima vez e ambas as sessões estiverem abertas, as chaves serão transmitidas automaticamente.\n\nNão gostaria de perder suas chaves quando sair ou trocar de dispositivos? Certifique-se que o backup de conversas esteja habilitado nas configurações.';
+ String get noKeyForThisMessage =>
+ 'Isto pode ocorrer caso a mensagem tenha sido enviada antes da entrada na sua conta com este dispositivo.\n\nTambém é possível que o remetente tenha bloqueado o seu dispositivo ou ocorreu algum problema com a conexão.\n\nVocê consegue ler as mensagens em outra sessão? Então, pode transferir as mensagens de lá! Vá em Configurações > Dispositivos e confira se os dispositivos verificaram um ao outro. Quando abrir a sala da próxima vez e ambas as sessões estiverem abertas, as chaves serão transmitidas automaticamente.\n\nNão gostaria de perder suas chaves quando sair ou trocar de dispositivos? Certifique-se que o backup de conversas esteja habilitado nas configurações.';
@override
String get newGroup => 'Novo grupo';
@@ -4521,13 +4739,15 @@ class L10nPtBr extends L10nPt {
}
@override
- String get newSpaceDescription => 'Espaços permitem que você consolide suas conversas e construa comunidades públicas ou privadas.';
+ String get newSpaceDescription =>
+ 'Espaços permitem que você consolide suas conversas e construa comunidades públicas ou privadas.';
@override
String get encryptThisChat => 'Encriptar esta conversa';
@override
- String get disableEncryptionWarning => 'Por razões de segurança, não possível desabilitar a encriptação uma vez habilitada.';
+ String get disableEncryptionWarning =>
+ 'Por razões de segurança, não possível desabilitar a encriptação uma vez habilitada.';
@override
String get sorryThatsNotPossible => 'Desculpe... isto não é possível';
@@ -4539,7 +4759,8 @@ class L10nPtBr extends L10nPt {
String get reopenChat => 'Reabrir conversa';
@override
- String get noBackupWarning => 'Atenção! Sem habilitar o backup de conversa, você perderá acesso a suas mensagens encriptadas. É altamente recomendável habilitar o backup antes de encerrar a sessão.';
+ String get noBackupWarning =>
+ 'Atenção! Sem habilitar o backup de conversa, você perderá acesso a suas mensagens encriptadas. É altamente recomendável habilitar o backup antes de encerrar a sessão.';
@override
String get noOtherDevicesFound => 'Nenhum outro dispositivo encontrado';
@@ -4567,7 +4788,8 @@ class L10nPtBr extends L10nPt {
String get openLinkInBrowser => 'Abrir no navegador';
@override
- String get reportErrorDescription => '😭 Ah, não. Algo deu errado. Se quiser, pode relatar isto aos desenvolvedores.';
+ String get reportErrorDescription =>
+ '😭 Ah, não. Algo deu errado. Se quiser, pode relatar isto aos desenvolvedores.';
@override
String get report => 'Relatar';
@@ -4576,7 +4798,8 @@ class L10nPtBr extends L10nPt {
String get signInWithPassword => 'Autenticar com senha';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Por favor, tente novamente mais tarde ou escolha um servidor diferente.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Por favor, tente novamente mais tarde ou escolha um servidor diferente.';
@override
String signInWith(String provider) {
@@ -4584,7 +4807,8 @@ class L10nPtBr extends L10nPt {
}
@override
- String get profileNotFound => 'O usuário não foi encontrado neste servidor. Talvez um problema de conexão ou o usuário não existe.';
+ String get profileNotFound =>
+ 'O usuário não foi encontrado neste servidor. Talvez um problema de conexão ou o usuário não existe.';
@override
String get setTheme => 'Aplicar tema:';
@@ -4613,28 +4837,36 @@ class L10nPtBr extends L10nPt {
String get pleaseEnterANumber => 'Por favor, insira um número maior que 0';
@override
- String get archiveRoomDescription => 'A conversa será movida para o arquivo. Outros usuários verão que você deixou a conversa.';
+ String get archiveRoomDescription =>
+ 'A conversa será movida para o arquivo. Outros usuários verão que você deixou a conversa.';
@override
- String get roomUpgradeDescription => 'A conversa será recriada com a nova versão de sala. Todos participantes será notificados e terão que migrar para a nova sala. Você pode encontrar mais informações sobre versões de sala em https://spec.matrix.org/latest/room/';
+ String get roomUpgradeDescription =>
+ 'A conversa será recriada com a nova versão de sala. Todos participantes será notificados e terão que migrar para a nova sala. Você pode encontrar mais informações sobre versões de sala em https://spec.matrix.org/latest/room/';
@override
- String get removeDevicesDescription => 'Você encerrará a sessão neste dispositivo e não poderá mais receber mensagens.';
+ String get removeDevicesDescription =>
+ 'Você encerrará a sessão neste dispositivo e não poderá mais receber mensagens.';
@override
- String get banUserDescription => 'O usuário será banido da conversa e não poderá participar novamente até que isto seja revogado.';
+ String get banUserDescription =>
+ 'O usuário será banido da conversa e não poderá participar novamente até que isto seja revogado.';
@override
- String get unbanUserDescription => 'O usuário poderá ingressar novamente na conversa, caso tente.';
+ String get unbanUserDescription =>
+ 'O usuário poderá ingressar novamente na conversa, caso tente.';
@override
- String get kickUserDescription => 'O usuário foi enxotado da conversa, mas não banido. Em conversas públicas, o usuário pode reingressar a qualquer momento.';
+ String get kickUserDescription =>
+ 'O usuário foi enxotado da conversa, mas não banido. Em conversas públicas, o usuário pode reingressar a qualquer momento.';
@override
- String get makeAdminDescription => 'Assim que promover este usuário a administrador, não poderá desfazê-lo e ele terá as mesmas permissões que você.';
+ String get makeAdminDescription =>
+ 'Assim que promover este usuário a administrador, não poderá desfazê-lo e ele terá as mesmas permissões que você.';
@override
- String get pushNotificationsNotAvailable => 'Notificações não estão disponíveis';
+ String get pushNotificationsNotAvailable =>
+ 'Notificações não estão disponíveis';
@override
String get learnMore => 'Saiba mais';
@@ -4668,10 +4900,12 @@ class L10nPtBr extends L10nPt {
String get createGroupAndInviteUsers => 'Criar um grupo e convidar pessoas';
@override
- String get groupCanBeFoundViaSearch => 'Grupos podem ser encontrados via busca';
+ String get groupCanBeFoundViaSearch =>
+ 'Grupos podem ser encontrados via busca';
@override
- String get wrongRecoveryKey => 'Desculpe... esta não parece ser a chave de recuperação correta.';
+ String get wrongRecoveryKey =>
+ 'Desculpe... esta não parece ser a chave de recuperação correta.';
@override
String get startConversation => 'Começar uma conversa';
@@ -4683,10 +4917,12 @@ class L10nPtBr extends L10nPt {
String get databaseMigrationTitle => 'Banco de dados otimizado';
@override
- String get databaseMigrationBody => 'Por favor, espere. Isto pode demorar um pouco.';
+ String get databaseMigrationBody =>
+ 'Por favor, espere. Isto pode demorar um pouco.';
@override
- String get leaveEmptyToClearStatus => 'Deixe em branco para limpar seu Status.';
+ String get leaveEmptyToClearStatus =>
+ 'Deixe em branco para limpar seu Status.';
@override
String get select => 'Selecionar';
@@ -4695,13 +4931,15 @@ class L10nPtBr extends L10nPt {
String get searchForUsers => 'Buscar por @usuários...';
@override
- String get pleaseEnterYourCurrentPassword => 'Por favor, insira sua senha atual';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Por favor, insira sua senha atual';
@override
String get newPassword => 'Nova senha';
@override
- String get pleaseChooseAStrongPassword => 'Por favor, escolha uma senha forte';
+ String get pleaseChooseAStrongPassword =>
+ 'Por favor, escolha uma senha forte';
@override
String get passwordsDoNotMatch => 'Senhas não batem';
@@ -4737,7 +4975,8 @@ class L10nPtBr extends L10nPt {
String get thisDevice => 'Este dispositivo:';
@override
- String get initAppError => 'Ocorreu um erro enquanto o aplicativo era iniciado';
+ String get initAppError =>
+ 'Ocorreu um erro enquanto o aplicativo era iniciado';
@override
String get userRole => 'Cargo do usuário';
@@ -4785,28 +5024,33 @@ class L10nPtBr extends L10nPt {
String get sendReadReceipts => 'Enviar recibos de leitura';
@override
- String get sendTypingNotificationsDescription => 'Outros participantes neste chat podem ver quando você está digitando uma nova mensagem.';
+ String get sendTypingNotificationsDescription =>
+ 'Outros participantes neste chat podem ver quando você está digitando uma nova mensagem.';
@override
- String get sendReadReceiptsDescription => 'Outros participantes neste chat podem ver quando você tiver lido uma mensagem.';
+ String get sendReadReceiptsDescription =>
+ 'Outros participantes neste chat podem ver quando você tiver lido uma mensagem.';
@override
String get formattedMessages => 'Mensagens formatadas';
@override
- String get formattedMessagesDescription => 'Mostrar mensagens ricas com conteúdos tipo negrito usando markdown.';
+ String get formattedMessagesDescription =>
+ 'Mostrar mensagens ricas com conteúdos tipo negrito usando markdown.';
@override
String get verifyOtherUser => '🔐 Verificar outro usuário';
@override
- String get verifyOtherUserDescription => 'Se você verificar outro usuário, você terá certeza que você conhece com quem está conversando. 💪\n\nQuando iniciar uma verificação, você e o outro usuário receberão um popup no aplicativo. Então vocês receberão uma série de emojis ou números para comparar um com o outro.\n\nA melhor maneira de fazer este procedimento é encontrar pessoalmente ou através de um vídeochamada. 👭';
+ String get verifyOtherUserDescription =>
+ 'Se você verificar outro usuário, você terá certeza que você conhece com quem está conversando. 💪\n\nQuando iniciar uma verificação, você e o outro usuário receberão um popup no aplicativo. Então vocês receberão uma série de emojis ou números para comparar um com o outro.\n\nA melhor maneira de fazer este procedimento é encontrar pessoalmente ou através de um vídeochamada. 👭';
@override
String get verifyOtherDevice => '🔐 Verificar outro aparelho';
@override
- String get verifyOtherDeviceDescription => 'Quando você verifica outro aparelho, estes aparelhos poderão trocar chaves, aumentando sua segurança. 💪\n\nQuando iniciar a verificação, um popup aparecerá no aplicativo em ambos os aparelhos. Então você verá uma série de emojis ou números que você terá que comparar um com o outro.\n\nÉ melhor fazer esse procedimento com ambos os aparelhos em mãos antes de começar a verificação. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'Quando você verifica outro aparelho, estes aparelhos poderão trocar chaves, aumentando sua segurança. 💪\n\nQuando iniciar a verificação, um popup aparecerá no aplicativo em ambos os aparelhos. Então você verá uma série de emojis ou números que você terá que comparar um com o outro.\n\nÉ melhor fazer esse procedimento com ambos os aparelhos em mãos antes de começar a verificação. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -4862,7 +5106,8 @@ class L10nPtBr extends L10nPt {
}
@override
- String get noDatabaseEncryption => 'A criptografia do banco de dados não é suportada nesta plataforma';
+ String get noDatabaseEncryption =>
+ 'A criptografia do banco de dados não é suportada nesta plataforma';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -4878,7 +5123,7 @@ class L10nPtBr extends L10nPt {
/// The translations for Portuguese, as used in Portugal (`pt_PT`).
class L10nPtPt extends L10nPt {
- L10nPtPt(): super('pt_PT');
+ L10nPtPt() : super('pt_PT');
@override
String get repeatPassword => 'Repete a palavra-passe';
@@ -4947,7 +5192,8 @@ class L10nPtPt extends L10nPt {
String get areYouSureYouWantToLogout => 'Tens a certeza que queres sair?';
@override
- String get askSSSSSign => 'Para poderes assinar a outra pessoa, por favor, insere a tua senha de armazenamento seguro ou a chave de recuperação.';
+ String get askSSSSSign =>
+ 'Para poderes assinar a outra pessoa, por favor, insere a tua senha de armazenamento seguro ou a chave de recuperação.';
@override
String askVerificationRequest(String username) {
@@ -4955,10 +5201,12 @@ class L10nPtPt extends L10nPt {
}
@override
- String get autoplayImages => 'Automaticamente reproduzir autocolantes e emotes animados';
+ String get autoplayImages =>
+ 'Automaticamente reproduzir autocolantes e emotes animados';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'O servidor suporta os tipos de início de sessão:\n$serverVersions\nMas esta aplicação apenas suporta:\n$suportedVersions';
}
@@ -4966,7 +5214,8 @@ class L10nPtPt extends L10nPt {
String get sendOnEnter => 'Enviar com Enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'O servidor suporta as versões Spec:\n$serverVersions\nMas esta aplicação apenas suporta $suportedVersions';
}
@@ -5093,19 +5342,22 @@ class L10nPtPt extends L10nPt {
String get chat => 'Conversa';
@override
- String get yourChatBackupHasBeenSetUp => 'A cópia de segurança foi configurada.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'A cópia de segurança foi configurada.';
@override
String get chatBackup => 'Cópia de segurança de conversas';
@override
- String get chatBackupDescription => 'A tuas mensagens antigas estão protegidas com uma chave de recuperação. Por favor, certifica-te que não a perdes.';
+ String get chatBackupDescription =>
+ 'A tuas mensagens antigas estão protegidas com uma chave de recuperação. Por favor, certifica-te que não a perdes.';
@override
String get chatDetails => 'Detalhes de conversa';
@override
- String get chatHasBeenAddedToThisSpace => 'A conversa foi adicionada a este espaço';
+ String get chatHasBeenAddedToThisSpace =>
+ 'A conversa foi adicionada a este espaço';
@override
String get chats => 'Conversas';
@@ -5126,13 +5378,15 @@ class L10nPtPt extends L10nPt {
String get commandHint_clearcache => 'Limpar cache';
@override
- String get commandHint_create => 'Criar uma conversa de grupo vazia\nUsa --no-encryption para desativar a encriptação';
+ String get commandHint_create =>
+ 'Criar uma conversa de grupo vazia\nUsa --no-encryption para desativar a encriptação';
@override
String get commandHint_discardsession => 'Descartar sessão';
@override
- String get commandHint_dm => 'Iniciar uma conversa direta\nUsa --no-encryption para desativar a encriptação';
+ String get commandHint_dm =>
+ 'Iniciar uma conversa direta\nUsa --no-encryption para desativar a encriptação';
@override
String get commandHint_html => 'Enviar texto formatado com HTML';
@@ -5153,13 +5407,15 @@ class L10nPtPt extends L10nPt {
String get commandHint_me => 'Descreve-te';
@override
- String get commandHint_myroomavatar => 'Definir a tua imagem para esta sala (por mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Definir a tua imagem para esta sala (por mxc-uri)';
@override
String get commandHint_myroomnick => 'Definir o teu nome para esta sala';
@override
- String get commandHint_op => 'Definir o nível de poder do utilizador dado (por omissão: 50)';
+ String get commandHint_op =>
+ 'Definir o nível de poder do utilizador dado (por omissão: 50)';
@override
String get commandHint_plain => 'Enviar texto não formatado';
@@ -5182,10 +5438,12 @@ class L10nPtPt extends L10nPt {
}
@override
- String get compareEmojiMatch => 'Compara e certifica-te que os emojis que se seguem correspondem aos do outro dispositivo:';
+ String get compareEmojiMatch =>
+ 'Compara e certifica-te que os emojis que se seguem correspondem aos do outro dispositivo:';
@override
- String get compareNumbersMatch => 'Compara e certifica-te que os números que se seguem correspondem aos do outro dispositivo:';
+ String get compareNumbersMatch =>
+ 'Compara e certifica-te que os números que se seguem correspondem aos do outro dispositivo:';
@override
String get configureChat => 'Configurar conversa';
@@ -5197,7 +5455,8 @@ class L10nPtPt extends L10nPt {
String get connect => 'Ligar';
@override
- String get contactHasBeenInvitedToTheGroup => 'O contacto foi convidado para o grupo';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'O contacto foi convidado para o grupo';
@override
String get containsDisplayName => 'Contém nome de exibição';
@@ -5206,7 +5465,8 @@ class L10nPtPt extends L10nPt {
String get containsUserName => 'Contém nome de utilizador';
@override
- String get contentHasBeenReported => 'O conteúdo foi denunciado aos admins do servidor';
+ String get contentHasBeenReported =>
+ 'O conteúdo foi denunciado aos admins do servidor';
@override
String get copiedToClipboard => 'Copiado para a área de transferência';
@@ -5260,7 +5520,8 @@ class L10nPtPt extends L10nPt {
}
@override
- String get deactivateAccountWarning => 'Isto irá desativar a tua conta. Não é reversível! Tens a certeza?';
+ String get deactivateAccountWarning =>
+ 'Isto irá desativar a tua conta. Não é reversível! Tens a certeza?';
@override
String get defaultPermissionLevel => 'Nível de permissão normal';
@@ -5323,7 +5584,8 @@ class L10nPtPt extends L10nPt {
String get emoteShortcode => 'Código do emote';
@override
- String get emoteWarnNeedToPick => 'Precisas de escolher um código de emote e uma imagem!';
+ String get emoteWarnNeedToPick =>
+ 'Precisas de escolher um código de emote e uma imagem!';
@override
String get emptyChat => 'Conversa vazia';
@@ -5335,7 +5597,8 @@ class L10nPtPt extends L10nPt {
String get enableEncryption => 'Ativar encriptação';
@override
- String get enableEncryptionWarning => 'Nunca mais poderás desativar a encriptação. Tens a certeza?';
+ String get enableEncryptionWarning =>
+ 'Nunca mais poderás desativar a encriptação. Tens a certeza?';
@override
String get encrypted => 'Encriptada';
@@ -5430,7 +5693,8 @@ class L10nPtPt extends L10nPt {
String get iHaveClickedOnLink => 'Eu cliquei na ligação';
@override
- String get incorrectPassphraseOrKey => 'Senha ou chave de recuperação incorretos';
+ String get incorrectPassphraseOrKey =>
+ 'Senha ou chave de recuperação incorretos';
@override
String get inoffensive => 'Inofensivo';
@@ -5512,19 +5776,22 @@ class L10nPtPt extends L10nPt {
String get dehydrate => 'Exportar sessão e limpar dispositivo';
@override
- String get dehydrateWarning => 'Esta ação não pode ser revertida. Assegura-te que guardas bem a cópia de segurança.';
+ String get dehydrateWarning =>
+ 'Esta ação não pode ser revertida. Assegura-te que guardas bem a cópia de segurança.';
@override
String get dehydrateTor => 'Utilizadores do TOR: Exportar sessão';
@override
- String get dehydrateTorLong => 'Para utilizadores do TOR, é recomendado exportar a sessão antes de fechar a janela.';
+ String get dehydrateTorLong =>
+ 'Para utilizadores do TOR, é recomendado exportar a sessão antes de fechar a janela.';
@override
String get hydrateTor => 'Utilizadores do TOR: Importar sessão';
@override
- String get hydrateTorLong => 'Exportaste a tua sessão na última vez que estiveste no TOR? Importa-a rapidamente e continua a conversar.';
+ String get hydrateTorLong =>
+ 'Exportaste a tua sessão na última vez que estiveste no TOR? Importa-a rapidamente e continua a conversar.';
@override
String get hydrate => 'Restaurar a partir de cópia de segurança';
@@ -5536,10 +5803,12 @@ class L10nPtPt extends L10nPt {
String get loadMore => 'Carregar mais…';
@override
- String get locationDisabledNotice => 'Os serviços de localização estão desativados. Por favor, ativa-os para poder partilhar a sua localização.';
+ String get locationDisabledNotice =>
+ 'Os serviços de localização estão desativados. Por favor, ativa-os para poder partilhar a sua localização.';
@override
- String get locationPermissionDeniedNotice => 'Permissão de localização recusada. Por favor, concede permissão para poderes partilhar a tua posição.';
+ String get locationPermissionDeniedNotice =>
+ 'Permissão de localização recusada. Por favor, concede permissão para poderes partilhar a tua posição.';
@override
String get login => 'Entrar';
@@ -5592,10 +5861,12 @@ class L10nPtPt extends L10nPt {
String get noEmotesFound => 'Nenhuns emotes encontrados. 😕';
@override
- String get noEncryptionForPublicRooms => 'Só podes ativar a encriptação quando a sala não for publicamente acessível.';
+ String get noEncryptionForPublicRooms =>
+ 'Só podes ativar a encriptação quando a sala não for publicamente acessível.';
@override
- String get noGoogleServicesWarning => 'Parece que não tens nenhuns serviços da Google no seu telemóvel. É uma boa decisão para a sua privacidade! Para receber notificações instantâneas no FluffyChat, recomendamos que uses https://microg.org/ ou https://unifiedpush.org/.';
+ String get noGoogleServicesWarning =>
+ 'Parece que não tens nenhuns serviços da Google no seu telemóvel. É uma boa decisão para a sua privacidade! Para receber notificações instantâneas no FluffyChat, recomendamos que uses https://microg.org/ ou https://unifiedpush.org/.';
@override
String noMatrixServer(String server1, String server2) {
@@ -5606,7 +5877,8 @@ class L10nPtPt extends L10nPt {
String get none => 'Nenhum';
@override
- String get noPasswordRecoveryDescription => 'Ainda não adicionaste uma forma de recuperar a tua palavra-passe.';
+ String get noPasswordRecoveryDescription =>
+ 'Ainda não adicionaste uma forma de recuperar a tua palavra-passe.';
@override
String get noPermission => 'Sem permissão';
@@ -5618,7 +5890,8 @@ class L10nPtPt extends L10nPt {
String get notifications => 'Notificações';
@override
- String get notificationsEnabledForThisAccount => 'Notificações ativadas para esta conta';
+ String get notificationsEnabledForThisAccount =>
+ 'Notificações ativadas para esta conta';
@override
String numUsersTyping(int count) {
@@ -5641,10 +5914,12 @@ class L10nPtPt extends L10nPt {
String get online => 'Online';
@override
- String get onlineKeyBackupEnabled => 'A cópia de segurança online de chaves está ativada';
+ String get onlineKeyBackupEnabled =>
+ 'A cópia de segurança online de chaves está ativada';
@override
- String get oopsPushError => 'Ups! Infelizmente, ocorreu um erro ao configurar as notificações instantâneas.';
+ String get oopsPushError =>
+ 'Ups! Infelizmente, ocorreu um erro ao configurar as notificações instantâneas.';
@override
String get oopsSomethingWentWrong => 'Ups, algo correu mal…';
@@ -5674,7 +5949,8 @@ class L10nPtPt extends L10nPt {
String get bundleName => 'Nome do pacote';
@override
- String get enableMultiAccounts => '(BETA) Ativar múltiplas contas neste dispositivo';
+ String get enableMultiAccounts =>
+ '(BETA) Ativar múltiplas contas neste dispositivo';
@override
String get openInMaps => 'Abrir nos mapas';
@@ -5683,7 +5959,8 @@ class L10nPtPt extends L10nPt {
String get link => 'Ligação';
@override
- String get serverRequiresEmail => 'Este servidor precisa de validar o teu endereço de correio eletrónico para o registo.';
+ String get serverRequiresEmail =>
+ 'Este servidor precisa de validar o teu endereço de correio eletrónico para o registo.';
@override
String get or => 'Ou';
@@ -5727,10 +6004,12 @@ class L10nPtPt extends L10nPt {
String get pleaseChooseAPasscode => 'Por favor, escolhe um código-passe';
@override
- String get pleaseClickOnLink => 'Por favor, clica na ligação no correio eletrónico e depois continua.';
+ String get pleaseClickOnLink =>
+ 'Por favor, clica na ligação no correio eletrónico e depois continua.';
@override
- String get pleaseEnter4Digits => 'Por favor, insere 4 dígitos ou deixa vazio para desativar o bloqueio da aplicação.';
+ String get pleaseEnter4Digits =>
+ 'Por favor, insere 4 dígitos ou deixa vazio para desativar o bloqueio da aplicação.';
@override
String get pleaseEnterYourPassword => 'Por favor, insere a tua palavra-passe';
@@ -5739,10 +6018,12 @@ class L10nPtPt extends L10nPt {
String get pleaseEnterYourPin => 'Por favor, insere o teu código';
@override
- String get pleaseEnterYourUsername => 'Por favor, insere o teu nome de utilizador';
+ String get pleaseEnterYourUsername =>
+ 'Por favor, insere o teu nome de utilizador';
@override
- String get pleaseFollowInstructionsOnWeb => 'Por favor, segue as instruções no website e clica em \"Seguinte\".';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Por favor, segue as instruções no website e clica em \"Seguinte\".';
@override
String get privacy => 'Privacidade';
@@ -5796,7 +6077,8 @@ class L10nPtPt extends L10nPt {
String get removeYourAvatar => 'Remover o teu avatar';
@override
- String get replaceRoomWithNewerVersion => 'Substituir sala com versão mais recente';
+ String get replaceRoomWithNewerVersion =>
+ 'Substituir sala com versão mais recente';
@override
String get reply => 'Responder';
diff --git a/lib/generated/l10n/l10n_ro.dart b/lib/generated/l10n/l10n_ro.dart
index bdc7e05..031f2f6 100644
--- a/lib/generated/l10n/l10n_ro.dart
+++ b/lib/generated/l10n/l10n_ro.dart
@@ -15,7 +15,8 @@ class L10nRo extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nRo extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nRo extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Repetați parola';
@@ -122,7 +126,8 @@ class L10nRo extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nRo extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Eliminați';
@@ -188,7 +194,8 @@ class L10nRo extends L10n {
String get addEmail => 'Adăugați email';
@override
- String get confirmMatrixId => 'Vă rugăm să confirmați Matrix ID-ul vostru să ștergeți contul vostru.';
+ String get confirmMatrixId =>
+ 'Vă rugăm să confirmați Matrix ID-ul vostru să ștergeți contul vostru.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nRo extends L10n {
String get allChats => 'Toate Chaturile';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Trimiteți câțiva ochi googly';
@@ -252,7 +260,8 @@ class L10nRo extends L10n {
String get appLock => 'Lacăt aplicație';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Arhivă';
@@ -264,10 +273,12 @@ class L10nRo extends L10n {
String get areYouSure => 'Ești sigur?';
@override
- String get areYouSureYouWantToLogout => 'Sunteți sigur că doriți să vă deconectați?';
+ String get areYouSureYouWantToLogout =>
+ 'Sunteți sigur că doriți să vă deconectați?';
@override
- String get askSSSSSign => 'Pentru a putea conecta cealaltă persoană, te rog introdu parola sau cheia ta de recuperare.';
+ String get askSSSSSign =>
+ 'Pentru a putea conecta cealaltă persoană, te rog introdu parola sau cheia ta de recuperare.';
@override
String askVerificationRequest(String username) {
@@ -278,7 +289,8 @@ class L10nRo extends L10n {
String get autoplayImages => 'Anima automatic stickere și emote animate';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Homeserver-ul suportă următoarele feluri de login:\n$serverVersions\nDar această aplicație suportă numai:\n$supportedVersions';
}
@@ -292,7 +304,8 @@ class L10nRo extends L10n {
String get sendOnEnter => 'Trimite cu tasta enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Homeserver-ul suportă versiunele de Spec următoare:\n$serverVersions\nDar această aplicație suportă numai $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nRo extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -442,19 +456,22 @@ class L10nRo extends L10n {
String get chat => 'Chat';
@override
- String get yourChatBackupHasBeenSetUp => 'Backup-ul vostru de chat a fost configurat.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Backup-ul vostru de chat a fost configurat.';
@override
String get chatBackup => 'Backup de chat';
@override
- String get chatBackupDescription => 'Mesajele voastre vechi sunt sigurate cu o cheie de recuperare. Vă rugăm să nu o pierdeți.';
+ String get chatBackupDescription =>
+ 'Mesajele voastre vechi sunt sigurate cu o cheie de recuperare. Vă rugăm să nu o pierdeți.';
@override
String get chatDetails => 'Detalii de chat';
@override
- String get chatHasBeenAddedToThisSpace => 'Chatul a fost adăugat la acest spațiu';
+ String get chatHasBeenAddedToThisSpace =>
+ 'Chatul a fost adăugat la acest spațiu';
@override
String get chats => 'Chaturi';
@@ -475,31 +492,36 @@ class L10nRo extends L10n {
String get commandHint_markasgroup => 'Marcați ca grup';
@override
- String get commandHint_ban => 'Interziceți acesul utilizatorului ales din această cameră';
+ String get commandHint_ban =>
+ 'Interziceți acesul utilizatorului ales din această cameră';
@override
String get commandHint_clearcache => 'Ștergeți cache';
@override
- String get commandHint_create => 'Creați un grup de chat gol\nFolosiți --no-encryption să dezactivați criptare';
+ String get commandHint_create =>
+ 'Creați un grup de chat gol\nFolosiți --no-encryption să dezactivați criptare';
@override
String get commandHint_discardsession => 'Renunțați sesiunea';
@override
- String get commandHint_dm => 'Porniți un chat direct\nFolosiți --no-encryption să dezactivați criptare';
+ String get commandHint_dm =>
+ 'Porniți un chat direct\nFolosiți --no-encryption să dezactivați criptare';
@override
String get commandHint_html => 'Trimiteți text format ca HTML';
@override
- String get commandHint_invite => 'Invitați utilizatorul ales la această cameră';
+ String get commandHint_invite =>
+ 'Invitați utilizatorul ales la această cameră';
@override
String get commandHint_join => 'Alăturați-vă la camera alesă';
@override
- String get commandHint_kick => 'Dați afară pe utilizatorul ales din această cameră';
+ String get commandHint_kick =>
+ 'Dați afară pe utilizatorul ales din această cameră';
@override
String get commandHint_leave => 'Renunțați la această cameră';
@@ -508,13 +530,16 @@ class L10nRo extends L10n {
String get commandHint_me => 'Descrieți-vă';
@override
- String get commandHint_myroomavatar => 'Alegeți un avatar pentru această cameră (foloșește mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Alegeți un avatar pentru această cameră (foloșește mxc-uri)';
@override
- String get commandHint_myroomnick => 'Alegeți un displayname pentru această cameră';
+ String get commandHint_myroomnick =>
+ 'Alegeți un displayname pentru această cameră';
@override
- String get commandHint_op => 'Stabiliți nivelul de putere a utilizatorul ales (implicit: 50)';
+ String get commandHint_op =>
+ 'Stabiliți nivelul de putere a utilizatorul ales (implicit: 50)';
@override
String get commandHint_plain => 'Trimiteți text simplu/neformatat';
@@ -526,7 +551,8 @@ class L10nRo extends L10n {
String get commandHint_send => 'Trimiteți text';
@override
- String get commandHint_unban => 'Dezinterziceți utilizatorul ales din această cameră';
+ String get commandHint_unban =>
+ 'Dezinterziceți utilizatorul ales din această cameră';
@override
String get commandInvalid => 'Comandă nevalibilă';
@@ -552,7 +578,8 @@ class L10nRo extends L10n {
String get connect => 'Conectați';
@override
- String get contactHasBeenInvitedToTheGroup => 'Contactul a fost invitat la grup';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Contactul a fost invitat la grup';
@override
String get containsDisplayName => 'Conține displayname';
@@ -561,7 +588,8 @@ class L10nRo extends L10n {
String get containsUserName => 'Conține nume de utilizator';
@override
- String get contentHasBeenReported => 'Conținutul a fost reportat la administratori serverului';
+ String get contentHasBeenReported =>
+ 'Conținutul a fost reportat la administratori serverului';
@override
String get copiedToClipboard => 'Copiat în clipboard';
@@ -618,7 +646,8 @@ class L10nRo extends L10n {
}
@override
- String get deactivateAccountWarning => 'Această acțiune va dezactiva contul vostru. Nu poate fi anulat! Sunteți sigur?';
+ String get deactivateAccountWarning =>
+ 'Această acțiune va dezactiva contul vostru. Nu poate fi anulat! Sunteți sigur?';
@override
String get defaultPermissionLevel => 'Nivel de permisiuni implicită';
@@ -684,7 +713,8 @@ class L10nRo extends L10n {
String get emoteInvalid => 'Shortcode de emote nevalibil!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Pachete de emoturi din cameră';
@@ -699,7 +729,8 @@ class L10nRo extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +739,15 @@ class L10nRo extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Shortcode de emote';
@override
- String get emoteWarnNeedToPick => 'Trebuie să alegeți shortcode pentru emote și o imagine!';
+ String get emoteWarnNeedToPick =>
+ 'Trebuie să alegeți shortcode pentru emote și o imagine!';
@override
String get emptyChat => 'Chat gol';
@@ -726,7 +759,8 @@ class L10nRo extends L10n {
String get enableEncryption => 'Activați criptare';
@override
- String get enableEncryptionWarning => 'Activând criptare, nu mai puteți să o dezactivați în viitor. Sunteți sigur?';
+ String get enableEncryptionWarning =>
+ 'Activând criptare, nu mai puteți să o dezactivați în viitor. Sunteți sigur?';
@override
String get encrypted => 'Criptat';
@@ -824,10 +858,12 @@ class L10nRo extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'Cât de ofensiv este acest conținut?';
@@ -845,7 +881,8 @@ class L10nRo extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -854,7 +891,8 @@ class L10nRo extends L10n {
String get iHaveClickedOnLink => 'Am făcut click pe link';
@override
- String get incorrectPassphraseOrKey => 'Parolă sau cheie de recuperare incorectă';
+ String get incorrectPassphraseOrKey =>
+ 'Parolă sau cheie de recuperare incorectă';
@override
String get inoffensive => 'Inofensiv';
@@ -885,10 +923,12 @@ class L10nRo extends L10n {
String get invited => 'Invitat';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +996,22 @@ class L10nRo extends L10n {
String get dehydrate => 'Exportați sesiunea și ștergeți dispozitivul';
@override
- String get dehydrateWarning => 'Această actiune nu poate fi anulată. Asigurați-vă că păstrați fișierul backup.';
+ String get dehydrateWarning =>
+ 'Această actiune nu poate fi anulată. Asigurați-vă că păstrați fișierul backup.';
@override
String get dehydrateTor => 'Utilizatori de TOR: Exportați sesiunea';
@override
- String get dehydrateTorLong => 'Pentru utilizatori de TOR, este recomandat să exportați sesiunea înainte de a închideți fereastra.';
+ String get dehydrateTorLong =>
+ 'Pentru utilizatori de TOR, este recomandat să exportați sesiunea înainte de a închideți fereastra.';
@override
String get hydrateTor => 'Utilizatori TOR: Importați sesiune exportată';
@override
- String get hydrateTorLong => 'Ați exportat sesiunea vostră ultima dată pe TOR? Importați-o repede și continuați să conversați.';
+ String get hydrateTorLong =>
+ 'Ați exportat sesiunea vostră ultima dată pe TOR? Importați-o repede și continuați să conversați.';
@override
String get hydrate => 'Restaurați din fișier backup';
@@ -980,10 +1023,12 @@ class L10nRo extends L10n {
String get loadMore => 'Încarcă mai multe…';
@override
- String get locationDisabledNotice => 'Servicile de locație sunt dezactivate. Vă rugăm să le activați să împărțiți locația voastră.';
+ String get locationDisabledNotice =>
+ 'Servicile de locație sunt dezactivate. Vă rugăm să le activați să împărțiți locația voastră.';
@override
- String get locationPermissionDeniedNotice => 'Permisiunea locației blocată. Vă rugăm să o dezblocați să împărțiți locația voastră.';
+ String get locationPermissionDeniedNotice =>
+ 'Permisiunea locației blocată. Vă rugăm să o dezblocați să împărțiți locația voastră.';
@override
String get login => 'Conectați-vă';
@@ -1015,7 +1060,8 @@ class L10nRo extends L10n {
String get muteChat => 'Amuțați chatul';
@override
- String get needPantalaimonWarning => 'Vă rugăm să fiți conștienți că e nevoie de Pantalaimon să folosiți criptare end-to-end deocamdată.';
+ String get needPantalaimonWarning =>
+ 'Vă rugăm să fiți conștienți că e nevoie de Pantalaimon să folosiți criptare end-to-end deocamdată.';
@override
String get newChat => 'Chat nou';
@@ -1039,10 +1085,12 @@ class L10nRo extends L10n {
String get noEmotesFound => 'Nu s-a găsit nici un emote. 😕';
@override
- String get noEncryptionForPublicRooms => 'Criptare nu poate fi activată până când camera este accesibilă public.';
+ String get noEncryptionForPublicRooms =>
+ 'Criptare nu poate fi activată până când camera este accesibilă public.';
@override
- String get noGoogleServicesWarning => 'Se pare că nu aveți serviciile google pe dispozitivul vostru. Această decizie este bună pentru confidențialitatea voastră! Să primiți notificari push în FluffyChat vă recomandăm https://microg.org/ sau https://unifiedpush.org/.';
+ String get noGoogleServicesWarning =>
+ 'Se pare că nu aveți serviciile google pe dispozitivul vostru. Această decizie este bună pentru confidențialitatea voastră! Să primiți notificari push în FluffyChat vă recomandăm https://microg.org/ sau https://unifiedpush.org/.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1107,8 @@ class L10nRo extends L10n {
String get none => 'Niciunul';
@override
- String get noPasswordRecoveryDescription => 'Nu ați adăugat încă nici un mod de recuperare pentru parola voastră.';
+ String get noPasswordRecoveryDescription =>
+ 'Nu ați adăugat încă nici un mod de recuperare pentru parola voastră.';
@override
String get noPermission => 'Fără permisie';
@@ -1071,7 +1120,8 @@ class L10nRo extends L10n {
String get notifications => 'Notificări';
@override
- String get notificationsEnabledForThisAccount => 'Notificări activate pentru acest cont';
+ String get notificationsEnabledForThisAccount =>
+ 'Notificări activate pentru acest cont';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1147,8 @@ class L10nRo extends L10n {
String get onlineKeyBackupEnabled => 'Backup de cheie online este activat';
@override
- String get oopsPushError => 'Ups! Din păcate, o eroare s-a întâmplat cu stabilirea de notificări push.';
+ String get oopsPushError =>
+ 'Ups! Din păcate, o eroare s-a întâmplat cu stabilirea de notificări push.';
@override
String get oopsSomethingWentWrong => 'Ups, ceva a eșuat…';
@@ -1112,7 +1163,8 @@ class L10nRo extends L10n {
String get openVideoCamera => 'Deschideți camera pentru video';
@override
- String get oneClientLoggedOut => 'Unul dintre clienților voștri a fost deconectat';
+ String get oneClientLoggedOut =>
+ 'Unul dintre clienților voștri a fost deconectat';
@override
String get addAccount => 'Adăugați cont';
@@ -1130,7 +1182,8 @@ class L10nRo extends L10n {
String get bundleName => 'Numele pachetului';
@override
- String get enableMultiAccounts => '(BETA) Activați multiple conturi pe acest dispozitiv';
+ String get enableMultiAccounts =>
+ '(BETA) Activați multiple conturi pe acest dispozitiv';
@override
String get openInMaps => 'Deschideți pe hartă';
@@ -1139,7 +1192,8 @@ class L10nRo extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'Acest server trebuie să valideze emailul vostru pentru înregistrare.';
+ String get serverRequiresEmail =>
+ 'Acest server trebuie să valideze emailul vostru pentru înregistrare.';
@override
String get or => 'Sau';
@@ -1163,10 +1217,12 @@ class L10nRo extends L10n {
String get passwordHasBeenChanged => 'Parola a fost schimbată';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,25 +1257,31 @@ class L10nRo extends L10n {
String get pleaseChooseAPasscode => 'Vă rugăm să alegeți un passcode';
@override
- String get pleaseClickOnLink => 'Vă rugăm să deschideți linkul din email și apoi să procedați.';
+ String get pleaseClickOnLink =>
+ 'Vă rugăm să deschideți linkul din email și apoi să procedați.';
@override
- String get pleaseEnter4Digits => 'Vă rugăm să introduceți 4 cifre sau puteți să lăsați gol să dezactivați lacătul aplicației.';
+ String get pleaseEnter4Digits =>
+ 'Vă rugăm să introduceți 4 cifre sau puteți să lăsați gol să dezactivați lacătul aplicației.';
@override
- String get pleaseEnterRecoveryKey => 'Vă rugăm să introduceți cheia voastră de recuperare:';
+ String get pleaseEnterRecoveryKey =>
+ 'Vă rugăm să introduceți cheia voastră de recuperare:';
@override
- String get pleaseEnterYourPassword => 'Vă rugăm să introduceți parola voastră';
+ String get pleaseEnterYourPassword =>
+ 'Vă rugăm să introduceți parola voastră';
@override
String get pleaseEnterYourPin => 'Vă rugăm să introduceți pinul vostru';
@override
- String get pleaseEnterYourUsername => 'Vă rugăm să introduceți username-ul vostru';
+ String get pleaseEnterYourUsername =>
+ 'Vă rugăm să introduceți username-ul vostru';
@override
- String get pleaseFollowInstructionsOnWeb => 'Vă rugăm să urmați instrucțiunele pe website și apoi să apăsați pe următor.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Vă rugăm să urmați instrucțiunele pe website și apoi să apăsați pe următor.';
@override
String get privacy => 'Confidențialitate';
@@ -1289,7 +1351,8 @@ class L10nRo extends L10n {
String get removeYourAvatar => 'Ștergeți avatarul';
@override
- String get replaceRoomWithNewerVersion => 'Înlocuiți camera cu versiune mai nouă';
+ String get replaceRoomWithNewerVersion =>
+ 'Înlocuiți camera cu versiune mai nouă';
@override
String get reply => 'Răspundeți';
@@ -1304,7 +1367,8 @@ class L10nRo extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1377,12 @@ class L10nRo extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Cereți permisiune';
@@ -1460,7 +1526,8 @@ class L10nRo extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1501,7 +1568,8 @@ class L10nRo extends L10n {
String get submit => 'Trimiteți';
@override
- String get synchronizingPleaseWait => 'Sincronizează... Vă rugăm să așteptați.';
+ String get synchronizingPleaseWait =>
+ 'Sincronizează... Vă rugăm să așteptați.';
@override
String synchronizingPleaseWaitCounter(String percentage) {
@@ -1530,7 +1598,8 @@ class L10nRo extends L10n {
String get toggleUnread => 'Marcați Citit/Necitit';
@override
- String get tooManyRequestsWarning => 'Prea multe cereri. Vă rugăm să încercați din nou mai tărziu!';
+ String get tooManyRequestsWarning =>
+ 'Prea multe cereri. Vă rugăm să încercați din nou mai tărziu!';
@override
String get transferFromAnotherDevice => 'Transfera de la alt dispozitiv';
@@ -1639,13 +1708,16 @@ class L10nRo extends L10n {
String get voiceMessage => 'Mesaj vocal';
@override
- String get waitingPartnerAcceptRequest => 'Așteptând pe partenerul să accepte cererea…';
+ String get waitingPartnerAcceptRequest =>
+ 'Așteptând pe partenerul să accepte cererea…';
@override
- String get waitingPartnerEmoji => 'Așteptând pe partenerul să accepte emoji-ul…';
+ String get waitingPartnerEmoji =>
+ 'Așteptând pe partenerul să accepte emoji-ul…';
@override
- String get waitingPartnerNumbers => 'Așteptând pe partenerul să accepte numerele…';
+ String get waitingPartnerNumbers =>
+ 'Așteptând pe partenerul să accepte numerele…';
@override
String get wallpaper => 'Imagine de fundal';
@@ -1660,16 +1732,20 @@ class L10nRo extends L10n {
String get whoCanPerformWhichAction => 'Cine poate face care acțiune';
@override
- String get whoIsAllowedToJoinThisGroup => 'Cine se poate alătura la acest grup';
+ String get whoIsAllowedToJoinThisGroup =>
+ 'Cine se poate alătura la acest grup';
@override
- String get whyDoYouWantToReportThis => 'De ce doriți să reportați acest conținut?';
+ String get whyDoYouWantToReportThis =>
+ 'De ce doriți să reportați acest conținut?';
@override
- String get wipeChatBackup => 'Ștergeți backup-ul vostru de chat să creați o nouă cheie de recuperare?';
+ String get wipeChatBackup =>
+ 'Ștergeți backup-ul vostru de chat să creați o nouă cheie de recuperare?';
@override
- String get withTheseAddressesRecoveryDescription => 'Cu acestea adrese puteți să vă recuperați parola.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Cu acestea adrese puteți să vă recuperați parola.';
@override
String get writeAMessage => 'Scrieți un mesaj…';
@@ -1681,10 +1757,12 @@ class L10nRo extends L10n {
String get you => 'Voi';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Nu mai participați în acest chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Nu mai participați în acest chat';
@override
- String get youHaveBeenBannedFromThisChat => 'Ați fost interzis din acest chat';
+ String get youHaveBeenBannedFromThisChat =>
+ 'Ați fost interzis din acest chat';
@override
String get yourPublicKey => 'Cheia voastră publică';
@@ -1708,13 +1786,15 @@ class L10nRo extends L10n {
String get removeFromSpace => 'Eliminați din spațiu';
@override
- String get addToSpaceDescription => 'Alegeți un spațiu în care să adăugați acest chat.';
+ String get addToSpaceDescription =>
+ 'Alegeți un spațiu în care să adăugați acest chat.';
@override
String get start => 'Începeți';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Să vă deblocați mesajele vechi, vă rugăm să introduceți cheia de recuperare creată de o seșiune anterioră. Cheia de recuperare NU este parola voastră.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Să vă deblocați mesajele vechi, vă rugăm să introduceți cheia de recuperare creată de o seșiune anterioră. Cheia de recuperare NU este parola voastră.';
@override
String get publish => 'Publicați';
@@ -1745,7 +1825,8 @@ class L10nRo extends L10n {
String get pinMessage => 'Fixați în cameră';
@override
- String get confirmEventUnpin => 'Sunteți sigur că doriți să anulați permanent fixarea evenimentului?';
+ String get confirmEventUnpin =>
+ 'Sunteți sigur că doriți să anulați permanent fixarea evenimentului?';
@override
String get emojis => 'Emoji-uri';
@@ -1760,10 +1841,12 @@ class L10nRo extends L10n {
String get unsupportedAndroidVersion => 'Versiune de Android nesuportat';
@override
- String get unsupportedAndroidVersionLong => 'Această funcție are nevoie de o versiune de Android mai nouă. Vă rugăm să verificați dacă sunt actualizări sau suport de la Lineage OS.';
+ String get unsupportedAndroidVersionLong =>
+ 'Această funcție are nevoie de o versiune de Android mai nouă. Vă rugăm să verificați dacă sunt actualizări sau suport de la Lineage OS.';
@override
- String get videoCallsBetaWarning => 'Vă rugăm să luați notă că apeluri video sunt în beta. Se poate că nu funcționează normal sau de loc pe fie care platformă.';
+ String get videoCallsBetaWarning =>
+ 'Vă rugăm să luați notă că apeluri video sunt în beta. Se poate că nu funcționează normal sau de loc pe fie care platformă.';
@override
String get experimentalVideoCalls => 'Apeluri video experimentale';
@@ -1775,7 +1858,8 @@ class L10nRo extends L10n {
String get indexedDbErrorTitle => 'Probleme cu modul privat';
@override
- String get indexedDbErrorLong => 'Stocarea de mesaje nu este activat implicit în modul privat.\nVă rugăm să vizitați\n- about:config\n- stabiliți dom.indexedDB.privateBrowsing.enabled la true\nAstfel, nu este posibil să folosiți FluffyChat.';
+ String get indexedDbErrorLong =>
+ 'Stocarea de mesaje nu este activat implicit în modul privat.\nVă rugăm să vizitați\n- about:config\n- stabiliți dom.indexedDB.privateBrowsing.enabled la true\nAstfel, nu este posibil să folosiți FluffyChat.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1970,8 @@ class L10nRo extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,10 +1983,12 @@ class L10nRo extends L10n {
String get unlockOldMessages => 'Deblocați mesajele vechi';
@override
- String get storeInSecureStorageDescription => 'Păstrați cheia de recuperare în stocarea sigură a acestui dispozitiv.';
+ String get storeInSecureStorageDescription =>
+ 'Păstrați cheia de recuperare în stocarea sigură a acestui dispozitiv.';
@override
- String get saveKeyManuallyDescription => 'Activați dialogul de partajare sistemului sau folosiți clipboard-ul să salvați manual această cheie.';
+ String get saveKeyManuallyDescription =>
+ 'Activați dialogul de partajare sistemului sau folosiți clipboard-ul să salvați manual această cheie.';
@override
String get storeInAndroidKeystore => 'Stoca în Android KeyStore';
@@ -1924,7 +2011,8 @@ class L10nRo extends L10n {
String get custom => 'Personalizat';
@override
- String get foregroundServiceRunning => 'Această notificare apare când serviciul de foreground rulează.';
+ String get foregroundServiceRunning =>
+ 'Această notificare apare când serviciul de foreground rulează.';
@override
String get screenSharingTitle => 'partajarea de ecran';
@@ -1939,22 +2027,26 @@ class L10nRo extends L10n {
String get callingAccount => 'Cont de apel';
@override
- String get callingAccountDetails => 'Permite FluffyChat să folosească aplicația de apeluri nativă android.';
+ String get callingAccountDetails =>
+ 'Permite FluffyChat să folosească aplicația de apeluri nativă android.';
@override
String get appearOnTop => 'Apare deasupra';
@override
- String get appearOnTopDetails => 'Permite aplicația să apare deasupra (nu este necesar dacă aveți FluffyChat stabilit ca cont de apeluri)';
+ String get appearOnTopDetails =>
+ 'Permite aplicația să apare deasupra (nu este necesar dacă aveți FluffyChat stabilit ca cont de apeluri)';
@override
- String get otherCallingPermissions => 'Microfon, cameră și alte permisiuni lui FluffyChat';
+ String get otherCallingPermissions =>
+ 'Microfon, cameră și alte permisiuni lui FluffyChat';
@override
String get whyIsThisMessageEncrypted => 'De ce este acest mesaj ilizibil?';
@override
- String get noKeyForThisMessage => 'Această chestie poate să se întâmple când mesajul a fost trimis înainte să vă conectați contul cu acest dispozitiv.\n\nO altă explicație ar fi dacă trimițătorul a blocat dispozitivul vostru sau ceva s-a întâmplat cu conexiunea la internet\n\nPuteți să citiți mesajul în o altă seșiune? Atunci puteți să transferați mesajul de acolo! Mergeți la Configurări > Dispozitive și verificați că dispozitivele s-au verificat. Când deschideți camera în viitor și ambele seșiune sunt în foreground, cheile va fi transmise automat. \n\nDoriți să îți păstrați cheile când deconectați sau schimbați dispozitive? Fiți atenți să activați backup de chat în configurări.';
+ String get noKeyForThisMessage =>
+ 'Această chestie poate să se întâmple când mesajul a fost trimis înainte să vă conectați contul cu acest dispozitiv.\n\nO altă explicație ar fi dacă trimițătorul a blocat dispozitivul vostru sau ceva s-a întâmplat cu conexiunea la internet\n\nPuteți să citiți mesajul în o altă seșiune? Atunci puteți să transferați mesajul de acolo! Mergeți la Configurări > Dispozitive și verificați că dispozitivele s-au verificat. Când deschideți camera în viitor și ambele seșiune sunt în foreground, cheile va fi transmise automat. \n\nDoriți să îți păstrați cheile când deconectați sau schimbați dispozitive? Fiți atenți să activați backup de chat în configurări.';
@override
String get newGroup => 'Grup nou';
@@ -1977,7 +2069,8 @@ class L10nRo extends L10n {
}
@override
- String get hideUnimportantStateEvents => 'Ascundeți evenimente de stare neimportante';
+ String get hideUnimportantStateEvents =>
+ 'Ascundeți evenimente de stare neimportante';
@override
String get hidePresences => 'Hide Status List?';
@@ -1991,13 +2084,15 @@ class L10nRo extends L10n {
}
@override
- String get newSpaceDescription => 'Spațiile vă permit să vă consolidați chaturile și să stabiliți comunități private sau publice.';
+ String get newSpaceDescription =>
+ 'Spațiile vă permit să vă consolidați chaturile și să stabiliți comunități private sau publice.';
@override
String get encryptThisChat => 'Criptați acest chat';
@override
- String get disableEncryptionWarning => 'Pentru motive de securitate, nu este posibil să dezactivați criptarea unui chat în care criptare este activată.';
+ String get disableEncryptionWarning =>
+ 'Pentru motive de securitate, nu este posibil să dezactivați criptarea unui chat în care criptare este activată.';
@override
String get sorryThatsNotPossible => 'Scuze... acest nu este posibil';
@@ -2009,7 +2104,8 @@ class L10nRo extends L10n {
String get reopenChat => 'Deschide din nou chatul';
@override
- String get noBackupWarning => 'Avertisment! Fără să activați backup de chat, veți pierde accesul la mesajele voastre criptate. E foarte recomandat să activați backup de chat înainte să vă deconectați.';
+ String get noBackupWarning =>
+ 'Avertisment! Fără să activați backup de chat, veți pierde accesul la mesajele voastre criptate. E foarte recomandat să activați backup de chat înainte să vă deconectați.';
@override
String get noOtherDevicesFound => 'Nu s-a găsit alte dispozitive';
@@ -2037,7 +2133,8 @@ class L10nRo extends L10n {
String get openLinkInBrowser => 'Deschideți linkul în browser';
@override
- String get reportErrorDescription => 'Ceva a eșuat. Vă rugăm să încercați din nou mai tărziu. Dacă doriți, puteți să reportați problema la dezvoltatori.';
+ String get reportErrorDescription =>
+ 'Ceva a eșuat. Vă rugăm să încercați din nou mai tărziu. Dacă doriți, puteți să reportați problema la dezvoltatori.';
@override
String get report => 'reportați';
@@ -2046,7 +2143,8 @@ class L10nRo extends L10n {
String get signInWithPassword => 'Conectați-vă cu parolă';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Vă rugăm să încercați din nou mai târziu sau să alegeți un server diferit.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Vă rugăm să încercați din nou mai târziu sau să alegeți un server diferit.';
@override
String signInWith(String provider) {
@@ -2054,7 +2152,8 @@ class L10nRo extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2083,19 +2182,24 @@ class L10nRo extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2212,16 @@ class L10nRo extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2151,7 +2258,8 @@ class L10nRo extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2175,7 +2283,8 @@ class L10nRo extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2265,28 +2374,33 @@ class L10nRo extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2459,8 @@ class L10nRo extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2516,23 @@ class L10nRo extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2555,12 @@ class L10nRo extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2588,19 @@ class L10nRo extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2615,8 @@ class L10nRo extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2661,15 @@ class L10nRo extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2677,8 @@ class L10nRo extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2687,8 @@ class L10nRo extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2703,8 @@ class L10nRo extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2713,142 @@ class L10nRo extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2856,8 @@ class L10nRo extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2866,15 @@ class L10nRo extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2904,6 @@ class L10nRo extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_ru.dart b/lib/generated/l10n/l10n_ru.dart
index 869e85e..6ea283b 100644
--- a/lib/generated/l10n/l10n_ru.dart
+++ b/lib/generated/l10n/l10n_ru.dart
@@ -15,7 +15,8 @@ class L10nRu extends L10n {
String get noMessagesYet => 'Нет сообщений';
@override
- String get longPressToRecordVoiceMessage => 'Зажмите, чтобы записать голосовое сообщение.';
+ String get longPressToRecordVoiceMessage =>
+ 'Зажмите, чтобы записать голосовое сообщение.';
@override
String get pause => 'Пауза';
@@ -36,7 +37,8 @@ class L10nRu extends L10n {
String get moveDown => 'Вниз';
@override
- String get removeFromSpaceDescription => 'Эта комната будет удалена из пространства, но останется в Вашем списке чатов.';
+ String get removeFromSpaceDescription =>
+ 'Эта комната будет удалена из пространства, но останется в Вашем списке чатов.';
@override
String get endPoll => 'Завершить опрос';
@@ -104,13 +106,15 @@ class L10nRu extends L10n {
String get cleanExif => 'Очищать EXIF';
@override
- String get cleanExifDescription => 'Удалять метаданные EXIF (модель камеры, геолокация, время) из изображений перед отправкой.';
+ String get cleanExifDescription =>
+ 'Удалять метаданные EXIF (модель камеры, геолокация, время) из изображений перед отправкой.';
@override
String get doNotSendIfCantClean => 'Не отправлять неочищенные картинки';
@override
- String get doNotSendIfCantCleanDescription => 'Не отправлять картинку, если не удаётся удалить метаданные EXIF';
+ String get doNotSendIfCantCleanDescription =>
+ 'Не отправлять картинку, если не удаётся удалить метаданные EXIF';
@override
String get repeatPassword => 'Повторите пароль';
@@ -122,7 +126,8 @@ class L10nRu extends L10n {
String get setCustomPermissionLevel => 'Установить другой уровень прав';
@override
- String get setPermissionsLevelDescription => 'Выберите роль из списка ниже или укажите другой уровень прав.';
+ String get setPermissionsLevelDescription =>
+ 'Выберите роль из списка ниже или укажите другой уровень прав.';
@override
String get ignoreUser => 'Игнорировать';
@@ -140,7 +145,8 @@ class L10nRu extends L10n {
String get enableGradient => 'Фоновый градиент для сообщений';
@override
- String get translationDisabledInE2e => 'Облачные переводы недоступны в зашифрованных комнатах для защиты конфиденциальности. Выбирайте отдельные слова и переводите их через другие приложения.';
+ String get translationDisabledInE2e =>
+ 'Облачные переводы недоступны в зашифрованных комнатах для защиты конфиденциальности. Выбирайте отдельные слова и переводите их через другие приложения.';
@override
String get remove => 'Удалить';
@@ -188,7 +194,8 @@ class L10nRu extends L10n {
String get addEmail => 'Добавить электронную почту';
@override
- String get confirmMatrixId => 'Пожалуйста, подтвердите Matrix ID, чтобы удалить свою учётную запись.';
+ String get confirmMatrixId =>
+ 'Пожалуйста, подтвердите Matrix ID, чтобы удалить свою учётную запись.';
@override
String supposedMxid(String mxid) {
@@ -252,7 +259,8 @@ class L10nRu extends L10n {
String get appLock => 'Блокировка приложения';
@override
- String get appLockDescription => 'Заблокировать приложение, когда не используется пин-код';
+ String get appLockDescription =>
+ 'Заблокировать приложение, когда не используется пин-код';
@override
String get archive => 'Архив';
@@ -267,7 +275,8 @@ class L10nRu extends L10n {
String get areYouSureYouWantToLogout => 'Вы действительно хотите выйти?';
@override
- String get askSSSSSign => 'Для подписи ключа другого пользователя, пожалуйста, введите вашу парольную фразу или ключ восстановления.';
+ String get askSSSSSign =>
+ 'Для подписи ключа другого пользователя, пожалуйста, введите вашу парольную фразу или ключ восстановления.';
@override
String askVerificationRequest(String username) {
@@ -275,15 +284,18 @@ class L10nRu extends L10n {
}
@override
- String get autoplayImages => 'Автоматически воспроизводить анимированные стикеры и эмодзи';
+ String get autoplayImages =>
+ 'Автоматически воспроизводить анимированные стикеры и эмодзи';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Домашний сервер поддерживает следующие типы входа в систему:\n$serverVersions\nНо это приложение поддерживает только:\n$supportedVersions';
}
@override
- String get sendTypingNotifications => 'Отправлять уведомления о наборе текста';
+ String get sendTypingNotifications =>
+ 'Отправлять уведомления о наборе текста';
@override
String get swipeRightToLeftToReply => 'Для ответа проведите справа на лево';
@@ -292,7 +304,8 @@ class L10nRu extends L10n {
String get sendOnEnter => 'Отправлять на Enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Домашний сервер поддерживает следующие версии спецификации:\n$serverVersions\nНо это приложение поддерживает только $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nRu extends L10n {
String get noMoreChatsFound => 'Больше чатов не обнаружено...';
@override
- String get noChatsFoundHere => 'Не было найдено ни одного чата. Начните новый чат, нажав кнопку ниже. ⤵️';
+ String get noChatsFoundHere =>
+ 'Не было найдено ни одного чата. Начните новый чат, нажав кнопку ниже. ⤵️';
@override
String get joinedChats => 'Чаты';
@@ -442,19 +456,22 @@ class L10nRu extends L10n {
String get chat => 'Чат';
@override
- String get yourChatBackupHasBeenSetUp => 'Настроено резервное копирование чатов.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Настроено резервное копирование чатов.';
@override
String get chatBackup => 'Резервное копирование чатов';
@override
- String get chatBackupDescription => 'Резервная копия сообщений защищена ключом восстановления. Сохраните его в надёжном месте.';
+ String get chatBackupDescription =>
+ 'Резервная копия сообщений защищена ключом восстановления. Сохраните его в надёжном месте.';
@override
String get chatDetails => 'Настройки чата';
@override
- String get chatHasBeenAddedToThisSpace => 'Чат был добавлен в это пространство';
+ String get chatHasBeenAddedToThisSpace =>
+ 'Чат был добавлен в это пространство';
@override
String get chats => 'Чаты';
@@ -481,19 +498,22 @@ class L10nRu extends L10n {
String get commandHint_clearcache => 'Очистить кэш';
@override
- String get commandHint_create => 'Создайте пустой групповой чат\nИспользуйте --no-encryption, чтобы отключить шифрование';
+ String get commandHint_create =>
+ 'Создайте пустой групповой чат\nИспользуйте --no-encryption, чтобы отключить шифрование';
@override
String get commandHint_discardsession => 'Удалить сеанс';
@override
- String get commandHint_dm => 'Начните личный чат\nИспользуйте --no-encryption, чтобы отключить шифрование';
+ String get commandHint_dm =>
+ 'Начните личный чат\nИспользуйте --no-encryption, чтобы отключить шифрование';
@override
String get commandHint_html => 'Отправить текст формата HTML';
@override
- String get commandHint_invite => 'Пригласить данного пользователя в эту комнату';
+ String get commandHint_invite =>
+ 'Пригласить данного пользователя в эту комнату';
@override
String get commandHint_join => 'Присоединиться к данной комнате';
@@ -508,13 +528,16 @@ class L10nRu extends L10n {
String get commandHint_me => 'Опишите действие';
@override
- String get commandHint_myroomavatar => 'Установите свою фотографию для этой комнаты (аватар: mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Установите свою фотографию для этой комнаты (аватар: mxc-uri)';
@override
- String get commandHint_myroomnick => 'Задайте отображаемое имя для этой комнаты';
+ String get commandHint_myroomnick =>
+ 'Задайте отображаемое имя для этой комнаты';
@override
- String get commandHint_op => 'Установить уровень прав для пользователя (по умолчанию: 50)';
+ String get commandHint_op =>
+ 'Установить уровень прав для пользователя (по умолчанию: 50)';
@override
String get commandHint_plain => 'Отправить неотформатированный текст';
@@ -552,7 +575,8 @@ class L10nRu extends L10n {
String get connect => 'Присоединиться';
@override
- String get contactHasBeenInvitedToTheGroup => 'Контакт был приглашен в группу';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Контакт был приглашен в группу';
@override
String get containsDisplayName => 'Содержит отображаемое имя';
@@ -618,10 +642,12 @@ class L10nRu extends L10n {
}
@override
- String get deactivateAccountWarning => 'Это деактивирует ваш аккаунт. Пути назад не будет! Вы уверены?';
+ String get deactivateAccountWarning =>
+ 'Это деактивирует ваш аккаунт. Пути назад не будет! Вы уверены?';
@override
- String get defaultPermissionLevel => 'Уровень разрешений по умолчанию для новых пользователей';
+ String get defaultPermissionLevel =>
+ 'Уровень разрешений по умолчанию для новых пользователей';
@override
String get delete => 'Удалить';
@@ -684,7 +710,8 @@ class L10nRu extends L10n {
String get emoteInvalid => 'Недопустимый код эмодзи!';
@override
- String get emoteKeyboardNoRecents => 'Недавно использованные эмодзи появятся здесь...';
+ String get emoteKeyboardNoRecents =>
+ 'Недавно использованные эмодзи появятся здесь...';
@override
String get emotePacks => 'Наборы эмодзи для комнаты';
@@ -699,7 +726,8 @@ class L10nRu extends L10n {
String get accessAndVisibility => 'Доступность и видимость';
@override
- String get accessAndVisibilityDescription => 'Кто может зайти и как найти этот чат';
+ String get accessAndVisibilityDescription =>
+ 'Кто может зайти и как найти этот чат';
@override
String get calls => 'Звонки';
@@ -708,13 +736,15 @@ class L10nRu extends L10n {
String get customEmojisAndStickers => 'Пользовательские эмодзи и стикеры';
@override
- String get customEmojisAndStickersBody => 'Добавить или поделиться пользовательскими эмодзи или стикерами, которые могут быть применены в любом чате.';
+ String get customEmojisAndStickersBody =>
+ 'Добавить или поделиться пользовательскими эмодзи или стикерами, которые могут быть применены в любом чате.';
@override
String get emoteShortcode => 'Код эмодзи';
@override
- String get emoteWarnNeedToPick => 'Вам нужно задать код эмодзи и изображение!';
+ String get emoteWarnNeedToPick =>
+ 'Вам нужно задать код эмодзи и изображение!';
@override
String get emptyChat => 'Пустой чат';
@@ -726,7 +756,8 @@ class L10nRu extends L10n {
String get enableEncryption => 'Включить шифрование';
@override
- String get enableEncryptionWarning => 'Вы не сможете отключить шифрование. Вы уверены?';
+ String get enableEncryptionWarning =>
+ 'Вы не сможете отключить шифрование. Вы уверены?';
@override
String get encrypted => 'Зашифровано';
@@ -824,13 +855,16 @@ class L10nRu extends L10n {
String get hideRedactedMessages => 'Скрыть удалённые сообщения';
@override
- String get hideRedactedMessagesBody => 'Если кто-то удаляет сообщение, оно будет скрыто в чате.';
+ String get hideRedactedMessagesBody =>
+ 'Если кто-то удаляет сообщение, оно будет скрыто в чате.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Скрыть неверные или неизвестные форматы сообщений';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Скрыть неверные или неизвестные форматы сообщений';
@override
- String get howOffensiveIsThisContent => 'Насколько оскорбительным является этот контент?';
+ String get howOffensiveIsThisContent =>
+ 'Насколько оскорбительным является этот контент?';
@override
String get id => 'ID';
@@ -845,7 +879,8 @@ class L10nRu extends L10n {
String get blockedUsers => 'Заглушённые пользователи';
@override
- String get blockListDescription => 'Вы можете игнорировать пользователей на свой вкус: Вы не увидите их сообщения и не получите от них приглашений.';
+ String get blockListDescription =>
+ 'Вы можете игнорировать пользователей на свой вкус: Вы не увидите их сообщения и не получите от них приглашений.';
@override
String get blockUsername => 'Игнорировать имя пользователя';
@@ -854,7 +889,8 @@ class L10nRu extends L10n {
String get iHaveClickedOnLink => 'Я перешёл по ссылке';
@override
- String get incorrectPassphraseOrKey => 'Неверный пароль или ключ восстановления';
+ String get incorrectPassphraseOrKey =>
+ 'Неверный пароль или ключ восстановления';
@override
String get inoffensive => 'Безобидный';
@@ -885,7 +921,8 @@ class L10nRu extends L10n {
String get invited => 'Приглашён';
@override
- String get redactMessageDescription => 'Сообщение будет удалено для всех участников. Это необратимо.';
+ String get redactMessageDescription =>
+ 'Сообщение будет удалено для всех участников. Это необратимо.';
@override
String get optionalRedactReason => 'Причина... (Необязательно)';
@@ -956,19 +993,22 @@ class L10nRu extends L10n {
String get dehydrate => 'Экспорт сеанса и очистка устройства';
@override
- String get dehydrateWarning => 'Это действие не может быть отменено. Убедитесь, что вы безопасно сохранили файл резервной копии.';
+ String get dehydrateWarning =>
+ 'Это действие не может быть отменено. Убедитесь, что вы безопасно сохранили файл резервной копии.';
@override
String get dehydrateTor => 'Пользователи TOR: Экспорт сеанса';
@override
- String get dehydrateTorLong => 'Для пользователей TOR рекомендуется экспортировать сессию перед закрытием окна.';
+ String get dehydrateTorLong =>
+ 'Для пользователей TOR рекомендуется экспортировать сессию перед закрытием окна.';
@override
String get hydrateTor => 'Пользователи TOR: Импорт экспорта сессии';
@override
- String get hydrateTorLong => 'В прошлый раз вы экспортировали свою сессию в TOR? Быстро импортируйте его и продолжайте общение.';
+ String get hydrateTorLong =>
+ 'В прошлый раз вы экспортировали свою сессию в TOR? Быстро импортируйте его и продолжайте общение.';
@override
String get hydrate => 'Восстановить из файла резервной копии';
@@ -980,10 +1020,12 @@ class L10nRu extends L10n {
String get loadMore => 'Загрузить больше…';
@override
- String get locationDisabledNotice => 'Службы определения местоположения отключены. Включите их для отправки местоположения.';
+ String get locationDisabledNotice =>
+ 'Службы определения местоположения отключены. Включите их для отправки местоположения.';
@override
- String get locationPermissionDeniedNotice => 'Разрешение на определение местоположения отклонено. Это необходимо для отправки местоположения.';
+ String get locationPermissionDeniedNotice =>
+ 'Разрешение на определение местоположения отклонено. Это необходимо для отправки местоположения.';
@override
String get login => 'Войти';
@@ -1015,7 +1057,8 @@ class L10nRu extends L10n {
String get muteChat => 'Отключить уведомления';
@override
- String get needPantalaimonWarning => 'Помните, что вам нужен Pantalaimon для использования сквозного шифрования.';
+ String get needPantalaimonWarning =>
+ 'Помните, что вам нужен Pantalaimon для использования сквозного шифрования.';
@override
String get newChat => 'Новый чат';
@@ -1039,10 +1082,12 @@ class L10nRu extends L10n {
String get noEmotesFound => 'Эмодзи не найдены 😕';
@override
- String get noEncryptionForPublicRooms => 'Вы не можете активировать шифрование в общедоступных комнатах.';
+ String get noEncryptionForPublicRooms =>
+ 'Вы не можете активировать шифрование в общедоступных комнатах.';
@override
- String get noGoogleServicesWarning => 'На Вашем устройстве не установлены сервисы Google Play. Классное решение! Для получения push-уведомлений, скачайте ntfy из F-Droid. Вы также можете использовать Aurora Store и microG вместо Google Play Services, если Ваш телефон не поддерживает GMS (например, Huawei).';
+ String get noGoogleServicesWarning =>
+ 'На Вашем устройстве не установлены сервисы Google Play. Классное решение! Для получения push-уведомлений, скачайте ntfy из F-Droid. Вы также можете использовать Aurora Store и microG вместо Google Play Services, если Ваш телефон не поддерживает GMS (например, Huawei).';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1104,8 @@ class L10nRu extends L10n {
String get none => 'Ничего';
@override
- String get noPasswordRecoveryDescription => 'Вы ещё не добавили способ восстановления пароля.';
+ String get noPasswordRecoveryDescription =>
+ 'Вы ещё не добавили способ восстановления пароля.';
@override
String get noPermission => 'Нет прав доступа';
@@ -1071,7 +1117,8 @@ class L10nRu extends L10n {
String get notifications => 'Уведомления';
@override
- String get notificationsEnabledForThisAccount => 'Уведомления включены для этого аккаунта';
+ String get notificationsEnabledForThisAccount =>
+ 'Уведомления включены для этого аккаунта';
@override
String numUsersTyping(int count) {
@@ -1097,13 +1144,15 @@ class L10nRu extends L10n {
String get onlineKeyBackupEnabled => 'Резервное копирование ключей включено';
@override
- String get oopsPushError => 'Ой! К сожалению, при настройке push-уведомлений произошла ошибка.';
+ String get oopsPushError =>
+ 'Ой! К сожалению, при настройке push-уведомлений произошла ошибка.';
@override
String get oopsSomethingWentWrong => 'Ой, что-то пошло не так…';
@override
- String get openAppToReadMessages => 'Откройте приложение чтобы прочитать сообщения';
+ String get openAppToReadMessages =>
+ 'Откройте приложение чтобы прочитать сообщения';
@override
String get openCamera => 'Открыть камеру';
@@ -1130,7 +1179,8 @@ class L10nRu extends L10n {
String get bundleName => 'Название пакета';
@override
- String get enableMultiAccounts => '(БЕТА) Включить несколько учетных записей на этом устройстве';
+ String get enableMultiAccounts =>
+ '(БЕТА) Включить несколько учетных записей на этом устройстве';
@override
String get openInMaps => 'Открыть на картах';
@@ -1139,7 +1189,8 @@ class L10nRu extends L10n {
String get link => 'Ссылка';
@override
- String get serverRequiresEmail => 'Этот сервер должен подтвердить ваш адрес электронной почты для регистрации.';
+ String get serverRequiresEmail =>
+ 'Этот сервер должен подтвердить ваш адрес электронной почты для регистрации.';
@override
String get or => 'Или';
@@ -1163,10 +1214,12 @@ class L10nRu extends L10n {
String get passwordHasBeenChanged => 'Пароль был изменён';
@override
- String get hideMemberChangesInPublicChats => 'Скрыть изменения участников в общедоступных чатах';
+ String get hideMemberChangesInPublicChats =>
+ 'Скрыть изменения участников в общедоступных чатах';
@override
- String get hideMemberChangesInPublicChatsBody => 'Не показывать входы и выходы, изменения отображаемых имён или аватаров в общедоступных чатах.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Не показывать входы и выходы, изменения отображаемых имён или аватаров в общедоступных чатах.';
@override
String get overview => 'Обзор';
@@ -1201,10 +1254,12 @@ class L10nRu extends L10n {
String get pleaseChooseAPasscode => 'Пожалуйста, выберите код доступа';
@override
- String get pleaseClickOnLink => 'Пожалуйста, откройте ссылку в электронной почте для того чтобы продолжить.';
+ String get pleaseClickOnLink =>
+ 'Пожалуйста, откройте ссылку в электронной почте для того чтобы продолжить.';
@override
- String get pleaseEnter4Digits => 'Введите PIN-код. Оставьте поле пустым, чтобы отключить блокировку приложения.';
+ String get pleaseEnter4Digits =>
+ 'Введите PIN-код. Оставьте поле пустым, чтобы отключить блокировку приложения.';
@override
String get pleaseEnterRecoveryKey => 'Введите ключ восстановления:';
@@ -1219,7 +1274,8 @@ class L10nRu extends L10n {
String get pleaseEnterYourUsername => 'Пожалуйста, введите имя пользователя';
@override
- String get pleaseFollowInstructionsOnWeb => 'Следуйте инструкциям на веб-сайте и нажмите «Далее».';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Следуйте инструкциям на веб-сайте и нажмите «Далее».';
@override
String get privacy => 'Конфиденциальность';
@@ -1289,7 +1345,8 @@ class L10nRu extends L10n {
String get removeYourAvatar => 'Удалить свой аватар';
@override
- String get replaceRoomWithNewerVersion => 'Заменить комнату более новой версией';
+ String get replaceRoomWithNewerVersion =>
+ 'Заменить комнату более новой версией';
@override
String get reply => 'Ответить';
@@ -1316,7 +1373,8 @@ class L10nRu extends L10n {
String get errorRecoveringMessage => 'Не удалось восстановить сообщение.';
@override
- String get errorRecoveringMessageNoAdmin => 'Эта возможность доступна только администраторам на серверах Synapse.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'Эта возможность доступна только администраторам на серверах Synapse.';
@override
String get requestPermission => 'Запросить разрешение';
@@ -1460,10 +1518,12 @@ class L10nRu extends L10n {
String get hideAvatarsInInvites => 'Скрывать аватары в приглашениях';
@override
- String get hideAvatarsInInvitesDescription => 'Не показывать аватары комнат в приглашениях';
+ String get hideAvatarsInInvitesDescription =>
+ 'Не показывать аватары комнат в приглашениях';
@override
- String get presencesToggle => 'Показывать сообщения в статусах других пользователей';
+ String get presencesToggle =>
+ 'Показывать сообщения в статусах других пользователей';
@override
String get pureBlackToggle => 'Чёрный фон (AMOLED)';
@@ -1530,7 +1590,8 @@ class L10nRu extends L10n {
String get toggleUnread => 'Отметить как прочитанное/непрочитанное';
@override
- String get tooManyRequestsWarning => 'Слишком много запросов. Пожалуйста, повторите попытку позже!';
+ String get tooManyRequestsWarning =>
+ 'Слишком много запросов. Пожалуйста, повторите попытку позже!';
@override
String get transferFromAnotherDevice => 'Перенос с другого устройства';
@@ -1638,13 +1699,15 @@ class L10nRu extends L10n {
String get voiceMessage => 'Отправить голосовое сообщение';
@override
- String get waitingPartnerAcceptRequest => 'Ждём, пока другая сторона примет запрос…';
+ String get waitingPartnerAcceptRequest =>
+ 'Ждём, пока другая сторона примет запрос…';
@override
String get waitingPartnerEmoji => 'Ждём, пока другая сторона примет эмодзи…';
@override
- String get waitingPartnerNumbers => 'В ожидании другой стороны, чтобы принять числа…';
+ String get waitingPartnerNumbers =>
+ 'В ожидании другой стороны, чтобы принять числа…';
@override
String get wallpaper => 'Обои:';
@@ -1659,16 +1722,19 @@ class L10nRu extends L10n {
String get whoCanPerformWhichAction => 'Кто и какое действие может выполнять';
@override
- String get whoIsAllowedToJoinThisGroup => 'Кому разрешено вступать в эту группу';
+ String get whoIsAllowedToJoinThisGroup =>
+ 'Кому разрешено вступать в эту группу';
@override
String get whyDoYouWantToReportThis => 'Почему вы хотите сообщить об этом?';
@override
- String get wipeChatBackup => 'Удалить резервную копию чата, чтобы создать новый ключ восстановления?';
+ String get wipeChatBackup =>
+ 'Удалить резервную копию чата, чтобы создать новый ключ восстановления?';
@override
- String get withTheseAddressesRecoveryDescription => 'По этим адресам вы можете восстановить свой пароль.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'По этим адресам вы можете восстановить свой пароль.';
@override
String get writeAMessage => 'Напишите сообщение…';
@@ -1680,7 +1746,8 @@ class L10nRu extends L10n {
String get you => 'Вы';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Вы больше не участвуете в этом чате';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Вы больше не участвуете в этом чате';
@override
String get youHaveBeenBannedFromThisChat => 'Вы были забанены в этом чате';
@@ -1707,13 +1774,15 @@ class L10nRu extends L10n {
String get removeFromSpace => 'Удалить из пространства';
@override
- String get addToSpaceDescription => 'Выберите пространство, чтобы добавить к нему этот чат.';
+ String get addToSpaceDescription =>
+ 'Выберите пространство, чтобы добавить к нему этот чат.';
@override
String get start => 'Начать';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Чтобы разблокировать старые сообщения, введите ключ восстановления, сгенерированный в предыдущем сеансе. Ваш ключ восстановления НЕ является вашим паролем.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Чтобы разблокировать старые сообщения, введите ключ восстановления, сгенерированный в предыдущем сеансе. Ваш ключ восстановления НЕ является вашим паролем.';
@override
String get publish => 'Опубликовать';
@@ -1759,10 +1828,12 @@ class L10nRu extends L10n {
String get unsupportedAndroidVersion => 'Неподдерживаемая версия Android';
@override
- String get unsupportedAndroidVersionLong => 'Для этой функции требуется более новая версия Android. Проверьте наличие обновлений или поддержку сторонних прошивок.';
+ String get unsupportedAndroidVersionLong =>
+ 'Для этой функции требуется более новая версия Android. Проверьте наличие обновлений или поддержку сторонних прошивок.';
@override
- String get videoCallsBetaWarning => 'Обратите внимание, что видеозвонки в настоящее время находятся в бета-версии. Они могут работать не так, как ожидалось, или вообще не работать на всех платформах.';
+ String get videoCallsBetaWarning =>
+ 'Обратите внимание, что видеозвонки в настоящее время находятся в бета-версии. Они могут работать не так, как ожидалось, или вообще не работать на всех платформах.';
@override
String get experimentalVideoCalls => 'Экспериментальные видеозвонки';
@@ -1774,7 +1845,8 @@ class L10nRu extends L10n {
String get indexedDbErrorTitle => 'Проблемы с приватным режимом';
@override
- String get indexedDbErrorLong => 'К сожалению, по умолчанию хранилище сообщений не включено в приватном режиме.\nПожалуйста, посетите\n- about:config\n- установите для dom.indexedDB.privateBrowsing.enabled значение true\nВ противном случае запуск Extera будет невозможен.';
+ String get indexedDbErrorLong =>
+ 'К сожалению, по умолчанию хранилище сообщений не включено в приватном режиме.\nПожалуйста, посетите\n- about:config\n- установите для dom.indexedDB.privateBrowsing.enabled значение true\nВ противном случае запуск Extera будет невозможен.';
@override
String switchToAccount(String number) {
@@ -1885,7 +1957,8 @@ class L10nRu extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'Публичная ссылка еще не была создана';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'Публичная ссылка еще не была создана';
@override
String get knock => 'Подать заявку';
@@ -1897,10 +1970,12 @@ class L10nRu extends L10n {
String get unlockOldMessages => 'Разблокировать старые сообщения';
@override
- String get storeInSecureStorageDescription => 'Сохраните ключ восстановления в безопасном хранилище этого устройства.';
+ String get storeInSecureStorageDescription =>
+ 'Сохраните ключ восстановления в безопасном хранилище этого устройства.';
@override
- String get saveKeyManuallyDescription => 'Сохраните этот ключ вручную, вызвав диалог общего доступа системы или буфера обмена.';
+ String get saveKeyManuallyDescription =>
+ 'Сохраните этот ключ вручную, вызвав диалог общего доступа системы или буфера обмена.';
@override
String get storeInAndroidKeystore => 'Сохранить в Android KeyStore';
@@ -1923,7 +1998,8 @@ class L10nRu extends L10n {
String get custom => 'Пользовательское';
@override
- String get foregroundServiceRunning => 'Это уведомление появляется, когда запущена основная служба.';
+ String get foregroundServiceRunning =>
+ 'Это уведомление появляется, когда запущена основная служба.';
@override
String get screenSharingTitle => 'общий доступ к экрану';
@@ -1938,22 +2014,26 @@ class L10nRu extends L10n {
String get callingAccount => 'Аккаунт для звонков';
@override
- String get callingAccountDetails => 'Позволяет Extera использовать системное приложение для звонков.';
+ String get callingAccountDetails =>
+ 'Позволяет Extera использовать системное приложение для звонков.';
@override
String get appearOnTop => 'Появляться сверху';
@override
- String get appearOnTopDetails => 'Позволяет приложению отображаться сверху (не требуется, если у Вас уже настроена Extera как аккаунт для звонков)';
+ String get appearOnTopDetails =>
+ 'Позволяет приложению отображаться сверху (не требуется, если у Вас уже настроена Extera как аккаунт для звонков)';
@override
- String get otherCallingPermissions => 'Микрофон, камера и другие разрешения Extera';
+ String get otherCallingPermissions =>
+ 'Микрофон, камера и другие разрешения Extera';
@override
String get whyIsThisMessageEncrypted => 'Почему это сообщение нечитаемо?';
@override
- String get noKeyForThisMessage => 'Это может произойти, если сообщение было отправлено до того, как вы вошли в свою учетную запись на данном устройстве.\n\nТакже возможно, что отправитель заблокировал ваше устройство или что-то пошло не так с интернет-соединением.\n\nВы можете прочитать сообщение на другой сессии? Тогда вы можете перенести сообщение с неё! Перейдите в Настройки > Устройства и убедитесь, что ваши устройства проверили друг друга. Когда вы откроете комнату в следующий раз и обе сессии будут открыты, ключи будут переданы автоматически.\n\nВы не хотите потерять ключи при выходе из системы или переключении устройств? Убедитесь, что вы включили резервное копирование чата в настройках.';
+ String get noKeyForThisMessage =>
+ 'Это может произойти, если сообщение было отправлено до того, как вы вошли в свою учетную запись на данном устройстве.\n\nТакже возможно, что отправитель заблокировал ваше устройство или что-то пошло не так с интернет-соединением.\n\nВы можете прочитать сообщение на другой сессии? Тогда вы можете перенести сообщение с неё! Перейдите в Настройки > Устройства и убедитесь, что ваши устройства проверили друг друга. Когда вы откроете комнату в следующий раз и обе сессии будут открыты, ключи будут переданы автоматически.\n\nВы не хотите потерять ключи при выходе из системы или переключении устройств? Убедитесь, что вы включили резервное копирование чата в настройках.';
@override
String get newGroup => 'Новая группа';
@@ -1976,7 +2056,8 @@ class L10nRu extends L10n {
}
@override
- String get hideUnimportantStateEvents => 'Скрыть необязательные события статуса';
+ String get hideUnimportantStateEvents =>
+ 'Скрыть необязательные события статуса';
@override
String get hidePresences => 'Скрыть список статусов?';
@@ -1990,13 +2071,15 @@ class L10nRu extends L10n {
}
@override
- String get newSpaceDescription => 'Пространства позволяют объединять Ваши чаты и создавать частные или общедоступные сообщества.';
+ String get newSpaceDescription =>
+ 'Пространства позволяют объединять Ваши чаты и создавать частные или общедоступные сообщества.';
@override
String get encryptThisChat => 'Зашифровать этот чат';
@override
- String get disableEncryptionWarning => 'В целях безопасности Вы не можете отключить шифрование в чате, где оно было включено.';
+ String get disableEncryptionWarning =>
+ 'В целях безопасности Вы не можете отключить шифрование в чате, где оно было включено.';
@override
String get sorryThatsNotPossible => 'Извините... это невозможно';
@@ -2008,7 +2091,8 @@ class L10nRu extends L10n {
String get reopenChat => 'Открыть чат заново';
@override
- String get noBackupWarning => 'Внимание! Без резервного копиирования, Вы потеряете доступ к своим зашифрованным сообщениям. Крайне рекомендуется включить резервное копирование перед выходом.';
+ String get noBackupWarning =>
+ 'Внимание! Без резервного копиирования, Вы потеряете доступ к своим зашифрованным сообщениям. Крайне рекомендуется включить резервное копирование перед выходом.';
@override
String get noOtherDevicesFound => 'Другие устройства не найдены';
@@ -2036,7 +2120,8 @@ class L10nRu extends L10n {
String get openLinkInBrowser => 'Открыть ссылку в браузере';
@override
- String get reportErrorDescription => '😭 О, нет. Что-то пошло не так. При желании вы можете сообщить об этой ошибке разработчикам.';
+ String get reportErrorDescription =>
+ '😭 О, нет. Что-то пошло не так. При желании вы можете сообщить об этой ошибке разработчикам.';
@override
String get report => 'пожаловаться';
@@ -2045,7 +2130,8 @@ class L10nRu extends L10n {
String get signInWithPassword => 'Войти с помощью пароля';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Повторите попытку позже или выберите другой сервер.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Повторите попытку позже или выберите другой сервер.';
@override
String signInWith(String provider) {
@@ -2053,7 +2139,8 @@ class L10nRu extends L10n {
}
@override
- String get profileNotFound => 'Пользователь не найден на сервере. Это может быть проблемой подключения или пользователь не существует.';
+ String get profileNotFound =>
+ 'Пользователь не найден на сервере. Это может быть проблемой подключения или пользователь не существует.';
@override
String get setTheme => 'Тема:';
@@ -2082,16 +2169,20 @@ class L10nRu extends L10n {
String get pleaseEnterANumber => 'Пожалуйста, введите число больше 0';
@override
- String get archiveRoomDescription => 'Чат переместится в архив. Другим пользователям будет видно, что вы вышли из чата.';
+ String get archiveRoomDescription =>
+ 'Чат переместится в архив. Другим пользователям будет видно, что вы вышли из чата.';
@override
- String get roomUpgradeDescription => 'Затем чат будет воссоздан с новой версией комнаты. Все участники будут уведомлены о необходимости перейти в новый чат. Вы можете узнать больше о версиях комнат на https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'Затем чат будет воссоздан с новой версией комнаты. Все участники будут уведомлены о необходимости перейти в новый чат. Вы можете узнать больше о версиях комнат на https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'Вы выйдете с этого устройства и больше не будете получать сообщения.';
+ String get removeDevicesDescription =>
+ 'Вы выйдете с этого устройства и больше не будете получать сообщения.';
@override
- String get banUserDescription => 'Вы уверены что хотите забанить этого пользователя? Они больше не смогут войти в этот чат. Вы также можете указать причину.';
+ String get banUserDescription =>
+ 'Вы уверены что хотите забанить этого пользователя? Они больше не смогут войти в этот чат. Вы также можете указать причину.';
@override
String get unbanUserDescription => 'Пользователь сможет зайти в чат снова.';
@@ -2107,10 +2198,12 @@ class L10nRu extends L10n {
}
@override
- String get kickUserDescription => 'Вы уверены что хотите выгнать этого пользователя? Если чат общедоступный, они смогут перезайти. Вы также можете указать причину.';
+ String get kickUserDescription =>
+ 'Вы уверены что хотите выгнать этого пользователя? Если чат общедоступный, они смогут перезайти. Вы также можете указать причину.';
@override
- String get makeAdminDescription => 'Как только вы назначите этого пользователя администратором, пути назад не будет, так как их права доступа и ваши будут одинаковы.';
+ String get makeAdminDescription =>
+ 'Как только вы назначите этого пользователя администратором, пути назад не будет, так как их права доступа и ваши будут одинаковы.';
@override
String get pushNotificationsNotAvailable => 'Push-уведомления недоступны';
@@ -2150,7 +2243,8 @@ class L10nRu extends L10n {
String get groupCanBeFoundViaSearch => 'Группа может быть найдена поиском';
@override
- String get wrongRecoveryKey => 'Простите... судя по всему, это неверный ключ восстановления.';
+ String get wrongRecoveryKey =>
+ 'Простите... судя по всему, это неверный ключ восстановления.';
@override
String get startConversation => 'Начать общение';
@@ -2162,10 +2256,12 @@ class L10nRu extends L10n {
String get databaseMigrationTitle => 'База данных оптимизирована';
@override
- String get databaseMigrationBody => 'Пожалуйста, подождите. Это может занять некоторое время.';
+ String get databaseMigrationBody =>
+ 'Пожалуйста, подождите. Это может занять некоторое время.';
@override
- String get leaveEmptyToClearStatus => 'Чтобы очистить статус, оставьте поле пустым.';
+ String get leaveEmptyToClearStatus =>
+ 'Чтобы очистить статус, оставьте поле пустым.';
@override
String get select => 'Выбрать';
@@ -2174,13 +2270,15 @@ class L10nRu extends L10n {
String get searchForUsers => 'Поиск @пользователей...';
@override
- String get pleaseEnterYourCurrentPassword => 'Пожалуйста, введите свой текущий пароль';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Пожалуйста, введите свой текущий пароль';
@override
String get newPassword => 'Новый пароль';
@override
- String get pleaseChooseAStrongPassword => 'Пожалуйста, выберите более надёжный пароль';
+ String get pleaseChooseAStrongPassword =>
+ 'Пожалуйста, выберите более надёжный пароль';
@override
String get passwordsDoNotMatch => 'Пароли не совпадают';
@@ -2264,28 +2362,33 @@ class L10nRu extends L10n {
String get sendReadReceipts => 'Отправлять отчёты о прочтении';
@override
- String get sendTypingNotificationsDescription => 'Другие участники чата будут видеть, когда Вы набираете новое сообщение.';
+ String get sendTypingNotificationsDescription =>
+ 'Другие участники чата будут видеть, когда Вы набираете новое сообщение.';
@override
- String get sendReadReceiptsDescription => 'Другие участники чата увидят, когда Вы прочитали сообщение.';
+ String get sendReadReceiptsDescription =>
+ 'Другие участники чата увидят, когда Вы прочитали сообщение.';
@override
String get formattedMessages => 'Форматированные сообщения';
@override
- String get formattedMessagesDescription => 'Отображать формат Markdown в сообщениях, например, жирный текст.';
+ String get formattedMessagesDescription =>
+ 'Отображать формат Markdown в сообщениях, например, жирный текст.';
@override
String get verifyOtherUser => '🔐 Подтвердить другого пользователя';
@override
- String get verifyOtherUserDescription => 'Если вы подтвердите другого пользователя, то вы можете быть уверены, зная, кому Вы действительно пишете. 💪\n\nКогда Вы начинаете подтверждение, Вы и другой пользователь увидите всплывающее окно в приложении. Там Вы увидите ряд чисел или эмодзи, которые Вы должны сравнить друг с другом.\n\nЛучший способ сделать это - встретиться в реальной жизни или по видео звонку. Если Вы читаете это в далёком будущем, где технологии Deepfake сильно развились, то лучше не стоит доверять видеозвонкам. 👭';
+ String get verifyOtherUserDescription =>
+ 'Если вы подтвердите другого пользователя, то вы можете быть уверены, зная, кому Вы действительно пишете. 💪\n\nКогда Вы начинаете подтверждение, Вы и другой пользователь увидите всплывающее окно в приложении. Там Вы увидите ряд чисел или эмодзи, которые Вы должны сравнить друг с другом.\n\nЛучший способ сделать это - встретиться в реальной жизни или по видео звонку. Если Вы читаете это в далёком будущем, где технологии Deepfake сильно развились, то лучше не стоит доверять видеозвонкам. 👭';
@override
String get verifyOtherDevice => '🔐 Подтвердить другое устройство';
@override
- String get verifyOtherDeviceDescription => 'При подтверждении другого устройства эти устройства могут обмениваться ключами, повышая общую безопасность. 💪 При запуске подтверждения в приложении на обоих устройствах появится всплывающее окно. Там вы увидите ряд чисел или эмодзи, которые вы должны сравнить друг с другом. Лучше иметь оба устройства под рукой перед началом проверки. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'При подтверждении другого устройства эти устройства могут обмениваться ключами, повышая общую безопасность. 💪 При запуске подтверждения в приложении на обоих устройствах появится всплывающее окно. Там вы увидите ряд чисел или эмодзи, которые вы должны сравнить друг с другом. Лучше иметь оба устройства под рукой перед началом проверки. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2344,7 +2447,8 @@ class L10nRu extends L10n {
}
@override
- String get noDatabaseEncryption => 'Шифрование базы данных не поддерживается на этой платформе';
+ String get noDatabaseEncryption =>
+ 'Шифрование базы данных не поддерживается на этой платформе';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2400,10 +2504,12 @@ class L10nRu extends L10n {
String get changeTheChatPermissions => 'Изменить права доступа к чату';
@override
- String get changeTheVisibilityOfChatHistory => 'Изменить видимость истории чата';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Изменить видимость истории чата';
@override
- String get changeTheCanonicalRoomAlias => 'Изменить основной общедоступный адрес чата';
+ String get changeTheCanonicalRoomAlias =>
+ 'Изменить основной общедоступный адрес чата';
@override
String get sendRoomNotifications => 'Упоминать @room';
@@ -2412,7 +2518,8 @@ class L10nRu extends L10n {
String get changeTheDescriptionOfTheGroup => 'Изменить описание чата';
@override
- String get chatPermissionsDescription => 'Задайте уровень власти, необходимый для совершения определённых действий в этом чате. Уровни прав 0, 50 и 100 обычно обозначают пользователей, модераторов и администраторов соответственно, но другие уровни также возможны.';
+ String get chatPermissionsDescription =>
+ 'Задайте уровень власти, необходимый для совершения определённых действий в этом чате. Уровни прав 0, 50 и 100 обычно обозначают пользователей, модераторов и администраторов соответственно, но другие уровни также возможны.';
@override
String updateInstalled(String version) {
@@ -2435,10 +2542,12 @@ class L10nRu extends L10n {
String get whatIsAHomeserver => 'Для чего нужен домашний сервер?';
@override
- String get homeserverDescription => 'Все ваши данные хранятся на домашнем сервере, прямо как у вашего провайдера электронной почты. Вы можете выбрать, какому серверу вы их доверите, при этом сохраняя возможность общаться со всеми. Узнайте больше на https://matrix.org.';
+ String get homeserverDescription =>
+ 'Все ваши данные хранятся на домашнем сервере, прямо как у вашего провайдера электронной почты. Вы можете выбрать, какому серверу вы их доверите, при этом сохраняя возможность общаться со всеми. Узнайте больше на https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Кажется, это не домашний сервер. Нет ли в ссылке опечаток?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Кажется, это не домашний сервер. Нет ли в ссылке опечаток?';
@override
String get calculatingFileSize => 'Вычисление размера файла...';
@@ -2466,16 +2575,19 @@ class L10nRu extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'Одно из ваших устройств не подтверждено';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'Одно из ваших устройств не подтверждено';
@override
- String get noticeChatBackupDeviceVerification => 'Примечание: Если вы подключите все свои устройства к резервному копированию чатов, то они автоматически станут подтверждёнными.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Примечание: Если вы подключите все свои устройства к резервному копированию чатов, то они автоматически станут подтверждёнными.';
@override
String get continueText => 'Продолжить';
@override
- String get welcomeText => 'Добро пожаловать в Extera - приложение для Matrix, огромной децентрализованной сети обмена сообщениями!';
+ String get welcomeText =>
+ 'Добро пожаловать в Extera - приложение для Matrix, огромной децентрализованной сети обмена сообщениями!';
@override
String get blur => 'Размытие:';
@@ -2490,7 +2602,8 @@ class L10nRu extends L10n {
String get manageAccount => 'Управление аккаунтом';
@override
- String get noContactInformationProvided => 'Сервер не предоставляет никакой контактной информации';
+ String get noContactInformationProvided =>
+ 'Сервер не предоставляет никакой контактной информации';
@override
String get contactServerAdmin => 'Админ сервера';
@@ -2535,13 +2648,15 @@ class L10nRu extends L10n {
String get addLink => 'Добавить ссылку';
@override
- String get unableToJoinChat => 'Невозможно присоединиться к чату. Возможно, другая сторона уже завершила разговор.';
+ String get unableToJoinChat =>
+ 'Невозможно присоединиться к чату. Возможно, другая сторона уже завершила разговор.';
@override
String get previous => 'Предыдущий';
@override
- String get otherPartyNotLoggedIn => 'Другая сторона не может получать сообщения.';
+ String get otherPartyNotLoggedIn =>
+ 'Другая сторона не может получать сообщения.';
@override
String appWantsToUseForLogin(String server) {
@@ -2549,7 +2664,8 @@ class L10nRu extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'Вы позволяете приложению и веб-сайту делиться информацией о Вас.';
+ String get appWantsToUseForLoginDescription =>
+ 'Вы позволяете приложению и веб-сайту делиться информацией о Вас.';
@override
String get open => 'Открыть';
@@ -2558,7 +2674,8 @@ class L10nRu extends L10n {
String get waitingForServer => 'Ожидание сервера...';
@override
- String get appIntroduction => 'Extera позволяет Вам присоединяться к другим мессенджерам. Узнайте больше на https://matrix.org или просто нажмите *Продолжить*.';
+ String get appIntroduction =>
+ 'Extera позволяет Вам присоединяться к другим мессенджерам. Узнайте больше на https://matrix.org или просто нажмите *Продолжить*.';
@override
String get newChatRequest => '📩 Запрос нового чата';
@@ -2573,7 +2690,8 @@ class L10nRu extends L10n {
String get roomNotificationSettings => 'Настройки уведомлений комнаты';
@override
- String get userSpecificNotificationSettings => 'Настроки уведомлений пользователя';
+ String get userSpecificNotificationSettings =>
+ 'Настроки уведомлений пользователя';
@override
String get otherNotificationSettings => 'Другие настройки уведомлений';
@@ -2582,121 +2700,142 @@ class L10nRu extends L10n {
String get notificationRuleContainsUserName => 'Содержит имя пользователя';
@override
- String get notificationRuleContainsUserNameDescription => 'Уведомляет пользователя когда сообщение содержит его имя пользователя.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Уведомляет пользователя когда сообщение содержит его имя пользователя.';
@override
String get notificationRuleMaster => 'Отключить все уведомления';
@override
- String get notificationRuleMasterDescription => 'Перекрывает все другие правила и отключает все уведомления.';
+ String get notificationRuleMasterDescription =>
+ 'Перекрывает все другие правила и отключает все уведомления.';
@override
- String get notificationRuleSuppressNotices => 'Отключить автоматические сообщения';
+ String get notificationRuleSuppressNotices =>
+ 'Отключить автоматические сообщения';
@override
- String get notificationRuleSuppressNoticesDescription => 'Отключить уведомления от ботов.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Отключить уведомления от ботов.';
@override
String get notificationRuleInviteForMe => 'Приглашение для меня';
@override
- String get notificationRuleInviteForMeDescription => 'Уведомляет о приглашениях.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Уведомляет о приглашениях.';
@override
String get notificationRuleMemberEvent => 'Изменение участника';
@override
- String get notificationRuleMemberEventDescription => 'Отключить уведомления об изменениях имён, аватаров.';
+ String get notificationRuleMemberEventDescription =>
+ 'Отключить уведомления об изменениях имён, аватаров.';
@override
String get notificationRuleIsUserMention => 'Упоминание пользователя';
@override
- String get notificationRuleIsUserMentionDescription => 'Отправлять уведомление, когда Вы @упомянуты.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Отправлять уведомление, когда Вы @упомянуты.';
@override
String get notificationRuleContainsDisplayName => 'Содержит отображаемое имя';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Отправлять уведомление, если сообщение содержит Ваше отображаемое имя.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Отправлять уведомление, если сообщение содержит Ваше отображаемое имя.';
@override
String get notificationRuleIsRoomMention => 'Упоминание комнаты';
@override
- String get notificationRuleIsRoomMentionDescription => 'Отправлять уведомление, когда в сообщении есть \'@room\'.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Отправлять уведомление, когда в сообщении есть \'@room\'.';
@override
String get notificationRuleRoomnotif => 'Упоминание комнаты';
@override
- String get notificationRuleRoomnotifDescription => 'Отправлять уведомление, когда в сообщении есть \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Отправлять уведомление, когда в сообщении есть \'@room\'.';
@override
String get notificationRuleTombstone => 'Завершение чата';
@override
- String get notificationRuleTombstoneDescription => 'Отправлять уведомление при завершении чата.';
+ String get notificationRuleTombstoneDescription =>
+ 'Отправлять уведомление при завершении чата.';
@override
String get notificationRuleReaction => 'Реакция';
@override
- String get notificationRuleReactionDescription => 'Отключить уведомления о реакциях.';
+ String get notificationRuleReactionDescription =>
+ 'Отключить уведомления о реакциях.';
@override
String get notificationRuleRoomServerAcl => 'Заглушить уведомления о ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Не отправлять уведомления при изменении ACL комнаты.';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Не отправлять уведомления при изменении ACL комнаты.';
@override
String get notificationRuleSuppressEdits => 'Заглушить изменения';
@override
- String get notificationRuleSuppressEditsDescription => 'Отключить уведомления об изменённых сообщениях.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Отключить уведомления об изменённых сообщениях.';
@override
String get notificationRuleCall => 'Звонок';
@override
- String get notificationRuleCallDescription => 'Отправлять уведомления о звонках.';
+ String get notificationRuleCallDescription =>
+ 'Отправлять уведомления о звонках.';
@override
String get notificationRuleEncryptedRoomOneToOne => 'Зашифрованные ЛС';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Отправлять уведомления из зашифрованных личных сообщений.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Отправлять уведомления из зашифрованных личных сообщений.';
@override
String get notificationRuleRoomOneToOne => 'Личные сообщения';
@override
- String get notificationRuleRoomOneToOneDescription => 'Отправлять уведомления из незашифрованных личных сообщений.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Отправлять уведомления из незашифрованных личных сообщений.';
@override
String get notificationRuleMessage => 'Сообщения';
@override
- String get notificationRuleMessageDescription => 'Отправлять уведомления из обычных чатов.';
+ String get notificationRuleMessageDescription =>
+ 'Отправлять уведомления из обычных чатов.';
@override
String get notificationRuleEncrypted => 'Зашифрованные сообщения';
@override
- String get notificationRuleEncryptedDescription => 'Отправлять уведомления из зашифрованных чатов.';
+ String get notificationRuleEncryptedDescription =>
+ 'Отправлять уведомления из зашифрованных чатов.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Отправлять уведомления о видеозвонках Jitsi.';
+ String get notificationRuleJitsiDescription =>
+ 'Отправлять уведомления о видеозвонках Jitsi.';
@override
String get notificationRuleServerAcl => 'Заглушить события ACL';
@override
- String get notificationRuleServerAclDescription => 'Не отправлять уведомления об изменениях ACL.';
+ String get notificationRuleServerAclDescription =>
+ 'Не отправлять уведомления об изменениях ACL.';
@override
String unknownPushRule(String rule) {
@@ -2704,7 +2843,8 @@ class L10nRu extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'Удаление правила push-уведомлений необратимо.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'Удаление правила push-уведомлений необратимо.';
@override
String get more => 'Больше';
@@ -2713,16 +2853,19 @@ class L10nRu extends L10n {
String get shareKeysWith => 'Делиться ключами...';
@override
- String get shareKeysWithDescription => 'Какие устройства доверены и смогут читать Ваши зашифрованные сообщения?';
+ String get shareKeysWithDescription =>
+ 'Какие устройства доверены и смогут читать Ваши зашифрованные сообщения?';
@override
String get allDevices => 'Со всеми устройствами';
@override
- String get crossVerifiedDevicesIfEnabled => 'С устройствами, заверенными перекрёстной подписью, если включено';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'С устройствами, заверенными перекрёстной подписью, если включено';
@override
- String get crossVerifiedDevices => 'С устройствами, заверенными перекрёстной подписью';
+ String get crossVerifiedDevices =>
+ 'С устройствами, заверенными перекрёстной подписью';
@override
String get verifiedDevicesOnly => 'Только с подтверждёнными устройствами';
@@ -2749,5 +2892,6 @@ class L10nRu extends L10n {
String get youHaveKnocked => 'Вы отправили запрос на вступление';
@override
- String get pleaseWaitUntilInvited => 'Пожалуйста, подождите когда администраторы примут Ваш запрос.';
+ String get pleaseWaitUntilInvited =>
+ 'Пожалуйста, подождите когда администраторы примут Ваш запрос.';
}
diff --git a/lib/generated/l10n/l10n_sk.dart b/lib/generated/l10n/l10n_sk.dart
index cb88a20..b39712d 100644
--- a/lib/generated/l10n/l10n_sk.dart
+++ b/lib/generated/l10n/l10n_sk.dart
@@ -15,7 +15,8 @@ class L10nSk extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nSk extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nSk extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Zopakujte heslo';
@@ -122,7 +126,8 @@ class L10nSk extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nSk extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Odstrániť';
@@ -188,7 +194,8 @@ class L10nSk extends L10n {
String get addEmail => 'Pridať email';
@override
- String get confirmMatrixId => 'Please confirm your Matrix ID in order to delete your account.';
+ String get confirmMatrixId =>
+ 'Please confirm your Matrix ID in order to delete your account.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nSk extends L10n {
String get allChats => 'Všetky chaty';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Send some googly eyes';
@@ -252,7 +260,8 @@ class L10nSk extends L10n {
String get appLock => 'Uzamknutie aplikácie';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Archivovať';
@@ -267,7 +276,8 @@ class L10nSk extends L10n {
String get areYouSureYouWantToLogout => 'Ste si istí, že sa chcete odhlásiť?';
@override
- String get askSSSSSign => 'Na overenie tejto osoby, prosím zadajte prístupovu frázu k \"bezpečému úložisku\" alebo \"klúč na obnovu\".';
+ String get askSSSSSign =>
+ 'Na overenie tejto osoby, prosím zadajte prístupovu frázu k \"bezpečému úložisku\" alebo \"klúč na obnovu\".';
@override
String askVerificationRequest(String username) {
@@ -275,10 +285,12 @@ class L10nSk extends L10n {
}
@override
- String get autoplayImages => 'Automatically play animated stickers and emotes';
+ String get autoplayImages =>
+ 'Automatically play animated stickers and emotes';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Server podporuje tieto typy prihlásenia:\n$serverVersions\nAle táto aplikácia podporuje iba:\n$supportedVersions';
}
@@ -292,7 +304,8 @@ class L10nSk extends L10n {
String get sendOnEnter => 'Odoslať pri vstupe';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Domovský server podporuje verzie špecifikácie:\n$serverVersions\nAle táto aplikácie podporuje iba $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nSk extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -442,13 +456,15 @@ class L10nSk extends L10n {
String get chat => 'Chat';
@override
- String get yourChatBackupHasBeenSetUp => 'Záloha vašich chatov bola nastavená.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Záloha vašich chatov bola nastavená.';
@override
String get chatBackup => 'Záloha chatov';
@override
- String get chatBackupDescription => 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
+ String get chatBackupDescription =>
+ 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
@override
String get chatDetails => 'Podrobnosti o chate';
@@ -469,7 +485,8 @@ class L10nSk extends L10n {
String get close => 'Zavrieť';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +498,15 @@ class L10nSk extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Send HTML-formatted text';
@@ -508,13 +527,15 @@ class L10nSk extends L10n {
String get commandHint_me => 'Describe yourself';
@override
- String get commandHint_myroomavatar => 'Set your picture for this room (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Set your picture for this room (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Set your display name for this room';
@override
- String get commandHint_op => 'Set the given user\'s power level (default: 50)';
+ String get commandHint_op =>
+ 'Set the given user\'s power level (default: 50)';
@override
String get commandHint_plain => 'Send unformatted text';
@@ -537,10 +558,12 @@ class L10nSk extends L10n {
}
@override
- String get compareEmojiMatch => 'Porovnajte a uistite sa, že nasledujúce emotikony sa zhodujú na oboch zariadeniach:';
+ String get compareEmojiMatch =>
+ 'Porovnajte a uistite sa, že nasledujúce emotikony sa zhodujú na oboch zariadeniach:';
@override
- String get compareNumbersMatch => 'Porovnajte a uistite sa, že nasledujúce čísla sa zhodujú na oboch zariadeniach:';
+ String get compareNumbersMatch =>
+ 'Porovnajte a uistite sa, že nasledujúce čísla sa zhodujú na oboch zariadeniach:';
@override
String get configureChat => 'Configure chat';
@@ -552,7 +575,8 @@ class L10nSk extends L10n {
String get connect => 'Pripojiť';
@override
- String get contactHasBeenInvitedToTheGroup => 'Kontakt bol pozvaný do skupiny';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Kontakt bol pozvaný do skupiny';
@override
String get containsDisplayName => 'Contains display name';
@@ -561,7 +585,8 @@ class L10nSk extends L10n {
String get containsUserName => 'Contains username';
@override
- String get contentHasBeenReported => 'The content has been reported to the server admins';
+ String get contentHasBeenReported =>
+ 'The content has been reported to the server admins';
@override
String get copiedToClipboard => 'Skopírované do schránky';
@@ -618,7 +643,8 @@ class L10nSk extends L10n {
}
@override
- String get deactivateAccountWarning => 'This will deactivate your user account. This can not be undone! Are you sure?';
+ String get deactivateAccountWarning =>
+ 'This will deactivate your user account. This can not be undone! Are you sure?';
@override
String get defaultPermissionLevel => 'Default permission level for new users';
@@ -684,7 +710,8 @@ class L10nSk extends L10n {
String get emoteInvalid => 'Nesprávné označenie emotikonu!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Emote packs for room';
@@ -699,7 +726,8 @@ class L10nSk extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,7 +736,8 @@ class L10nSk extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Kód emotikonu';
@@ -726,7 +755,8 @@ class L10nSk extends L10n {
String get enableEncryption => 'Enable encryption';
@override
- String get enableEncryptionWarning => 'Šifrovanie už nebude možné vypnúť. Ste si tým istí?';
+ String get enableEncryptionWarning =>
+ 'Šifrovanie už nebude možné vypnúť. Ste si tým istí?';
@override
String get encrypted => 'Encrypted';
@@ -824,10 +854,12 @@ class L10nSk extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'How offensive is this content?';
@@ -845,7 +877,8 @@ class L10nSk extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -854,7 +887,8 @@ class L10nSk extends L10n {
String get iHaveClickedOnLink => 'I have clicked on the link';
@override
- String get incorrectPassphraseOrKey => 'Nesprávna prístupová fráza alebo kľúč na obnovenie';
+ String get incorrectPassphraseOrKey =>
+ 'Nesprávna prístupová fráza alebo kľúč na obnovenie';
@override
String get inoffensive => 'Inoffensive';
@@ -885,10 +919,12 @@ class L10nSk extends L10n {
String get invited => 'Pozvanie';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +992,22 @@ class L10nSk extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1019,12 @@ class L10nSk extends L10n {
String get loadMore => 'Načítať viac…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Prihlásiť sa';
@@ -1015,7 +1056,8 @@ class L10nSk extends L10n {
String get muteChat => 'Stlmiť chat';
@override
- String get needPantalaimonWarning => 'Prosím berte na vedomie, že na koncové šifrovanie zatiaľ potrebujete Pantalaimon.';
+ String get needPantalaimonWarning =>
+ 'Prosím berte na vedomie, že na koncové šifrovanie zatiaľ potrebujete Pantalaimon.';
@override
String get newChat => 'New chat';
@@ -1039,10 +1081,12 @@ class L10nSk extends L10n {
String get noEmotesFound => 'Nenašli sa žiadne emotikony. 😕';
@override
- String get noEncryptionForPublicRooms => 'You can only activate encryption as soon as the room is no longer publicly accessible.';
+ String get noEncryptionForPublicRooms =>
+ 'You can only activate encryption as soon as the room is no longer publicly accessible.';
@override
- String get noGoogleServicesWarning => 'Zdá sa, že nemáte žiadne služby Googlu v telefóne. To je dobré rozhodnutie pre vaše súkromie! Ak chcete dostávať push notifikácie vo FluffyChat, odporúčame používať microG: https://microg.org/.';
+ String get noGoogleServicesWarning =>
+ 'Zdá sa, že nemáte žiadne služby Googlu v telefóne. To je dobré rozhodnutie pre vaše súkromie! Ak chcete dostávať push notifikácie vo FluffyChat, odporúčame používať microG: https://microg.org/.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1103,8 @@ class L10nSk extends L10n {
String get none => 'Žiadne';
@override
- String get noPasswordRecoveryDescription => 'You have not added a way to recover your password yet.';
+ String get noPasswordRecoveryDescription =>
+ 'You have not added a way to recover your password yet.';
@override
String get noPermission => 'Chýba povolenie';
@@ -1071,7 +1116,8 @@ class L10nSk extends L10n {
String get notifications => 'Notifications';
@override
- String get notificationsEnabledForThisAccount => 'Notifications enabled for this account';
+ String get notificationsEnabledForThisAccount =>
+ 'Notifications enabled for this account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1143,8 @@ class L10nSk extends L10n {
String get onlineKeyBackupEnabled => 'Online záloha kľúčov je zapnutá';
@override
- String get oopsPushError => 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
+ String get oopsPushError =>
+ 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
@override
String get oopsSomethingWentWrong => 'Och! Niečo sa pokazilo…';
@@ -1130,7 +1177,8 @@ class L10nSk extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1187,8 @@ class L10nSk extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'Or';
@@ -1163,10 +1212,12 @@ class L10nSk extends L10n {
String get passwordHasBeenChanged => 'Password has been changed';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1252,12 @@ class L10nSk extends L10n {
String get pleaseChooseAPasscode => 'Please choose a pass code';
@override
- String get pleaseClickOnLink => 'Please click on the link in the email and then proceed.';
+ String get pleaseClickOnLink =>
+ 'Please click on the link in the email and then proceed.';
@override
- String get pleaseEnter4Digits => 'Please enter 4 digits or leave empty to disable app lock.';
+ String get pleaseEnter4Digits =>
+ 'Please enter 4 digits or leave empty to disable app lock.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1272,8 @@ class L10nSk extends L10n {
String get pleaseEnterYourUsername => 'Zadajte svoje používateľské meno';
@override
- String get pleaseFollowInstructionsOnWeb => 'Please follow the instructions on the website and tap on next.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Please follow the instructions on the website and tap on next.';
@override
String get privacy => 'Privacy';
@@ -1304,7 +1358,8 @@ class L10nSk extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1368,12 @@ class L10nSk extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Vyžiadať si povolenie';
@@ -1460,7 +1517,8 @@ class L10nSk extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1530,7 +1588,8 @@ class L10nSk extends L10n {
String get toggleUnread => 'Mark Read/Unread';
@override
- String get tooManyRequestsWarning => 'Too many requests. Please try again later!';
+ String get tooManyRequestsWarning =>
+ 'Too many requests. Please try again later!';
@override
String get transferFromAnotherDevice => 'Transfer from another device';
@@ -1638,13 +1697,15 @@ class L10nSk extends L10n {
String get voiceMessage => 'Hlasová správa';
@override
- String get waitingPartnerAcceptRequest => 'Čaká sa, kým partner prijme požiadavku…';
+ String get waitingPartnerAcceptRequest =>
+ 'Čaká sa, kým partner prijme požiadavku…';
@override
String get waitingPartnerEmoji => 'Čaká sa, kým partner prijme emotikon…';
@override
- String get waitingPartnerNumbers => 'Čaká sa na to, kým partner prijme čísla…';
+ String get waitingPartnerNumbers =>
+ 'Čaká sa na to, kým partner prijme čísla…';
@override
String get wallpaper => 'Pozadie';
@@ -1665,10 +1726,12 @@ class L10nSk extends L10n {
String get whyDoYouWantToReportThis => 'Why do you want to report this?';
@override
- String get wipeChatBackup => 'Wipe your chat backup to create a new recovery key?';
+ String get wipeChatBackup =>
+ 'Wipe your chat backup to create a new recovery key?';
@override
- String get withTheseAddressesRecoveryDescription => 'With these addresses you can recover your password.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'With these addresses you can recover your password.';
@override
String get writeAMessage => 'Napísať správu…';
@@ -1680,10 +1743,12 @@ class L10nSk extends L10n {
String get you => 'Vy';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Už sa nezúčastňujete tohto chatu';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Už sa nezúčastňujete tohto chatu';
@override
- String get youHaveBeenBannedFromThisChat => 'Máte zablokovaný prístup k tomuto chatu';
+ String get youHaveBeenBannedFromThisChat =>
+ 'Máte zablokovaný prístup k tomuto chatu';
@override
String get yourPublicKey => 'Your public key';
@@ -1713,7 +1778,8 @@ class L10nSk extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1744,7 +1810,8 @@ class L10nSk extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1759,10 +1826,12 @@ class L10nSk extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1774,7 +1843,8 @@ class L10nSk extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1885,7 +1955,8 @@ class L10nSk extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1897,10 +1968,12 @@ class L10nSk extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1923,7 +1996,8 @@ class L10nSk extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1938,22 +2012,26 @@ class L10nSk extends L10n {
String get callingAccount => 'Calling account';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'New group';
@@ -1990,13 +2068,15 @@ class L10nSk extends L10n {
}
@override
- String get newSpaceDescription => 'Spaces allows you to consolidate your chats and build private or public communities.';
+ String get newSpaceDescription =>
+ 'Spaces allows you to consolidate your chats and build private or public communities.';
@override
String get encryptThisChat => 'Encrypt this chat';
@override
- String get disableEncryptionWarning => 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
+ String get disableEncryptionWarning =>
+ 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
@override
String get sorryThatsNotPossible => 'Sorry... that is not possible';
@@ -2008,7 +2088,8 @@ class L10nSk extends L10n {
String get reopenChat => 'Reopen chat';
@override
- String get noBackupWarning => 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
+ String get noBackupWarning =>
+ 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
@override
String get noOtherDevicesFound => 'No other devices found';
@@ -2036,7 +2117,8 @@ class L10nSk extends L10n {
String get openLinkInBrowser => 'Open link in browser';
@override
- String get reportErrorDescription => '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
+ String get reportErrorDescription =>
+ '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
@override
String get report => 'Report';
@@ -2045,7 +2127,8 @@ class L10nSk extends L10n {
String get signInWithPassword => 'Sign in with password';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Please try again later or choose a different server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Please try again later or choose a different server.';
@override
String signInWith(String provider) {
@@ -2053,7 +2136,8 @@ class L10nSk extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2082,19 +2166,24 @@ class L10nSk extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2107,13 +2196,16 @@ class L10nSk extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2150,7 +2242,8 @@ class L10nSk extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2174,7 +2267,8 @@ class L10nSk extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2264,28 +2358,33 @@ class L10nSk extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2344,7 +2443,8 @@ class L10nSk extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2400,19 +2500,23 @@ class L10nSk extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2435,10 +2539,12 @@ class L10nSk extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2466,16 +2572,19 @@ class L10nSk extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2490,7 +2599,8 @@ class L10nSk extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2535,13 +2645,15 @@ class L10nSk extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2549,7 +2661,8 @@ class L10nSk extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2558,7 +2671,8 @@ class L10nSk extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2573,7 +2687,8 @@ class L10nSk extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2582,121 +2697,142 @@ class L10nSk extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2704,7 +2840,8 @@ class L10nSk extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2713,13 +2850,15 @@ class L10nSk extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2749,5 +2888,6 @@ class L10nSk extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_sl.dart b/lib/generated/l10n/l10n_sl.dart
index 962e9c9..566fbeb 100644
--- a/lib/generated/l10n/l10n_sl.dart
+++ b/lib/generated/l10n/l10n_sl.dart
@@ -15,7 +15,8 @@ class L10nSl extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nSl extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nSl extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Ponovite geslo';
@@ -122,7 +126,8 @@ class L10nSl extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nSl extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Remove';
@@ -188,7 +194,8 @@ class L10nSl extends L10n {
String get addEmail => 'Dodajte e-pošto';
@override
- String get confirmMatrixId => 'Please confirm your Matrix ID in order to delete your account.';
+ String get confirmMatrixId =>
+ 'Please confirm your Matrix ID in order to delete your account.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nSl extends L10n {
String get allChats => 'Vsi klepeti';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Send some googly eyes';
@@ -252,22 +260,26 @@ class L10nSl extends L10n {
String get appLock => 'Zaklepanje aplikacije';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Arhiv';
@override
- String get areGuestsAllowedToJoin => 'Ali se lahko gostujoči uporabniki pridružijo';
+ String get areGuestsAllowedToJoin =>
+ 'Ali se lahko gostujoči uporabniki pridružijo';
@override
String get areYouSure => 'Ali si prepričan?';
@override
- String get areYouSureYouWantToLogout => 'Ali ste prepričani, da se želite odjaviti?';
+ String get areYouSureYouWantToLogout =>
+ 'Ali ste prepričani, da se želite odjaviti?';
@override
- String get askSSSSSign => 'Če želite podpisati drugo osebo, vnesite geslo za varno trgovino ali obnovitveni ključ.';
+ String get askSSSSSign =>
+ 'Če želite podpisati drugo osebo, vnesite geslo za varno trgovino ali obnovitveni ključ.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +287,12 @@ class L10nSl extends L10n {
}
@override
- String get autoplayImages => 'Samodejno predvajajte animirane nalepke in čustva';
+ String get autoplayImages =>
+ 'Samodejno predvajajte animirane nalepke in čustva';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Domači strežnik podpira vrste prijave:\n$serverVersions\nToda ta aplikacija podpira samo:\n$supportedVersions';
}
@@ -292,7 +306,8 @@ class L10nSl extends L10n {
String get sendOnEnter => 'Pošlji ob vstopu';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Domači strežnik podpira različice Spec:\n$serverVersions\nToda ta aplikacija podpira samo $supportedVersions';
}
@@ -305,7 +320,8 @@ class L10nSl extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -442,13 +458,15 @@ class L10nSl extends L10n {
String get chat => 'Klepet';
@override
- String get yourChatBackupHasBeenSetUp => 'Varnostna kopija klepeta je nastavljena.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Varnostna kopija klepeta je nastavljena.';
@override
String get chatBackup => 'Varnostno kopiranje klepeta';
@override
- String get chatBackupDescription => 'Varnostna kopija klepeta je zavarovana z varnostnim ključem. Prosimo, pazite, da ga ne izgubite.';
+ String get chatBackupDescription =>
+ 'Varnostna kopija klepeta je zavarovana z varnostnim ključem. Prosimo, pazite, da ga ne izgubite.';
@override
String get chatDetails => 'Podrobnosti klepeta';
@@ -469,7 +487,8 @@ class L10nSl extends L10n {
String get close => 'Zapri';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +500,15 @@ class L10nSl extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Pošljite besedilo v obliki HTML';
@@ -514,7 +535,8 @@ class L10nSl extends L10n {
String get commandHint_myroomnick => 'Nastavite prikazno ime za to sobo';
@override
- String get commandHint_op => 'Nastavite raven moči danega uporabnika (privzeto: 50)';
+ String get commandHint_op =>
+ 'Nastavite raven moči danega uporabnika (privzeto: 50)';
@override
String get commandHint_plain => 'Pošlji neformatirano besedilo';
@@ -526,7 +548,8 @@ class L10nSl extends L10n {
String get commandHint_send => 'Pošlji besedilo';
@override
- String get commandHint_unban => 'Prekliči izključitev določenega uporabnika iz te sobe';
+ String get commandHint_unban =>
+ 'Prekliči izključitev določenega uporabnika iz te sobe';
@override
String get commandInvalid => 'Ukaz ni veljaven';
@@ -537,10 +560,12 @@ class L10nSl extends L10n {
}
@override
- String get compareEmojiMatch => 'Primerjajte in se prepričajte, da se naslednji emoji ujemajo s tistimi iz druge naprave:';
+ String get compareEmojiMatch =>
+ 'Primerjajte in se prepričajte, da se naslednji emoji ujemajo s tistimi iz druge naprave:';
@override
- String get compareNumbersMatch => 'Primerjajte in se prepričajte, da se naslednje številke ujemajo s številkami druge naprave:';
+ String get compareNumbersMatch =>
+ 'Primerjajte in se prepričajte, da se naslednje številke ujemajo s številkami druge naprave:';
@override
String get configureChat => 'Konfigurirajte klepet';
@@ -552,7 +577,8 @@ class L10nSl extends L10n {
String get connect => 'Povežite se';
@override
- String get contactHasBeenInvitedToTheGroup => 'Kontakt je bil povabljen v skupino';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Kontakt je bil povabljen v skupino';
@override
String get containsDisplayName => 'Vsebuje prikazno ime';
@@ -561,7 +587,8 @@ class L10nSl extends L10n {
String get containsUserName => 'Vsebuje uporabniško ime';
@override
- String get contentHasBeenReported => 'Vsebina je bila prijavljena skrbnikom strežnika';
+ String get contentHasBeenReported =>
+ 'Vsebina je bila prijavljena skrbnikom strežnika';
@override
String get copiedToClipboard => 'Kopirano v odložišče';
@@ -618,7 +645,8 @@ class L10nSl extends L10n {
}
@override
- String get deactivateAccountWarning => 'S tem boste deaktivirali vaš uporabniški račun. Tega ni mogoče razveljaviti! Ali si prepričan?';
+ String get deactivateAccountWarning =>
+ 'S tem boste deaktivirali vaš uporabniški račun. Tega ni mogoče razveljaviti! Ali si prepričan?';
@override
String get defaultPermissionLevel => 'Privzeta raven dovoljenja';
@@ -684,7 +712,8 @@ class L10nSl extends L10n {
String get emoteInvalid => 'Invalid emote shortcode!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Emote packs for room';
@@ -699,7 +728,8 @@ class L10nSl extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +738,15 @@ class L10nSl extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Emote shortcode';
@override
- String get emoteWarnNeedToPick => 'You need to pick an emote shortcode and an image!';
+ String get emoteWarnNeedToPick =>
+ 'You need to pick an emote shortcode and an image!';
@override
String get emptyChat => 'Empty chat';
@@ -726,7 +758,8 @@ class L10nSl extends L10n {
String get enableEncryption => 'Enable encryption';
@override
- String get enableEncryptionWarning => 'You won\'t be able to disable the encryption anymore. Are you sure?';
+ String get enableEncryptionWarning =>
+ 'You won\'t be able to disable the encryption anymore. Are you sure?';
@override
String get encrypted => 'Encrypted';
@@ -824,10 +857,12 @@ class L10nSl extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'How offensive is this content?';
@@ -845,7 +880,8 @@ class L10nSl extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -885,10 +921,12 @@ class L10nSl extends L10n {
String get invited => 'Invited';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +994,22 @@ class L10nSl extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1021,12 @@ class L10nSl extends L10n {
String get loadMore => 'Load more…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Login';
@@ -1015,7 +1058,8 @@ class L10nSl extends L10n {
String get muteChat => 'Mute chat';
@override
- String get needPantalaimonWarning => 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
+ String get needPantalaimonWarning =>
+ 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
@override
String get newChat => 'New chat';
@@ -1039,10 +1083,12 @@ class L10nSl extends L10n {
String get noEmotesFound => 'No emotes found. 😕';
@override
- String get noEncryptionForPublicRooms => 'You can only activate encryption as soon as the room is no longer publicly accessible.';
+ String get noEncryptionForPublicRooms =>
+ 'You can only activate encryption as soon as the room is no longer publicly accessible.';
@override
- String get noGoogleServicesWarning => 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1105,8 @@ class L10nSl extends L10n {
String get none => 'None';
@override
- String get noPasswordRecoveryDescription => 'You have not added a way to recover your password yet.';
+ String get noPasswordRecoveryDescription =>
+ 'You have not added a way to recover your password yet.';
@override
String get noPermission => 'No permission';
@@ -1071,7 +1118,8 @@ class L10nSl extends L10n {
String get notifications => 'Notifications';
@override
- String get notificationsEnabledForThisAccount => 'Notifications enabled for this account';
+ String get notificationsEnabledForThisAccount =>
+ 'Notifications enabled for this account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1145,8 @@ class L10nSl extends L10n {
String get onlineKeyBackupEnabled => 'Online Key Backup is enabled';
@override
- String get oopsPushError => 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
+ String get oopsPushError =>
+ 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
@override
String get oopsSomethingWentWrong => 'Oops, something went wrong…';
@@ -1130,7 +1179,8 @@ class L10nSl extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1189,8 @@ class L10nSl extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'Or';
@@ -1163,10 +1214,12 @@ class L10nSl extends L10n {
String get passwordHasBeenChanged => 'Password has been changed';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1254,12 @@ class L10nSl extends L10n {
String get pleaseChooseAPasscode => 'Please choose a pass code';
@override
- String get pleaseClickOnLink => 'Please click on the link in the email and then proceed.';
+ String get pleaseClickOnLink =>
+ 'Please click on the link in the email and then proceed.';
@override
- String get pleaseEnter4Digits => 'Please enter 4 digits or leave empty to disable app lock.';
+ String get pleaseEnter4Digits =>
+ 'Please enter 4 digits or leave empty to disable app lock.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1274,8 @@ class L10nSl extends L10n {
String get pleaseEnterYourUsername => 'Please enter your username';
@override
- String get pleaseFollowInstructionsOnWeb => 'Please follow the instructions on the website and tap on next.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Please follow the instructions on the website and tap on next.';
@override
String get privacy => 'Privacy';
@@ -1304,7 +1360,8 @@ class L10nSl extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1370,12 @@ class L10nSl extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Request permission';
@@ -1460,7 +1519,8 @@ class L10nSl extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1530,7 +1590,8 @@ class L10nSl extends L10n {
String get toggleUnread => 'Mark Read/Unread';
@override
- String get tooManyRequestsWarning => 'Too many requests. Please try again later!';
+ String get tooManyRequestsWarning =>
+ 'Too many requests. Please try again later!';
@override
String get transferFromAnotherDevice => 'Transfer from another device';
@@ -1639,13 +1700,15 @@ class L10nSl extends L10n {
String get voiceMessage => 'Voice message';
@override
- String get waitingPartnerAcceptRequest => 'Waiting for partner to accept the request…';
+ String get waitingPartnerAcceptRequest =>
+ 'Waiting for partner to accept the request…';
@override
String get waitingPartnerEmoji => 'Waiting for partner to accept the emoji…';
@override
- String get waitingPartnerNumbers => 'Waiting for partner to accept the numbers…';
+ String get waitingPartnerNumbers =>
+ 'Waiting for partner to accept the numbers…';
@override
String get wallpaper => 'Wallpaper:';
@@ -1666,10 +1729,12 @@ class L10nSl extends L10n {
String get whyDoYouWantToReportThis => 'Why do you want to report this?';
@override
- String get wipeChatBackup => 'Wipe your chat backup to create a new recovery key?';
+ String get wipeChatBackup =>
+ 'Wipe your chat backup to create a new recovery key?';
@override
- String get withTheseAddressesRecoveryDescription => 'With these addresses you can recover your password.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'With these addresses you can recover your password.';
@override
String get writeAMessage => 'Write a message…';
@@ -1681,10 +1746,12 @@ class L10nSl extends L10n {
String get you => 'You';
@override
- String get youAreNoLongerParticipatingInThisChat => 'You are no longer participating in this chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'You are no longer participating in this chat';
@override
- String get youHaveBeenBannedFromThisChat => 'You have been banned from this chat';
+ String get youHaveBeenBannedFromThisChat =>
+ 'You have been banned from this chat';
@override
String get yourPublicKey => 'Your public key';
@@ -1714,7 +1781,8 @@ class L10nSl extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1745,7 +1813,8 @@ class L10nSl extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1760,10 +1829,12 @@ class L10nSl extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1775,7 +1846,8 @@ class L10nSl extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1958,8 @@ class L10nSl extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,10 +1971,12 @@ class L10nSl extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1924,7 +1999,8 @@ class L10nSl extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1939,22 +2015,26 @@ class L10nSl extends L10n {
String get callingAccount => 'Calling account';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'New group';
@@ -1991,13 +2071,15 @@ class L10nSl extends L10n {
}
@override
- String get newSpaceDescription => 'Spaces allows you to consolidate your chats and build private or public communities.';
+ String get newSpaceDescription =>
+ 'Spaces allows you to consolidate your chats and build private or public communities.';
@override
String get encryptThisChat => 'Encrypt this chat';
@override
- String get disableEncryptionWarning => 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
+ String get disableEncryptionWarning =>
+ 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
@override
String get sorryThatsNotPossible => 'Sorry... that is not possible';
@@ -2009,7 +2091,8 @@ class L10nSl extends L10n {
String get reopenChat => 'Reopen chat';
@override
- String get noBackupWarning => 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
+ String get noBackupWarning =>
+ 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
@override
String get noOtherDevicesFound => 'No other devices found';
@@ -2037,7 +2120,8 @@ class L10nSl extends L10n {
String get openLinkInBrowser => 'Open link in browser';
@override
- String get reportErrorDescription => '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
+ String get reportErrorDescription =>
+ '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
@override
String get report => 'Report';
@@ -2046,7 +2130,8 @@ class L10nSl extends L10n {
String get signInWithPassword => 'Sign in with password';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Please try again later or choose a different server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Please try again later or choose a different server.';
@override
String signInWith(String provider) {
@@ -2054,7 +2139,8 @@ class L10nSl extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2083,19 +2169,24 @@ class L10nSl extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2199,16 @@ class L10nSl extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2151,7 +2245,8 @@ class L10nSl extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2175,7 +2270,8 @@ class L10nSl extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2265,28 +2361,33 @@ class L10nSl extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2446,8 @@ class L10nSl extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2503,23 @@ class L10nSl extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2542,12 @@ class L10nSl extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2575,19 @@ class L10nSl extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2602,8 @@ class L10nSl extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2648,15 @@ class L10nSl extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2664,8 @@ class L10nSl extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2674,8 @@ class L10nSl extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2690,8 @@ class L10nSl extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2700,142 @@ class L10nSl extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2843,8 @@ class L10nSl extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2853,15 @@ class L10nSl extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2891,6 @@ class L10nSl extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_sr.dart b/lib/generated/l10n/l10n_sr.dart
index cc0c671..248ee29 100644
--- a/lib/generated/l10n/l10n_sr.dart
+++ b/lib/generated/l10n/l10n_sr.dart
@@ -15,7 +15,8 @@ class L10nSr extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nSr extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nSr extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Repeat password';
@@ -122,7 +126,8 @@ class L10nSr extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nSr extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Уклони';
@@ -188,7 +194,8 @@ class L10nSr extends L10n {
String get addEmail => 'Додај е-адресу';
@override
- String get confirmMatrixId => 'Please confirm your Matrix ID in order to delete your account.';
+ String get confirmMatrixId =>
+ 'Please confirm your Matrix ID in order to delete your account.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nSr extends L10n {
String get allChats => 'All chats';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Send some googly eyes';
@@ -252,7 +260,8 @@ class L10nSr extends L10n {
String get appLock => 'Закључавање апликације';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Архива';
@@ -267,7 +276,8 @@ class L10nSr extends L10n {
String get areYouSureYouWantToLogout => 'Заиста желите да се одјавите?';
@override
- String get askSSSSSign => 'Да бисте могли да пријавите другу особу, унесите своју безбедносну фразу или кључ опоравка.';
+ String get askSSSSSign =>
+ 'Да бисте могли да пријавите другу особу, унесите своју безбедносну фразу или кључ опоравка.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +285,12 @@ class L10nSr extends L10n {
}
@override
- String get autoplayImages => 'Automatically play animated stickers and emotes';
+ String get autoplayImages =>
+ 'Automatically play animated stickers and emotes';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Домаћи сервер подржава начине пријаве:\n$serverVersions\nали ова апликација подржава само:\n$supportedVersions';
}
@@ -292,7 +304,8 @@ class L10nSr extends L10n {
String get sendOnEnter => 'Send on enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Домаћи сервер подржава верзије:\n$serverVersions\nали ова апликација подржава само $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nSr extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -448,7 +462,8 @@ class L10nSr extends L10n {
String get chatBackup => 'Копија ћаскања';
@override
- String get chatBackupDescription => 'Ваша резервна копија ћаскања је обезбеђена кључем. Немојте да га изгубите.';
+ String get chatBackupDescription =>
+ 'Ваша резервна копија ћаскања је обезбеђена кључем. Немојте да га изгубите.';
@override
String get chatDetails => 'Детаљи ћаскања';
@@ -469,7 +484,8 @@ class L10nSr extends L10n {
String get close => 'Затвори';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +497,15 @@ class L10nSr extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Шаљи ХТМЛ обликован текст';
@@ -508,13 +526,15 @@ class L10nSr extends L10n {
String get commandHint_me => 'Опишите себе';
@override
- String get commandHint_myroomavatar => 'Set your picture for this room (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Set your picture for this room (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Поставља ваш надимак за ову собу';
@override
- String get commandHint_op => 'Подеси ниво задатог корисника (подразумевано: 50)';
+ String get commandHint_op =>
+ 'Подеси ниво задатог корисника (подразумевано: 50)';
@override
String get commandHint_plain => 'Шаљи неформатиран текст';
@@ -537,10 +557,12 @@ class L10nSr extends L10n {
}
@override
- String get compareEmojiMatch => 'Упоредите и проверите да су емоџији идентични као на другом уређају:';
+ String get compareEmojiMatch =>
+ 'Упоредите и проверите да су емоџији идентични као на другом уређају:';
@override
- String get compareNumbersMatch => 'Упоредите и проверите да су следећи бројеви идентични као на другом уређају:';
+ String get compareNumbersMatch =>
+ 'Упоредите и проверите да су следећи бројеви идентични као на другом уређају:';
@override
String get configureChat => 'Подешавање ћаскања';
@@ -561,7 +583,8 @@ class L10nSr extends L10n {
String get containsUserName => 'Садржи корисничко име';
@override
- String get contentHasBeenReported => 'Садржај је пријављен администраторима сервера';
+ String get contentHasBeenReported =>
+ 'Садржај је пријављен администраторима сервера';
@override
String get copiedToClipboard => 'Копирано у клипборд';
@@ -618,7 +641,8 @@ class L10nSr extends L10n {
}
@override
- String get deactivateAccountWarning => 'Ово ће деактивирати ваш кориснички налог. Не може се повратити! Сигурни сте?';
+ String get deactivateAccountWarning =>
+ 'Ово ће деактивирати ваш кориснички налог. Не може се повратити! Сигурни сте?';
@override
String get defaultPermissionLevel => 'Подразумевани ниво приступа';
@@ -684,7 +708,8 @@ class L10nSr extends L10n {
String get emoteInvalid => 'Неисправна скраћеница за емоти!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Пакети емотија за собу';
@@ -699,7 +724,8 @@ class L10nSr extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +734,15 @@ class L10nSr extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'скраћеница';
@override
- String get emoteWarnNeedToPick => 'Морате да изаберете скраћеницу и слику за емоти!';
+ String get emoteWarnNeedToPick =>
+ 'Морате да изаберете скраћеницу и слику за емоти!';
@override
String get emptyChat => 'празно ћаскање';
@@ -726,7 +754,8 @@ class L10nSr extends L10n {
String get enableEncryption => 'Укључује шифровање';
@override
- String get enableEncryptionWarning => 'Шифровање више нећете моћи да искључите. Сигурни сте?';
+ String get enableEncryptionWarning =>
+ 'Шифровање више нећете моћи да искључите. Сигурни сте?';
@override
String get encrypted => 'Шифровано';
@@ -824,10 +853,12 @@ class L10nSr extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'Колико је увредљив овај садржај?';
@@ -845,7 +876,8 @@ class L10nSr extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -885,10 +917,12 @@ class L10nSr extends L10n {
String get invited => 'Позван';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +990,22 @@ class L10nSr extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1017,12 @@ class L10nSr extends L10n {
String get loadMore => 'Учитај још…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Пријава';
@@ -1015,7 +1054,8 @@ class L10nSr extends L10n {
String get muteChat => 'Ућуткај ћаскање';
@override
- String get needPantalaimonWarning => 'За сада, потребан је Пантелејмон (Pantalaimon) да бисте користили шифровање с краја на крај.';
+ String get needPantalaimonWarning =>
+ 'За сада, потребан је Пантелејмон (Pantalaimon) да бисте користили шифровање с краја на крај.';
@override
String get newChat => 'Ново ћаскање';
@@ -1039,10 +1079,12 @@ class L10nSr extends L10n {
String get noEmotesFound => 'Нема емотија. 😕';
@override
- String get noEncryptionForPublicRooms => 'Шифровање се може активирати након што соба престане да буде јавно доступна.';
+ String get noEncryptionForPublicRooms =>
+ 'Шифровање се може активирати након што соба престане да буде јавно доступна.';
@override
- String get noGoogleServicesWarning => 'Чини се да немате Гугл услуге на телефону. То је добра одлука за вашу приватност! Да би се протурале нотификације у FluffyChat, препоручујемо коришћење https://microg.org/ или https://unifiedpush.org/';
+ String get noGoogleServicesWarning =>
+ 'Чини се да немате Гугл услуге на телефону. То је добра одлука за вашу приватност! Да би се протурале нотификације у FluffyChat, препоручујемо коришћење https://microg.org/ или https://unifiedpush.org/';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1101,8 @@ class L10nSr extends L10n {
String get none => 'Ништа';
@override
- String get noPasswordRecoveryDescription => 'Још нисте одредили начин за опоравак лозинке.';
+ String get noPasswordRecoveryDescription =>
+ 'Још нисте одредили начин за опоравак лозинке.';
@override
String get noPermission => 'Нема дозвола';
@@ -1071,7 +1114,8 @@ class L10nSr extends L10n {
String get notifications => 'Обавештења';
@override
- String get notificationsEnabledForThisAccount => 'Обавештења укључена за овај налог';
+ String get notificationsEnabledForThisAccount =>
+ 'Обавештења укључена за овај налог';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1141,8 @@ class L10nSr extends L10n {
String get onlineKeyBackupEnabled => 'Резерва кључева на мрежи је укључена';
@override
- String get oopsPushError => 'Нажалост, дошло је до грешке при подешавању дотурања обавештења.';
+ String get oopsPushError =>
+ 'Нажалост, дошло је до грешке при подешавању дотурања обавештења.';
@override
String get oopsSomethingWentWrong => 'Нешто је пошло наопако…';
@@ -1130,7 +1175,8 @@ class L10nSr extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1185,8 @@ class L10nSr extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'или';
@@ -1163,10 +1210,12 @@ class L10nSr extends L10n {
String get passwordHasBeenChanged => 'Лозинка је промењена';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1250,12 @@ class L10nSr extends L10n {
String get pleaseChooseAPasscode => 'Изаберите код за пролаз';
@override
- String get pleaseClickOnLink => 'Кликните на везу у примљеној е-пошти па наставите.';
+ String get pleaseClickOnLink =>
+ 'Кликните на везу у примљеној е-пошти па наставите.';
@override
- String get pleaseEnter4Digits => 'Унесите 4 цифре или оставите празно да не закључавате апликацију.';
+ String get pleaseEnter4Digits =>
+ 'Унесите 4 цифре или оставите празно да не закључавате апликацију.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1270,8 @@ class L10nSr extends L10n {
String get pleaseEnterYourUsername => 'Унесите своје корисничко име';
@override
- String get pleaseFollowInstructionsOnWeb => 'Испратите упутства на веб сајту и тапните на „Следеће“.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Испратите упутства на веб сајту и тапните на „Следеће“.';
@override
String get privacy => 'Приватност';
@@ -1304,7 +1356,8 @@ class L10nSr extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1366,12 @@ class L10nSr extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Затражи дозволу';
@@ -1460,7 +1515,8 @@ class L10nSr extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1638,7 +1694,8 @@ class L10nSr extends L10n {
String get voiceMessage => 'Гласовна порука';
@override
- String get waitingPartnerAcceptRequest => 'Чекам да саговорник прихвати захтев…';
+ String get waitingPartnerAcceptRequest =>
+ 'Чекам да саговорник прихвати захтев…';
@override
String get waitingPartnerEmoji => 'Чекам да саговорник прихвати емоџије…';
@@ -1665,10 +1722,12 @@ class L10nSr extends L10n {
String get whyDoYouWantToReportThis => 'Зашто желите ово да пријавите?';
@override
- String get wipeChatBackup => 'Да обришем резервну копију како би направио нови сигурносни кључ?';
+ String get wipeChatBackup =>
+ 'Да обришем резервну копију како би направио нови сигурносни кључ?';
@override
- String get withTheseAddressesRecoveryDescription => 'Са овим адресама можете опоравити своју лозинку.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Са овим адресама можете опоравити своју лозинку.';
@override
String get writeAMessage => 'напишите поруку…';
@@ -1680,7 +1739,8 @@ class L10nSr extends L10n {
String get you => 'Ви';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Више не учествујете у овом ћаскању';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Више не учествујете у овом ћаскању';
@override
String get youHaveBeenBannedFromThisChat => 'Забрањено вам је ово ћаскање';
@@ -1713,7 +1773,8 @@ class L10nSr extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1744,7 +1805,8 @@ class L10nSr extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1759,10 +1821,12 @@ class L10nSr extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1774,7 +1838,8 @@ class L10nSr extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1885,7 +1950,8 @@ class L10nSr extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1897,10 +1963,12 @@ class L10nSr extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1923,7 +1991,8 @@ class L10nSr extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1938,22 +2007,26 @@ class L10nSr extends L10n {
String get callingAccount => 'Calling account';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'New group';
@@ -1990,13 +2063,15 @@ class L10nSr extends L10n {
}
@override
- String get newSpaceDescription => 'Spaces allows you to consolidate your chats and build private or public communities.';
+ String get newSpaceDescription =>
+ 'Spaces allows you to consolidate your chats and build private or public communities.';
@override
String get encryptThisChat => 'Encrypt this chat';
@override
- String get disableEncryptionWarning => 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
+ String get disableEncryptionWarning =>
+ 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
@override
String get sorryThatsNotPossible => 'Sorry... that is not possible';
@@ -2008,7 +2083,8 @@ class L10nSr extends L10n {
String get reopenChat => 'Reopen chat';
@override
- String get noBackupWarning => 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
+ String get noBackupWarning =>
+ 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
@override
String get noOtherDevicesFound => 'No other devices found';
@@ -2036,7 +2112,8 @@ class L10nSr extends L10n {
String get openLinkInBrowser => 'Open link in browser';
@override
- String get reportErrorDescription => '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
+ String get reportErrorDescription =>
+ '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
@override
String get report => 'Report';
@@ -2045,7 +2122,8 @@ class L10nSr extends L10n {
String get signInWithPassword => 'Sign in with password';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Please try again later or choose a different server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Please try again later or choose a different server.';
@override
String signInWith(String provider) {
@@ -2053,7 +2131,8 @@ class L10nSr extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2082,19 +2161,24 @@ class L10nSr extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2107,13 +2191,16 @@ class L10nSr extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2150,7 +2237,8 @@ class L10nSr extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2174,7 +2262,8 @@ class L10nSr extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2264,28 +2353,33 @@ class L10nSr extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2344,7 +2438,8 @@ class L10nSr extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2400,19 +2495,23 @@ class L10nSr extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2435,10 +2534,12 @@ class L10nSr extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2466,16 +2567,19 @@ class L10nSr extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2490,7 +2594,8 @@ class L10nSr extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2535,13 +2640,15 @@ class L10nSr extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2549,7 +2656,8 @@ class L10nSr extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2558,7 +2666,8 @@ class L10nSr extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2573,7 +2682,8 @@ class L10nSr extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2582,121 +2692,142 @@ class L10nSr extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2704,7 +2835,8 @@ class L10nSr extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2713,13 +2845,15 @@ class L10nSr extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2749,5 +2883,6 @@ class L10nSr extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_sv.dart b/lib/generated/l10n/l10n_sv.dart
index 87bc8af..5b4b3a6 100644
--- a/lib/generated/l10n/l10n_sv.dart
+++ b/lib/generated/l10n/l10n_sv.dart
@@ -15,7 +15,8 @@ class L10nSv extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nSv extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nSv extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Upprepa lösenord';
@@ -122,7 +126,8 @@ class L10nSv extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nSv extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Ta bort';
@@ -188,7 +194,8 @@ class L10nSv extends L10n {
String get addEmail => 'Lägg till e-post';
@override
- String get confirmMatrixId => 'Bekräfta ditt Matrix-ID för att radera ditt konto.';
+ String get confirmMatrixId =>
+ 'Bekräfta ditt Matrix-ID för att radera ditt konto.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nSv extends L10n {
String get allChats => 'Alla chattar';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Skicka några googly ögon';
@@ -252,7 +260,8 @@ class L10nSv extends L10n {
String get appLock => 'App-lås';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Arkiv';
@@ -264,10 +273,12 @@ class L10nSv extends L10n {
String get areYouSure => 'Är du säker?';
@override
- String get areYouSureYouWantToLogout => 'Är du säker på att du vill logga ut?';
+ String get areYouSureYouWantToLogout =>
+ 'Är du säker på att du vill logga ut?';
@override
- String get askSSSSSign => 'För att kunna signera den andra personen, vänligen ange din lösenfras eller återställningsnyckel för säker lagring.';
+ String get askSSSSSign =>
+ 'För att kunna signera den andra personen, vänligen ange din lösenfras eller återställningsnyckel för säker lagring.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +286,12 @@ class L10nSv extends L10n {
}
@override
- String get autoplayImages => 'Automatisk spela upp animerade klistermärken och emoji';
+ String get autoplayImages =>
+ 'Automatisk spela upp animerade klistermärken och emoji';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Hemma servern stödjer följande inloggnings typer :\n $serverVersions\nMen denna applikation stödjer enbart:\n$supportedVersions';
}
@@ -292,7 +305,8 @@ class L10nSv extends L10n {
String get sendOnEnter => 'Skicka med Enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Hemservern stöjder Spec-versionen:\n$serverVersions\nMen denna app stödjer enbart $supportedVersions';
}
@@ -305,7 +319,8 @@ class L10nSv extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -442,19 +457,22 @@ class L10nSv extends L10n {
String get chat => 'Chatt';
@override
- String get yourChatBackupHasBeenSetUp => 'Din chatt-backup har konfigurerats.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'Din chatt-backup har konfigurerats.';
@override
String get chatBackup => 'Chatt backup';
@override
- String get chatBackupDescription => 'Din chatt backup är skyddad av en säkerhetsnyckel. Se till att du inte förlorar den.';
+ String get chatBackupDescription =>
+ 'Din chatt backup är skyddad av en säkerhetsnyckel. Se till att du inte förlorar den.';
@override
String get chatDetails => 'Chatt-detaljer';
@override
- String get chatHasBeenAddedToThisSpace => 'Chatt har lagts till i detta utrymme';
+ String get chatHasBeenAddedToThisSpace =>
+ 'Chatt har lagts till i detta utrymme';
@override
String get chats => 'Chatter';
@@ -469,7 +487,8 @@ class L10nSv extends L10n {
String get close => 'Stäng';
@override
- String get commandHint_markasdm => 'Märk som rum för direktmeddelanden för det givante Matrix ID';
+ String get commandHint_markasdm =>
+ 'Märk som rum för direktmeddelanden för det givante Matrix ID';
@override
String get commandHint_markasgroup => 'Märk som grupp';
@@ -481,13 +500,15 @@ class L10nSv extends L10n {
String get commandHint_clearcache => 'Rensa cache';
@override
- String get commandHint_create => 'Skapa en tom grupp-chatt\nAnvänd --no-encryption för att inaktivera kryptering';
+ String get commandHint_create =>
+ 'Skapa en tom grupp-chatt\nAnvänd --no-encryption för att inaktivera kryptering';
@override
String get commandHint_discardsession => 'Kasta bort sessionen';
@override
- String get commandHint_dm => 'Starta en direkt-chatt\nAnvänd --no-encryption för att inaktivera kryptering';
+ String get commandHint_dm =>
+ 'Starta en direkt-chatt\nAnvänd --no-encryption för att inaktivera kryptering';
@override
String get commandHint_html => 'Skicka HTML-formatted text';
@@ -508,7 +529,8 @@ class L10nSv extends L10n {
String get commandHint_me => 'Beskriv dig själv';
@override
- String get commandHint_myroomavatar => 'Sätt din bild för detta rum (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Sätt din bild för detta rum (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Sätt ditt användarnamn för rummet';
@@ -552,7 +574,8 @@ class L10nSv extends L10n {
String get connect => 'Anslut';
@override
- String get contactHasBeenInvitedToTheGroup => 'Kontakten har blivit inbjuden till gruppen';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Kontakten har blivit inbjuden till gruppen';
@override
String get containsDisplayName => 'Innehåller visningsnamn';
@@ -561,7 +584,8 @@ class L10nSv extends L10n {
String get containsUserName => 'Innehåller användarnamn';
@override
- String get contentHasBeenReported => 'Innehållet har rapporterats till server-admins';
+ String get contentHasBeenReported =>
+ 'Innehållet har rapporterats till server-admins';
@override
String get copiedToClipboard => 'Kopierat till urklipp';
@@ -618,7 +642,8 @@ class L10nSv extends L10n {
}
@override
- String get deactivateAccountWarning => 'Detta kommer att avaktivera ditt konto. Det här går inte att ångra! Är du säker?';
+ String get deactivateAccountWarning =>
+ 'Detta kommer att avaktivera ditt konto. Det här går inte att ångra! Är du säker?';
@override
String get defaultPermissionLevel => 'Standard behörighetsnivå';
@@ -684,7 +709,8 @@ class L10nSv extends L10n {
String get emoteInvalid => 'Ogiltig dekal-kod!';
@override
- String get emoteKeyboardNoRecents => 'Nyligen använda emotes kommer dyka upp här…';
+ String get emoteKeyboardNoRecents =>
+ 'Nyligen använda emotes kommer dyka upp här…';
@override
String get emotePacks => 'Dekalpaket för rummet';
@@ -699,7 +725,8 @@ class L10nSv extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,7 +735,8 @@ class L10nSv extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Dekal kod';
@@ -726,7 +754,8 @@ class L10nSv extends L10n {
String get enableEncryption => 'Aktivera kryptering';
@override
- String get enableEncryptionWarning => 'Du kommer inte ha fortsatt möjlighet till att inaktivera krypteringen. Är du säker?';
+ String get enableEncryptionWarning =>
+ 'Du kommer inte ha fortsatt möjlighet till att inaktivera krypteringen. Är du säker?';
@override
String get encrypted => 'Krypterad';
@@ -824,10 +853,12 @@ class L10nSv extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'Hur stötande är detta innehåll?';
@@ -845,7 +876,8 @@ class L10nSv extends L10n {
String get blockedUsers => 'Blockerade användare';
@override
- String get blockListDescription => 'Du kan blockera användare som stör dig. Du kommer inte få några meddelanden eller rum-inbjudningar från användarna på din personliga blocklista.';
+ String get blockListDescription =>
+ 'Du kan blockera användare som stör dig. Du kommer inte få några meddelanden eller rum-inbjudningar från användarna på din personliga blocklista.';
@override
String get blockUsername => 'Ignorera användarnamn';
@@ -854,7 +886,8 @@ class L10nSv extends L10n {
String get iHaveClickedOnLink => 'Jag har klickat på länken';
@override
- String get incorrectPassphraseOrKey => 'Felaktig lösenordsfras eller åsterställningsnyckel';
+ String get incorrectPassphraseOrKey =>
+ 'Felaktig lösenordsfras eller åsterställningsnyckel';
@override
String get inoffensive => 'Oförargligt';
@@ -885,10 +918,12 @@ class L10nSv extends L10n {
String get invited => 'Inbjuden';
@override
- String get redactMessageDescription => 'Meddelandet kommer tas bort för alla medlemmar i denna konversation. Detta kan inte ångras.';
+ String get redactMessageDescription =>
+ 'Meddelandet kommer tas bort för alla medlemmar i denna konversation. Detta kan inte ångras.';
@override
- String get optionalRedactReason => '(Frivilligt) Anledning till att ta bort det här meddelandet…';
+ String get optionalRedactReason =>
+ '(Frivilligt) Anledning till att ta bort det här meddelandet…';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +991,23 @@ class L10nSv extends L10n {
String get dehydrate => 'Exportera sessionen och rensa enheten';
@override
- String get dehydrateWarning => 'Denna åtgärd kan inte ångras. Försäkra dig om att backupen är i säkert förvar.';
+ String get dehydrateWarning =>
+ 'Denna åtgärd kan inte ångras. Försäkra dig om att backupen är i säkert förvar.';
@override
String get dehydrateTor => 'TOR-användare: Exportera session';
@override
- String get dehydrateTorLong => 'TOR-användare rekommenderas att exportera sessionen innan fönstret stängs.';
+ String get dehydrateTorLong =>
+ 'TOR-användare rekommenderas att exportera sessionen innan fönstret stängs.';
@override
- String get hydrateTor => 'TOR-användare: Importera session från tidigare export';
+ String get hydrateTor =>
+ 'TOR-användare: Importera session från tidigare export';
@override
- String get hydrateTorLong => 'Exporterade du sessionen när du senast använde TOR? Importera den enkelt och fortsätt chatta.';
+ String get hydrateTorLong =>
+ 'Exporterade du sessionen när du senast använde TOR? Importera den enkelt och fortsätt chatta.';
@override
String get hydrate => 'Återställ från säkerhetskopia';
@@ -980,10 +1019,12 @@ class L10nSv extends L10n {
String get loadMore => 'Ladda mer…';
@override
- String get locationDisabledNotice => 'Platstjänster är inaktiverade. Var god aktivera dom för att kunna dela din plats.';
+ String get locationDisabledNotice =>
+ 'Platstjänster är inaktiverade. Var god aktivera dom för att kunna dela din plats.';
@override
- String get locationPermissionDeniedNotice => 'Plats åtkomst nekad. Var god godkän detta för att kunna dela din plats.';
+ String get locationPermissionDeniedNotice =>
+ 'Plats åtkomst nekad. Var god godkän detta för att kunna dela din plats.';
@override
String get login => 'Logga in';
@@ -1015,7 +1056,8 @@ class L10nSv extends L10n {
String get muteChat => 'Tysta chatt';
@override
- String get needPantalaimonWarning => 'Var medveten om att du behöver Pantalaimon för att använda ändpunktskryptering tillsvidare.';
+ String get needPantalaimonWarning =>
+ 'Var medveten om att du behöver Pantalaimon för att använda ändpunktskryptering tillsvidare.';
@override
String get newChat => 'Ny chatt';
@@ -1039,10 +1081,12 @@ class L10nSv extends L10n {
String get noEmotesFound => 'Hittade inga dekaler. 😕';
@override
- String get noEncryptionForPublicRooms => 'Du kan endast aktivera kryptering när rummet inte längre är publikt tillgängligt.';
+ String get noEncryptionForPublicRooms =>
+ 'Du kan endast aktivera kryptering när rummet inte längre är publikt tillgängligt.';
@override
- String get noGoogleServicesWarning => 'De ser ut som att du inte har google-tjänster på din telefon. Det är ett bra beslut för din integritet! För att få aviseringar i FluffyChat rekommenderar vi att använda https://microg.org/ eller https://unifiedpush.org/ .';
+ String get noGoogleServicesWarning =>
+ 'De ser ut som att du inte har google-tjänster på din telefon. Det är ett bra beslut för din integritet! För att få aviseringar i FluffyChat rekommenderar vi att använda https://microg.org/ eller https://unifiedpush.org/ .';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1103,8 @@ class L10nSv extends L10n {
String get none => 'Ingen';
@override
- String get noPasswordRecoveryDescription => 'Du har inte lagt till något sätt för att återställa ditt lösenord än.';
+ String get noPasswordRecoveryDescription =>
+ 'Du har inte lagt till något sätt för att återställa ditt lösenord än.';
@override
String get noPermission => 'Ingen behörighet';
@@ -1071,7 +1116,8 @@ class L10nSv extends L10n {
String get notifications => 'Aviseringar';
@override
- String get notificationsEnabledForThisAccount => 'Aviseringar är påslaget för detta konto';
+ String get notificationsEnabledForThisAccount =>
+ 'Aviseringar är påslaget för detta konto';
@override
String numUsersTyping(int count) {
@@ -1130,7 +1176,8 @@ class L10nSv extends L10n {
String get bundleName => 'Paketnamn';
@override
- String get enableMultiAccounts => '(BETA) Aktivera multi-konton på denna enhet';
+ String get enableMultiAccounts =>
+ '(BETA) Aktivera multi-konton på denna enhet';
@override
String get openInMaps => 'Öppna i karta';
@@ -1139,7 +1186,8 @@ class L10nSv extends L10n {
String get link => 'Länk';
@override
- String get serverRequiresEmail => 'Servern behöver validera din e-postadress för registrering.';
+ String get serverRequiresEmail =>
+ 'Servern behöver validera din e-postadress för registrering.';
@override
String get or => 'Eller';
@@ -1163,10 +1211,12 @@ class L10nSv extends L10n {
String get passwordHasBeenChanged => 'Lösenordet har ändrats';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1251,12 @@ class L10nSv extends L10n {
String get pleaseChooseAPasscode => 'Ange ett lösenord';
@override
- String get pleaseClickOnLink => 'Klicka på länken i e-postmeddelandet för att sedan fortsätta.';
+ String get pleaseClickOnLink =>
+ 'Klicka på länken i e-postmeddelandet för att sedan fortsätta.';
@override
- String get pleaseEnter4Digits => 'Ange 4 siffror eller lämna tom för att inaktivera app-lås.';
+ String get pleaseEnter4Digits =>
+ 'Ange 4 siffror eller lämna tom för att inaktivera app-lås.';
@override
String get pleaseEnterRecoveryKey => 'Ange din återställningsnyckel:';
@@ -1219,7 +1271,8 @@ class L10nSv extends L10n {
String get pleaseEnterYourUsername => 'Ange ditt användarnamn';
@override
- String get pleaseFollowInstructionsOnWeb => 'Följ instruktionerna på hemsidan och tryck på nästa.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Följ instruktionerna på hemsidan och tryck på nästa.';
@override
String get privacy => 'Integritet';
@@ -1304,7 +1357,8 @@ class L10nSv extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1367,12 @@ class L10nSv extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Begär behörighet';
@@ -1460,7 +1516,8 @@ class L10nSv extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Visa statusmeddelanden från andra användare';
@@ -1530,7 +1587,8 @@ class L10nSv extends L10n {
String get toggleUnread => 'Markera läst/oläst';
@override
- String get tooManyRequestsWarning => 'För många förfrågningar. Vänligen försök senare!';
+ String get tooManyRequestsWarning =>
+ 'För många förfrågningar. Vänligen försök senare!';
@override
String get transferFromAnotherDevice => 'Överför till annan enhet';
@@ -1639,13 +1697,16 @@ class L10nSv extends L10n {
String get voiceMessage => 'Röstmeddelande';
@override
- String get waitingPartnerAcceptRequest => 'Väntar på att deltagaren accepterar begäran…';
+ String get waitingPartnerAcceptRequest =>
+ 'Väntar på att deltagaren accepterar begäran…';
@override
- String get waitingPartnerEmoji => 'Väntar på att deltagaren accepterar emojien…';
+ String get waitingPartnerEmoji =>
+ 'Väntar på att deltagaren accepterar emojien…';
@override
- String get waitingPartnerNumbers => 'Väntar på att deltagaren accepterar nummer…';
+ String get waitingPartnerNumbers =>
+ 'Väntar på att deltagaren accepterar nummer…';
@override
String get wallpaper => 'Bakgrund:';
@@ -1660,16 +1721,19 @@ class L10nSv extends L10n {
String get whoCanPerformWhichAction => 'Vem kan utföra vilken åtgärd';
@override
- String get whoIsAllowedToJoinThisGroup => 'Vilka som är tilllåtna att ansluta till denna grupp';
+ String get whoIsAllowedToJoinThisGroup =>
+ 'Vilka som är tilllåtna att ansluta till denna grupp';
@override
String get whyDoYouWantToReportThis => 'Varför vill du rapportera detta?';
@override
- String get wipeChatBackup => 'Radera din chatt-backup för att skapa en ny återställningsnyckel?';
+ String get wipeChatBackup =>
+ 'Radera din chatt-backup för att skapa en ny återställningsnyckel?';
@override
- String get withTheseAddressesRecoveryDescription => 'Med dessa addresser kan du återställa ditt lösenord.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Med dessa addresser kan du återställa ditt lösenord.';
@override
String get writeAMessage => 'Skriv ett meddelande…';
@@ -1681,10 +1745,12 @@ class L10nSv extends L10n {
String get you => 'Du';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Du deltar inte längre i denna chatt';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Du deltar inte längre i denna chatt';
@override
- String get youHaveBeenBannedFromThisChat => 'Du har blivit bannad från denna chatt';
+ String get youHaveBeenBannedFromThisChat =>
+ 'Du har blivit bannad från denna chatt';
@override
String get yourPublicKey => 'Din publika nyckel';
@@ -1708,13 +1774,15 @@ class L10nSv extends L10n {
String get removeFromSpace => 'Ta bort från utrymme';
@override
- String get addToSpaceDescription => 'Välj ett utrymme som chatten skall läggas till i.';
+ String get addToSpaceDescription =>
+ 'Välj ett utrymme som chatten skall läggas till i.';
@override
String get start => 'Starta';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Ange din återställningsnyckel från en tidigare session för att låsa upp äldre meddelanden. Din återställningsnyckel är INTE ditt lösenord.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Ange din återställningsnyckel från en tidigare session för att låsa upp äldre meddelanden. Din återställningsnyckel är INTE ditt lösenord.';
@override
String get publish => 'Publicera';
@@ -1745,7 +1813,8 @@ class L10nSv extends L10n {
String get pinMessage => 'Fäst i rum';
@override
- String get confirmEventUnpin => 'Är du säker på att händelsen inte längre skall vara fastnålad?';
+ String get confirmEventUnpin =>
+ 'Är du säker på att händelsen inte längre skall vara fastnålad?';
@override
String get emojis => 'Uttryckssymboler';
@@ -1757,13 +1826,16 @@ class L10nSv extends L10n {
String get voiceCall => 'Röstsamtal';
@override
- String get unsupportedAndroidVersion => 'Inget stöd för denna version av Android';
+ String get unsupportedAndroidVersion =>
+ 'Inget stöd för denna version av Android';
@override
- String get unsupportedAndroidVersionLong => 'Denna funktion kräver en senare version av Android.';
+ String get unsupportedAndroidVersionLong =>
+ 'Denna funktion kräver en senare version av Android.';
@override
- String get videoCallsBetaWarning => 'Videosamtal är för närvarande under testning. De kanske inte fungerar som det är tänkt eller på alla plattformar.';
+ String get videoCallsBetaWarning =>
+ 'Videosamtal är för närvarande under testning. De kanske inte fungerar som det är tänkt eller på alla plattformar.';
@override
String get experimentalVideoCalls => 'Experimentella videosamtal';
@@ -1775,7 +1847,8 @@ class L10nSv extends L10n {
String get indexedDbErrorTitle => 'Problem med privat läge';
@override
- String get indexedDbErrorLong => 'Meddelandelagring är tyvärr inte aktiverat i privat läge som standard.\nGå till\n - about:config\n - sätt dom.indexedDB.privateBrowsing.enabled till true\nAnnars går det inte att använda FluffyChat.';
+ String get indexedDbErrorLong =>
+ 'Meddelandelagring är tyvärr inte aktiverat i privat läge som standard.\nGå till\n - about:config\n - sätt dom.indexedDB.privateBrowsing.enabled till true\nAnnars går det inte att använda FluffyChat.';
@override
String switchToAccount(String number) {
@@ -1813,7 +1886,8 @@ class L10nSv extends L10n {
String get widgetNameError => 'Vänligen ange ett visningsnamn.';
@override
- String get errorAddingWidget => 'Ett fel uppstod när widgeten skulle läggas till.';
+ String get errorAddingWidget =>
+ 'Ett fel uppstod när widgeten skulle läggas till.';
@override
String get youRejectedTheInvitation => 'Du avvisade inbjudan';
@@ -1886,7 +1960,8 @@ class L10nSv extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,13 +1973,16 @@ class L10nSv extends L10n {
String get unlockOldMessages => 'Lås upp äldre meddelanden';
@override
- String get storeInSecureStorageDescription => 'Lagra återställningsnyckeln på säker plats på denna enhet.';
+ String get storeInSecureStorageDescription =>
+ 'Lagra återställningsnyckeln på säker plats på denna enhet.';
@override
- String get saveKeyManuallyDescription => 'Spara nyckeln manuellt genom att aktivera dela-funktionen eller urklippshanteraren på enheten.';
+ String get saveKeyManuallyDescription =>
+ 'Spara nyckeln manuellt genom att aktivera dela-funktionen eller urklippshanteraren på enheten.';
@override
- String get storeInAndroidKeystore => 'Lagra i Androids nyckellagring (KeyStore)';
+ String get storeInAndroidKeystore =>
+ 'Lagra i Androids nyckellagring (KeyStore)';
@override
String get storeInAppleKeyChain => 'Lagra i Apples nyckelkedja (KeyChain)';
@@ -1924,7 +2002,8 @@ class L10nSv extends L10n {
String get custom => 'Anpassad';
@override
- String get foregroundServiceRunning => 'Denna avisering visas när förgrundstjänsten körs.';
+ String get foregroundServiceRunning =>
+ 'Denna avisering visas när förgrundstjänsten körs.';
@override
String get screenSharingTitle => 'skärmdelning';
@@ -1939,22 +2018,27 @@ class L10nSv extends L10n {
String get callingAccount => 'Samtalskonto';
@override
- String get callingAccountDetails => 'Tillåt FluffyChat att använda Androids ring-app.';
+ String get callingAccountDetails =>
+ 'Tillåt FluffyChat att använda Androids ring-app.';
@override
String get appearOnTop => 'Visa ovanpå';
@override
- String get appearOnTopDetails => 'Tillåt att appen visas ovanpå (behövs inte om du redan har FluffyChat konfigurerat som ett samtalskonto)';
+ String get appearOnTopDetails =>
+ 'Tillåt att appen visas ovanpå (behövs inte om du redan har FluffyChat konfigurerat som ett samtalskonto)';
@override
- String get otherCallingPermissions => 'Mikrofon, kamera och andra behörigheter för FluffyChat';
+ String get otherCallingPermissions =>
+ 'Mikrofon, kamera och andra behörigheter för FluffyChat';
@override
- String get whyIsThisMessageEncrypted => 'Varför kan inte detta meddelande läsas?';
+ String get whyIsThisMessageEncrypted =>
+ 'Varför kan inte detta meddelande läsas?';
@override
- String get noKeyForThisMessage => 'Detta kan hända om meddelandet skickades innan du loggade in på ditt konto i den här enheten.\n\nDet kan också vara så att avsändaren har blockerat din enhet eller att något gick fel med internetanslutningen.\n\nKan du läsa meddelandet i en annan session? I sådana fall kan du överföra meddelandet från den sessionen! Gå till Inställningar > Enhet och säkerställ att dina enheter har verifierat varandra. När du öppnar rummet nästa gång och båda sessionerna är i förgrunden, så kommer nycklarna att överföras automatiskt.\n\nVill du inte förlora nycklarna vid utloggning eller när du byter enhet? Säkerställ att du har aktiverat säkerhetskopiering för chatten i inställningarna.';
+ String get noKeyForThisMessage =>
+ 'Detta kan hända om meddelandet skickades innan du loggade in på ditt konto i den här enheten.\n\nDet kan också vara så att avsändaren har blockerat din enhet eller att något gick fel med internetanslutningen.\n\nKan du läsa meddelandet i en annan session? I sådana fall kan du överföra meddelandet från den sessionen! Gå till Inställningar > Enhet och säkerställ att dina enheter har verifierat varandra. När du öppnar rummet nästa gång och båda sessionerna är i förgrunden, så kommer nycklarna att överföras automatiskt.\n\nVill du inte förlora nycklarna vid utloggning eller när du byter enhet? Säkerställ att du har aktiverat säkerhetskopiering för chatten i inställningarna.';
@override
String get newGroup => 'Ny grupp';
@@ -1991,13 +2075,15 @@ class L10nSv extends L10n {
}
@override
- String get newSpaceDescription => 'Utrymmen möjliggör konsolidering av chattar och att bygga privata eller offentliga gemenskaper.';
+ String get newSpaceDescription =>
+ 'Utrymmen möjliggör konsolidering av chattar och att bygga privata eller offentliga gemenskaper.';
@override
String get encryptThisChat => 'Kryptera denna chatt';
@override
- String get disableEncryptionWarning => 'Av säkerhetsskäl kan du inte stänga av kryptering i en chatt där det tidigare aktiverats.';
+ String get disableEncryptionWarning =>
+ 'Av säkerhetsskäl kan du inte stänga av kryptering i en chatt där det tidigare aktiverats.';
@override
String get sorryThatsNotPossible => 'Det där är inte möjligt';
@@ -2009,7 +2095,8 @@ class L10nSv extends L10n {
String get reopenChat => 'Återöppna chatt';
@override
- String get noBackupWarning => 'Varning! Om du inte aktiverar säkerhetskopiering av chattar så tappar du åtkomst till krypterade meddelanden. Det är rekommenderat att du aktiverar säkerhetskopiering innan du loggar ut.';
+ String get noBackupWarning =>
+ 'Varning! Om du inte aktiverar säkerhetskopiering av chattar så tappar du åtkomst till krypterade meddelanden. Det är rekommenderat att du aktiverar säkerhetskopiering innan du loggar ut.';
@override
String get noOtherDevicesFound => 'Inga andra enheter hittades';
@@ -2037,7 +2124,8 @@ class L10nSv extends L10n {
String get openLinkInBrowser => 'Öppna länk i webbläsare';
@override
- String get reportErrorDescription => '😭 Åh nej. Något gick fel. Om du vill ian du rapportera denna bugg till utvecklarna.';
+ String get reportErrorDescription =>
+ '😭 Åh nej. Något gick fel. Om du vill ian du rapportera denna bugg till utvecklarna.';
@override
String get report => 'rapportera';
@@ -2046,7 +2134,8 @@ class L10nSv extends L10n {
String get signInWithPassword => 'Logga in med lösenord';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Vänligen försök igen eller välj en annan server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Vänligen försök igen eller välj en annan server.';
@override
String signInWith(String provider) {
@@ -2054,7 +2143,8 @@ class L10nSv extends L10n {
}
@override
- String get profileNotFound => 'Användaren kunde onte hittas på servern. Kanske är det ett anslutningsproblem eller så finns inte användaren.';
+ String get profileNotFound =>
+ 'Användaren kunde onte hittas på servern. Kanske är det ett anslutningsproblem eller så finns inte användaren.';
@override
String get setTheme => 'Välj tema:';
@@ -2083,19 +2173,24 @@ class L10nSv extends L10n {
String get pleaseEnterANumber => 'Vänligen ange ett nummer större än 0';
@override
- String get archiveRoomDescription => 'Den här chatten kommer flyttas till arkivet. Andra användare kommer kunna se att du har lämnat chatten.';
+ String get archiveRoomDescription =>
+ 'Den här chatten kommer flyttas till arkivet. Andra användare kommer kunna se att du har lämnat chatten.';
@override
- String get roomUpgradeDescription => 'Chatten kommer då att återskapas med den nya rumversionen. Alla medlemmar kommer bli påminda om att de måste byta till den nya chatten. Du kan läsa mer om rumversioner på https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'Chatten kommer då att återskapas med den nya rumversionen. Alla medlemmar kommer bli påminda om att de måste byta till den nya chatten. Du kan läsa mer om rumversioner på https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'Du kommer att bli utloggad från den här enheten och kommer inte längre kunna få meddelanden.';
+ String get removeDevicesDescription =>
+ 'Du kommer att bli utloggad från den här enheten och kommer inte längre kunna få meddelanden.';
@override
- String get banUserDescription => 'Användaren kommer bannlysas från chatten och kommer inte kunna gå med i chatten igen tills bannlysningen avslutas.';
+ String get banUserDescription =>
+ 'Användaren kommer bannlysas från chatten och kommer inte kunna gå med i chatten igen tills bannlysningen avslutas.';
@override
- String get unbanUserDescription => 'Användaren kommer kunna gå med i chatten igen om den försöker.';
+ String get unbanUserDescription =>
+ 'Användaren kommer kunna gå med i chatten igen om den försöker.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2203,16 @@ class L10nSv extends L10n {
}
@override
- String get kickUserDescription => 'Användaren sparkas ut ur chatten men bannlyses inte. I offentliga chattar kan användaren gå med igen när som helst.';
+ String get kickUserDescription =>
+ 'Användaren sparkas ut ur chatten men bannlyses inte. I offentliga chattar kan användaren gå med igen när som helst.';
@override
- String get makeAdminDescription => 'När du gör denna användare till administratör kommer du inte kunna ångra det eftersom de kommer ha samma behörigheter som du.';
+ String get makeAdminDescription =>
+ 'När du gör denna användare till administratör kommer du inte kunna ångra det eftersom de kommer ha samma behörigheter som du.';
@override
- String get pushNotificationsNotAvailable => 'Aviseringar är inte tillgängligt';
+ String get pushNotificationsNotAvailable =>
+ 'Aviseringar är inte tillgängligt';
@override
String get learnMore => 'Lär dig mer';
@@ -2145,13 +2243,15 @@ class L10nSv extends L10n {
String get groupName => 'Gruppnamn';
@override
- String get createGroupAndInviteUsers => 'Skapa en grupp och bjud in användare';
+ String get createGroupAndInviteUsers =>
+ 'Skapa en grupp och bjud in användare';
@override
String get groupCanBeFoundViaSearch => 'Gruppen kan hittas genom sökning';
@override
- String get wrongRecoveryKey => 'Tyvärr verkar detta inte vara den korrekta återställningsnyckeln.';
+ String get wrongRecoveryKey =>
+ 'Tyvärr verkar detta inte vara den korrekta återställningsnyckeln.';
@override
String get startConversation => 'Starta konversation';
@@ -2163,7 +2263,8 @@ class L10nSv extends L10n {
String get databaseMigrationTitle => 'Databasen är optimerad';
@override
- String get databaseMigrationBody => 'Var vänlig vänta. Detta kan ta en stund.';
+ String get databaseMigrationBody =>
+ 'Var vänlig vänta. Detta kan ta en stund.';
@override
String get leaveEmptyToClearStatus => 'Lämna tom för att ta bort din status.';
@@ -2175,7 +2276,8 @@ class L10nSv extends L10n {
String get searchForUsers => 'Sök efter @användare…';
@override
- String get pleaseEnterYourCurrentPassword => 'Vänligen skriv ditt nuvarande lösenord';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Vänligen skriv ditt nuvarande lösenord';
@override
String get newPassword => 'Nytt lösenord';
@@ -2265,28 +2367,33 @@ class L10nSv extends L10n {
String get sendReadReceipts => 'Skicka läskvitton';
@override
- String get sendTypingNotificationsDescription => 'Andra deltagare i en diskussion kan se när du skriver.';
+ String get sendTypingNotificationsDescription =>
+ 'Andra deltagare i en diskussion kan se när du skriver.';
@override
- String get sendReadReceiptsDescription => 'Andra deltagare i en diskussion kan se när du läst ett meddelande.';
+ String get sendReadReceiptsDescription =>
+ 'Andra deltagare i en diskussion kan se när du läst ett meddelande.';
@override
String get formattedMessages => 'Formaterade meddelanden';
@override
- String get formattedMessagesDescription => 'Visa formaterat meddelandeinnehåll som fet stil med markdown.';
+ String get formattedMessagesDescription =>
+ 'Visa formaterat meddelandeinnehåll som fet stil med markdown.';
@override
String get verifyOtherUser => '🔐 Verifiera användaren';
@override
- String get verifyOtherUserDescription => 'Om du verifierar en användare så kan du vara säker på vem du verkligen skriver till. 💪\n\nNär du påbörjar en verifiering så ser du och den andra användaren en popup-ruta i appen. I den rutan ser du ett antal tecken som du jämför med vad den andra användaren ser.\n\nDet bästa sättet att göra detta är att träffas fysiskt, eller genom att starta ett videosamtal. 👭';
+ String get verifyOtherUserDescription =>
+ 'Om du verifierar en användare så kan du vara säker på vem du verkligen skriver till. 💪\n\nNär du påbörjar en verifiering så ser du och den andra användaren en popup-ruta i appen. I den rutan ser du ett antal tecken som du jämför med vad den andra användaren ser.\n\nDet bästa sättet att göra detta är att träffas fysiskt, eller genom att starta ett videosamtal. 👭';
@override
String get verifyOtherDevice => '🔐 Verifiera enhet';
@override
- String get verifyOtherDeviceDescription => 'När du verifierar en enhet så kan era enheter utväxla nycklar, vilket förbättrar säkerheten. 💪 När du påbörjar en verifiering så ser du en popup-ruta på båda enheterna. I den rutan ser du ett antal tecken som du jämför med det som visas på den andra enheten. Det är bäst att ha båda enheterna till hands innan du påbörjar verifieringen. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'När du verifierar en enhet så kan era enheter utväxla nycklar, vilket förbättrar säkerheten. 💪 När du påbörjar en verifiering så ser du en popup-ruta på båda enheterna. I den rutan ser du ett antal tecken som du jämför med det som visas på den andra enheten. Det är bäst att ha båda enheterna till hands innan du påbörjar verifieringen. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2452,8 @@ class L10nSv extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2509,23 @@ class L10nSv extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2548,12 @@ class L10nSv extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2581,19 @@ class L10nSv extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2608,8 @@ class L10nSv extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2654,15 @@ class L10nSv extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2670,8 @@ class L10nSv extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2680,8 @@ class L10nSv extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2696,8 @@ class L10nSv extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2706,142 @@ class L10nSv extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2849,8 @@ class L10nSv extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2859,15 @@ class L10nSv extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2897,6 @@ class L10nSv extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_ta.dart b/lib/generated/l10n/l10n_ta.dart
index ef8b735..40dfcf1 100644
--- a/lib/generated/l10n/l10n_ta.dart
+++ b/lib/generated/l10n/l10n_ta.dart
@@ -15,7 +15,8 @@ class L10nTa extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nTa extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nTa extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'கடவுச்சொல்லை மீண்டும் செய்யவும்';
@@ -122,7 +126,8 @@ class L10nTa extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nTa extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'அகற்று';
@@ -188,7 +194,8 @@ class L10nTa extends L10n {
String get addEmail => 'மின்னஞ்சல் சேர்க்கவும்';
@override
- String get confirmMatrixId => 'உங்கள் கணக்கை நீக்க உங்கள் மேட்ரிக்ச் ஐடியை உறுதிப்படுத்தவும்.';
+ String get confirmMatrixId =>
+ 'உங்கள் கணக்கை நீக்க உங்கள் மேட்ரிக்ச் ஐடியை உறுதிப்படுத்தவும்.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nTa extends L10n {
String get allChats => 'அனைத்து அரட்டைகளும்';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'சில கூகிள் கண்களை அனுப்பவும்';
@@ -252,22 +260,26 @@ class L10nTa extends L10n {
String get appLock => 'பயன்பாட்டு பூட்டு';
@override
- String get appLockDescription => 'முள் குறியீட்டைக் கொண்டு பயன்படுத்தாதபோது பயன்பாட்டைப் பூட்டவும்';
+ String get appLockDescription =>
+ 'முள் குறியீட்டைக் கொண்டு பயன்படுத்தாதபோது பயன்பாட்டைப் பூட்டவும்';
@override
String get archive => 'காப்பகம்';
@override
- String get areGuestsAllowedToJoin => 'விருந்தினர் பயனர்கள் சேர அனுமதிக்கப்படுகிறார்களா';
+ String get areGuestsAllowedToJoin =>
+ 'விருந்தினர் பயனர்கள் சேர அனுமதிக்கப்படுகிறார்களா';
@override
String get areYouSure => 'நீங்கள் உறுதியாக இருக்கிறீர்களா?';
@override
- String get areYouSureYouWantToLogout => 'நீங்கள் நிச்சயமாக வெளியேற விரும்புகிறீர்களா?';
+ String get areYouSureYouWantToLogout =>
+ 'நீங்கள் நிச்சயமாக வெளியேற விரும்புகிறீர்களா?';
@override
- String get askSSSSSign => 'மற்ற நபரில் கையெழுத்திட, தயவுசெய்து உங்கள் பாதுகாப்பான கடை பாச்ஃபிரேச் அல்லது மீட்பு விசையை உள்ளிடவும்.';
+ String get askSSSSSign =>
+ 'மற்ற நபரில் கையெழுத்திட, தயவுசெய்து உங்கள் பாதுகாப்பான கடை பாச்ஃபிரேச் அல்லது மீட்பு விசையை உள்ளிடவும்.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +287,12 @@ class L10nTa extends L10n {
}
@override
- String get autoplayImages => 'அனிமேசன் செய்யப்பட்ட ச்டிக்கர்கள் மற்றும் உணர்ச்சிகளை தானாக இயக்கவும்';
+ String get autoplayImages =>
+ 'அனிமேசன் செய்யப்பட்ட ச்டிக்கர்கள் மற்றும் உணர்ச்சிகளை தானாக இயக்கவும்';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'உள்நாட்டு வகைகளை ஓம்சர்வர் ஆதரிக்கிறது:\n $serverVersions\n ஆனால் இந்த பயன்பாடு மட்டுமே ஆதரிக்கிறது:\n $supportedVersions';
}
@@ -286,13 +300,15 @@ class L10nTa extends L10n {
String get sendTypingNotifications => 'தட்டச்சு அறிவிப்புகளை அனுப்பவும்';
@override
- String get swipeRightToLeftToReply => 'பதிலளிக்க வலமிருந்து இடமாக ச்வைப் செய்யவும்';
+ String get swipeRightToLeftToReply =>
+ 'பதிலளிக்க வலமிருந்து இடமாக ச்வைப் செய்யவும்';
@override
String get sendOnEnter => 'Enter ஐ அனுப்பவும்';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'ஓம்சர்வர் ச்பெக் பதிப்புகளை ஆதரிக்கிறது:\n $serverVersions\n ஆனால் இந்த பயன்பாடு $supportedVersions மட்டுமே ஆதரிக்கிறது';
}
@@ -305,7 +321,8 @@ class L10nTa extends L10n {
String get noMoreChatsFound => 'இனி அரட்டைகள் கிடைக்கவில்லை ...';
@override
- String get noChatsFoundHere => 'இங்கே அரட்டைகள் எதுவும் காணப்படவில்லை. கீழே உள்ள பொத்தானைப் பயன்படுத்தி ஒருவருடன் புதிய அரட்டையைத் தொடங்கவும். .';
+ String get noChatsFoundHere =>
+ 'இங்கே அரட்டைகள் எதுவும் காணப்படவில்லை. கீழே உள்ள பொத்தானைப் பயன்படுத்தி ஒருவருடன் புதிய அரட்டையைத் தொடங்கவும். .';
@override
String get joinedChats => 'இணைந்த அரட்டைகள்';
@@ -442,19 +459,22 @@ class L10nTa extends L10n {
String get chat => 'அரட்டை';
@override
- String get yourChatBackupHasBeenSetUp => 'உங்கள் அரட்டை காப்புப்பிரதி அமைக்கப்பட்டுள்ளது.';
+ String get yourChatBackupHasBeenSetUp =>
+ 'உங்கள் அரட்டை காப்புப்பிரதி அமைக்கப்பட்டுள்ளது.';
@override
String get chatBackup => 'அரட்டை காப்புப்பிரதி';
@override
- String get chatBackupDescription => 'உங்கள் பழைய செய்திகள் மீட்பு விசையுடன் பாதுகாக்கப்படுகின்றன. நீங்கள் அதை இழக்கவில்லை என்பதை உறுதிப்படுத்திக் கொள்ளுங்கள்.';
+ String get chatBackupDescription =>
+ 'உங்கள் பழைய செய்திகள் மீட்பு விசையுடன் பாதுகாக்கப்படுகின்றன. நீங்கள் அதை இழக்கவில்லை என்பதை உறுதிப்படுத்திக் கொள்ளுங்கள்.';
@override
String get chatDetails => 'அரட்டை விவரங்கள்';
@override
- String get chatHasBeenAddedToThisSpace => 'இந்த இடத்தில் அரட்டை சேர்க்கப்பட்டுள்ளது';
+ String get chatHasBeenAddedToThisSpace =>
+ 'இந்த இடத்தில் அரட்டை சேர்க்கப்பட்டுள்ளது';
@override
String get chats => 'அரட்டைகள்';
@@ -469,37 +489,43 @@ class L10nTa extends L10n {
String get close => 'மூடு';
@override
- String get commandHint_markasdm => 'கொடுக்கப்பட்ட மேட்ரிக்சிற்கான நேரடி செய்தி அறையாக குறிக்கவும்';
+ String get commandHint_markasdm =>
+ 'கொடுக்கப்பட்ட மேட்ரிக்சிற்கான நேரடி செய்தி அறையாக குறிக்கவும்';
@override
String get commandHint_markasgroup => 'குழுவாக குறி';
@override
- String get commandHint_ban => 'கொடுக்கப்பட்ட பயனரை இந்த அறையிலிருந்து தடை செய்யுங்கள்';
+ String get commandHint_ban =>
+ 'கொடுக்கப்பட்ட பயனரை இந்த அறையிலிருந்து தடை செய்யுங்கள்';
@override
String get commandHint_clearcache => 'தெளிவான தற்காலிக சேமிப்பு';
@override
- String get commandHint_create => 'வெற்று குழு அரட்டையை உருவாக்கவும்\n குறியாக்கத்தை முடக்க-இல்லை-குறியாக்கத்தைப் பயன்படுத்தவும்';
+ String get commandHint_create =>
+ 'வெற்று குழு அரட்டையை உருவாக்கவும்\n குறியாக்கத்தை முடக்க-இல்லை-குறியாக்கத்தைப் பயன்படுத்தவும்';
@override
String get commandHint_discardsession => 'அமர்வை நிராகரிக்கவும்';
@override
- String get commandHint_dm => 'நேரடி அரட்டையைத் தொடங்கவும்\n குறியாக்கத்தை முடக்க-இல்லை-குறியாக்கத்தைப் பயன்படுத்தவும்';
+ String get commandHint_dm =>
+ 'நேரடி அரட்டையைத் தொடங்கவும்\n குறியாக்கத்தை முடக்க-இல்லை-குறியாக்கத்தைப் பயன்படுத்தவும்';
@override
String get commandHint_html => 'உஉகுமொ வடிவமைக்கப்பட்ட உரையை அனுப்பவும்';
@override
- String get commandHint_invite => 'கொடுக்கப்பட்ட பயனரை இந்த அறைக்கு அழைக்கவும்';
+ String get commandHint_invite =>
+ 'கொடுக்கப்பட்ட பயனரை இந்த அறைக்கு அழைக்கவும்';
@override
String get commandHint_join => 'கொடுக்கப்பட்ட அறையில் சேரவும்';
@override
- String get commandHint_kick => 'இந்த அறையிலிருந்து கொடுக்கப்பட்ட பயனரை அகற்றவும்';
+ String get commandHint_kick =>
+ 'இந்த அறையிலிருந்து கொடுக்கப்பட்ட பயனரை அகற்றவும்';
@override
String get commandHint_leave => 'இந்த அறையை விட்டு விடுங்கள்';
@@ -508,13 +534,16 @@ class L10nTa extends L10n {
String get commandHint_me => 'உங்களை விவரிக்கவும்';
@override
- String get commandHint_myroomavatar => 'இந்த அறைக்கு உங்கள் படத்தை அமைக்கவும் (MXC-URI எழுதியது)';
+ String get commandHint_myroomavatar =>
+ 'இந்த அறைக்கு உங்கள் படத்தை அமைக்கவும் (MXC-URI எழுதியது)';
@override
- String get commandHint_myroomnick => 'இந்த அறைக்கு உங்கள் காட்சி பெயரை அமைக்கவும்';
+ String get commandHint_myroomnick =>
+ 'இந்த அறைக்கு உங்கள் காட்சி பெயரை அமைக்கவும்';
@override
- String get commandHint_op => 'கொடுக்கப்பட்ட பயனரின் ஆற்றல் மட்டத்தை அமைக்கவும் (இயல்புநிலை: 50)';
+ String get commandHint_op =>
+ 'கொடுக்கப்பட்ட பயனரின் ஆற்றல் மட்டத்தை அமைக்கவும் (இயல்புநிலை: 50)';
@override
String get commandHint_plain => 'வடிவமைக்கப்படாத உரையை அனுப்பவும்';
@@ -526,7 +555,8 @@ class L10nTa extends L10n {
String get commandHint_send => 'உரையை அனுப்பவும்';
@override
- String get commandHint_unban => 'இந்த அறையிலிருந்து கொடுக்கப்பட்ட பயனரைத் தடுக்கிறது';
+ String get commandHint_unban =>
+ 'இந்த அறையிலிருந்து கொடுக்கப்பட்ட பயனரைத் தடுக்கிறது';
@override
String get commandInvalid => 'கட்டளை தவறானது';
@@ -552,7 +582,8 @@ class L10nTa extends L10n {
String get connect => 'இணை';
@override
- String get contactHasBeenInvitedToTheGroup => 'குழுவிற்கு தொடர்பு அழைக்கப்பட்டுள்ளது';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'குழுவிற்கு தொடர்பு அழைக்கப்பட்டுள்ளது';
@override
String get containsDisplayName => 'காட்சி பெயரைக் கொண்டுள்ளது';
@@ -561,7 +592,8 @@ class L10nTa extends L10n {
String get containsUserName => 'பயனர்பெயர் உள்ளது';
@override
- String get contentHasBeenReported => 'உள்ளடக்கம் சேவையக நிர்வாகிகளுக்கு தெரிவிக்கப்பட்டுள்ளது';
+ String get contentHasBeenReported =>
+ 'உள்ளடக்கம் சேவையக நிர்வாகிகளுக்கு தெரிவிக்கப்பட்டுள்ளது';
@override
String get copiedToClipboard => 'இடைநிலைப்பலகைக்கு நகலெடுக்கப்பட்டது';
@@ -618,10 +650,12 @@ class L10nTa extends L10n {
}
@override
- String get deactivateAccountWarning => 'இது உங்கள் பயனர் கணக்கை செயலிழக்கச் செய்யும். இதை செயல்தவிர்க்க முடியாது! நீங்கள் உறுதியாக இருக்கிறீர்களா?';
+ String get deactivateAccountWarning =>
+ 'இது உங்கள் பயனர் கணக்கை செயலிழக்கச் செய்யும். இதை செயல்தவிர்க்க முடியாது! நீங்கள் உறுதியாக இருக்கிறீர்களா?';
@override
- String get defaultPermissionLevel => 'புதிய பயனர்களுக்கான இயல்புநிலை இசைவு நிலை';
+ String get defaultPermissionLevel =>
+ 'புதிய பயனர்களுக்கான இயல்புநிலை இசைவு நிலை';
@override
String get delete => 'நீக்கு';
@@ -684,7 +718,8 @@ class L10nTa extends L10n {
String get emoteInvalid => 'தவறான எமோட் சார்ட்கோட்!';
@override
- String get emoteKeyboardNoRecents => 'அண்மைக் காலத்தில் பயன்படுத்தப்பட்ட உணர்ச்சிகள் இங்கே தோன்றும் ...';
+ String get emoteKeyboardNoRecents =>
+ 'அண்மைக் காலத்தில் பயன்படுத்தப்பட்ட உணர்ச்சிகள் இங்கே தோன்றும் ...';
@override
String get emotePacks => 'அறைக்கு எமோட் பொதிகள்';
@@ -699,22 +734,26 @@ class L10nTa extends L10n {
String get accessAndVisibility => 'அணுகல் மற்றும் தெரிவுநிலை';
@override
- String get accessAndVisibilityDescription => 'இந்த அரட்டையில் யார் சேர அனுமதிக்கப்படுகிறார்கள், அரட்டையை எவ்வாறு கண்டுபிடிப்பது.';
+ String get accessAndVisibilityDescription =>
+ 'இந்த அரட்டையில் யார் சேர அனுமதிக்கப்படுகிறார்கள், அரட்டையை எவ்வாறு கண்டுபிடிப்பது.';
@override
String get calls => 'அழைப்புகள்';
@override
- String get customEmojisAndStickers => 'தனிப்பயன் ஈமோசிகள் மற்றும் ச்டிக்கர்கள்';
+ String get customEmojisAndStickers =>
+ 'தனிப்பயன் ஈமோசிகள் மற்றும் ச்டிக்கர்கள்';
@override
- String get customEmojisAndStickersBody => 'எந்தவொரு அரட்டையிலும் பயன்படுத்தக்கூடிய தனிப்பயன் ஈமோசிகள் அல்லது ச்டிக்கர்களைச் சேர்க்கவும் அல்லது பகிரவும்.';
+ String get customEmojisAndStickersBody =>
+ 'எந்தவொரு அரட்டையிலும் பயன்படுத்தக்கூடிய தனிப்பயன் ஈமோசிகள் அல்லது ச்டிக்கர்களைச் சேர்க்கவும் அல்லது பகிரவும்.';
@override
String get emoteShortcode => 'சார்ட்கோட் எமோட்';
@override
- String get emoteWarnNeedToPick => 'நீங்கள் ஒரு எமோட் சார்ட்கோட் மற்றும் ஒரு படத்தை எடுக்க வேண்டும்!';
+ String get emoteWarnNeedToPick =>
+ 'நீங்கள் ஒரு எமோட் சார்ட்கோட் மற்றும் ஒரு படத்தை எடுக்க வேண்டும்!';
@override
String get emptyChat => 'வெற்று அரட்டை';
@@ -726,7 +765,8 @@ class L10nTa extends L10n {
String get enableEncryption => 'குறியாக்கத்தை இயக்கவும்';
@override
- String get enableEncryptionWarning => 'நீங்கள் இனி குறியாக்கத்தை முடக்க முடியாது. நீங்கள் உறுதியாக இருக்கிறீர்களா?';
+ String get enableEncryptionWarning =>
+ 'நீங்கள் இனி குறியாக்கத்தை முடக்க முடியாது. நீங்கள் உறுதியாக இருக்கிறீர்களா?';
@override
String get encrypted => 'குறியாக்கப்பட்டது';
@@ -824,10 +864,12 @@ class L10nTa extends L10n {
String get hideRedactedMessages => 'சரிசெய்யப்பட்ட செய்திகளை மறைக்கவும்';
@override
- String get hideRedactedMessagesBody => 'யாராவது ஒரு செய்தியை மாற்றியமைத்தால், இந்த செய்தி இனி அரட்டையில் காணப்படாது.';
+ String get hideRedactedMessagesBody =>
+ 'யாராவது ஒரு செய்தியை மாற்றியமைத்தால், இந்த செய்தி இனி அரட்டையில் காணப்படாது.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'தவறான அல்லது அறியப்படாத செய்தி வடிவங்களை மறைக்கவும்';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'தவறான அல்லது அறியப்படாத செய்தி வடிவங்களை மறைக்கவும்';
@override
String get howOffensiveIsThisContent => 'இந்த உள்ளடக்கம் எவ்வளவு ஆபத்தானது?';
@@ -845,7 +887,8 @@ class L10nTa extends L10n {
String get blockedUsers => 'தடுக்கப்பட்ட பயனர்கள்';
@override
- String get blockListDescription => 'உங்களை தொந்தரவு செய்யும் பயனர்களைத் தடுக்கலாம். உங்கள் தனிப்பட்ட தொகுதி பட்டியலில் பயனர்களிடமிருந்து எந்த செய்திகளையும் அல்லது அறை அழைப்புகளையும் நீங்கள் பெற முடியாது.';
+ String get blockListDescription =>
+ 'உங்களை தொந்தரவு செய்யும் பயனர்களைத் தடுக்கலாம். உங்கள் தனிப்பட்ட தொகுதி பட்டியலில் பயனர்களிடமிருந்து எந்த செய்திகளையும் அல்லது அறை அழைப்புகளையும் நீங்கள் பெற முடியாது.';
@override
String get blockUsername => 'பயனர்பெயரை புறக்கணிக்கவும்';
@@ -873,7 +916,8 @@ class L10nTa extends L10n {
}
@override
- String get noChatDescriptionYet => 'அரட்டை விளக்கம் இதுவரை உருவாக்கப்படவில்லை.';
+ String get noChatDescriptionYet =>
+ 'அரட்டை விளக்கம் இதுவரை உருவாக்கப்படவில்லை.';
@override
String get tryAgain => 'மீண்டும் முயற்சிக்கவும்';
@@ -885,10 +929,12 @@ class L10nTa extends L10n {
String get invited => 'அழைக்கப்பட்டார்';
@override
- String get redactMessageDescription => 'இந்த உரையாடலில் பங்கேற்பாளர்கள் அனைவருக்கும் செய்தி திருத்தப்படும். இதை செயல்தவிர்க்க முடியாது.';
+ String get redactMessageDescription =>
+ 'இந்த உரையாடலில் பங்கேற்பாளர்கள் அனைவருக்கும் செய்தி திருத்தப்படும். இதை செயல்தவிர்க்க முடியாது.';
@override
- String get optionalRedactReason => '(விரும்பினால்) இந்த செய்தியை மாற்றியமைப்பதற்கான காரணம் ...';
+ String get optionalRedactReason =>
+ '(விரும்பினால்) இந்த செய்தியை மாற்றியமைப்பதற்கான காரணம் ...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +1002,22 @@ class L10nTa extends L10n {
String get dehydrate => 'ஏற்றுமதி அமர்வு மற்றும் சாதனத்தை துடைக்கவும்';
@override
- String get dehydrateWarning => 'இந்த செயலை செயல்தவிர்க்க முடியாது. காப்புப்பிரதி கோப்பை பாதுகாப்பாக சேமித்து வைக்கவும்.';
+ String get dehydrateWarning =>
+ 'இந்த செயலை செயல்தவிர்க்க முடியாது. காப்புப்பிரதி கோப்பை பாதுகாப்பாக சேமித்து வைக்கவும்.';
@override
String get dehydrateTor => 'டோர் பயனர்கள்: ஏற்றுமதி அமர்வு';
@override
- String get dehydrateTorLong => 'TOR பயனர்களுக்கு, சாளரத்தை மூடுவதற்கு முன் அமர்வை ஏற்றுமதி செய்ய பரிந்துரைக்கப்படுகிறது.';
+ String get dehydrateTorLong =>
+ 'TOR பயனர்களுக்கு, சாளரத்தை மூடுவதற்கு முன் அமர்வை ஏற்றுமதி செய்ய பரிந்துரைக்கப்படுகிறது.';
@override
String get hydrateTor => 'டோர் பயனர்கள்: இறக்குமதி அமர்வு ஏற்றுமதி';
@override
- String get hydrateTorLong => 'உங்கள் அமர்வை கடைசியாக டோரில் ஏற்றுமதி செய்தீர்களா? விரைவாக அதை இறக்குமதி செய்து அரட்டையடிக்கவும்.';
+ String get hydrateTorLong =>
+ 'உங்கள் அமர்வை கடைசியாக டோரில் ஏற்றுமதி செய்தீர்களா? விரைவாக அதை இறக்குமதி செய்து அரட்டையடிக்கவும்.';
@override
String get hydrate => 'காப்பு கோப்பிலிருந்து மீட்டமைக்கவும்';
@@ -980,10 +1029,12 @@ class L10nTa extends L10n {
String get loadMore => 'மேலும் ஏற்றவும்…';
@override
- String get locationDisabledNotice => 'இருப்பிட சேவைகள் முடக்கப்பட்டுள்ளன. தயவுசெய்து உங்கள் இருப்பிடத்தைப் பகிர்ந்து கொள்ள அவர்களுக்கு உதவவும்.';
+ String get locationDisabledNotice =>
+ 'இருப்பிட சேவைகள் முடக்கப்பட்டுள்ளன. தயவுசெய்து உங்கள் இருப்பிடத்தைப் பகிர்ந்து கொள்ள அவர்களுக்கு உதவவும்.';
@override
- String get locationPermissionDeniedNotice => 'இருப்பிட இசைவு மறுக்கப்பட்டது. உங்கள் இருப்பிடத்தைப் பகிர்ந்து கொள்ள தயவுசெய்து அவர்களுக்கு வழங்குங்கள்.';
+ String get locationPermissionDeniedNotice =>
+ 'இருப்பிட இசைவு மறுக்கப்பட்டது. உங்கள் இருப்பிடத்தைப் பகிர்ந்து கொள்ள தயவுசெய்து அவர்களுக்கு வழங்குங்கள்.';
@override
String get login => 'புகுபதிவு';
@@ -1015,7 +1066,8 @@ class L10nTa extends L10n {
String get muteChat => 'முடக்கு அரட்டை';
@override
- String get needPantalaimonWarning => 'இப்போதைக்கு இறுதி முதல் இறுதி குறியாக்கத்தைப் பயன்படுத்த உங்களுக்கு பாண்டலாயமன் தேவை என்பதை நினைவில் கொள்க.';
+ String get needPantalaimonWarning =>
+ 'இப்போதைக்கு இறுதி முதல் இறுதி குறியாக்கத்தைப் பயன்படுத்த உங்களுக்கு பாண்டலாயமன் தேவை என்பதை நினைவில் கொள்க.';
@override
String get newChat => 'புதிய அரட்டை';
@@ -1039,10 +1091,12 @@ class L10nTa extends L10n {
String get noEmotesFound => 'உணர்ச்சிகள் எதுவும் காணப்படவில்லை. .';
@override
- String get noEncryptionForPublicRooms => 'அறை இனி பகிரங்கமாக அணுக முடியாதவுடன் மட்டுமே நீங்கள் குறியாக்கத்தை செயல்படுத்த முடியும்.';
+ String get noEncryptionForPublicRooms =>
+ 'அறை இனி பகிரங்கமாக அணுக முடியாதவுடன் மட்டுமே நீங்கள் குறியாக்கத்தை செயல்படுத்த முடியும்.';
@override
- String get noGoogleServicesWarning => 'ஃபயர்பேச் முகில் செய்தி உங்கள் சாதனத்தில் கிடைக்கவில்லை. இன்னும் புச் அறிவிப்புகளைப் பெற, NTFY ஐ நிறுவ பரிந்துரைக்கிறோம். NTFY அல்லது மற்றொரு ஒருங்கிணைந்த புச் வழங்குநருடன் நீங்கள் தரவு பாதுகாப்பான வழியில் புச் அறிவிப்புகளைப் பெறலாம். நீங்கள் பிளேச்டோரிலிருந்து அல்லது எஃப்-டிராய்டிலிருந்து NTFY ஐ பதிவிறக்கம் செய்யலாம்.';
+ String get noGoogleServicesWarning =>
+ 'ஃபயர்பேச் முகில் செய்தி உங்கள் சாதனத்தில் கிடைக்கவில்லை. இன்னும் புச் அறிவிப்புகளைப் பெற, NTFY ஐ நிறுவ பரிந்துரைக்கிறோம். NTFY அல்லது மற்றொரு ஒருங்கிணைந்த புச் வழங்குநருடன் நீங்கள் தரவு பாதுகாப்பான வழியில் புச் அறிவிப்புகளைப் பெறலாம். நீங்கள் பிளேச்டோரிலிருந்து அல்லது எஃப்-டிராய்டிலிருந்து NTFY ஐ பதிவிறக்கம் செய்யலாம்.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1113,8 @@ class L10nTa extends L10n {
String get none => 'எதுவுமில்லை';
@override
- String get noPasswordRecoveryDescription => 'உங்கள் கடவுச்சொல்லை மீட்டெடுப்பதற்கான வழியை நீங்கள் இன்னும் சேர்க்கவில்லை.';
+ String get noPasswordRecoveryDescription =>
+ 'உங்கள் கடவுச்சொல்லை மீட்டெடுப்பதற்கான வழியை நீங்கள் இன்னும் சேர்க்கவில்லை.';
@override
String get noPermission => 'இசைவு இல்லை';
@@ -1071,7 +1126,8 @@ class L10nTa extends L10n {
String get notifications => 'அறிவிப்புகள்';
@override
- String get notificationsEnabledForThisAccount => 'இந்த கணக்கிற்கு அறிவிப்புகள் இயக்கப்பட்டன';
+ String get notificationsEnabledForThisAccount =>
+ 'இந்த கணக்கிற்கு அறிவிப்புகள் இயக்கப்பட்டன';
@override
String numUsersTyping(int count) {
@@ -1094,16 +1150,19 @@ class L10nTa extends L10n {
String get online => 'ஆன்லைனில்';
@override
- String get onlineKeyBackupEnabled => 'நிகழ்நிலை விசை காப்புப்பிரதி இயக்கப்பட்டது';
+ String get onlineKeyBackupEnabled =>
+ 'நிகழ்நிலை விசை காப்புப்பிரதி இயக்கப்பட்டது';
@override
- String get oopsPushError => 'அச்சச்சோ! துரதிர்ச்டவசமாக, புச் அறிவிப்புகளை அமைக்கும் போது பிழை ஏற்பட்டது.';
+ String get oopsPushError =>
+ 'அச்சச்சோ! துரதிர்ச்டவசமாக, புச் அறிவிப்புகளை அமைக்கும் போது பிழை ஏற்பட்டது.';
@override
String get oopsSomethingWentWrong => 'அச்சச்சோ, ஏதோ தவறு நடந்தது…';
@override
- String get openAppToReadMessages => 'செய்திகளைப் படிக்க பயன்பாட்டைத் திறக்கவும்';
+ String get openAppToReadMessages =>
+ 'செய்திகளைப் படிக்க பயன்பாட்டைத் திறக்கவும்';
@override
String get openCamera => 'திறந்த கேமரா';
@@ -1112,13 +1171,15 @@ class L10nTa extends L10n {
String get openVideoCamera => 'வீடியோவுக்கு கேமரா திறக்கவும்';
@override
- String get oneClientLoggedOut => 'உங்கள் வாடிக்கையாளர்களில் ஒருவர் உள்நுழைந்துள்ளார்';
+ String get oneClientLoggedOut =>
+ 'உங்கள் வாடிக்கையாளர்களில் ஒருவர் உள்நுழைந்துள்ளார்';
@override
String get addAccount => 'கணக்கைச் சேர்க்கவும்';
@override
- String get editBundlesForAccount => 'இந்த கணக்கிற்கான மூட்டைகளைத் திருத்தவும்';
+ String get editBundlesForAccount =>
+ 'இந்த கணக்கிற்கான மூட்டைகளைத் திருத்தவும்';
@override
String get addToBundle => 'மூட்டையில் சேர்க்கவும்';
@@ -1130,7 +1191,8 @@ class L10nTa extends L10n {
String get bundleName => 'மூட்டை பெயர்';
@override
- String get enableMultiAccounts => '(பீட்டா) இந்த சாதனத்தில் பல கணக்குகளை இயக்கவும்';
+ String get enableMultiAccounts =>
+ '(பீட்டா) இந்த சாதனத்தில் பல கணக்குகளை இயக்கவும்';
@override
String get openInMaps => 'வரைபடங்களில் திறந்திருக்கும்';
@@ -1139,7 +1201,8 @@ class L10nTa extends L10n {
String get link => 'இணைப்பு';
@override
- String get serverRequiresEmail => 'இந்த சேவையகம் பதிவுக்கு உங்கள் மின்னஞ்சல் முகவரியை சரிபார்க்க வேண்டும்.';
+ String get serverRequiresEmail =>
+ 'இந்த சேவையகம் பதிவுக்கு உங்கள் மின்னஞ்சல் முகவரியை சரிபார்க்க வேண்டும்.';
@override
String get or => 'அல்லது';
@@ -1163,10 +1226,12 @@ class L10nTa extends L10n {
String get passwordHasBeenChanged => 'கடவுச்சொல் மாற்றப்பட்டுள்ளது';
@override
- String get hideMemberChangesInPublicChats => 'பொது அரட்டைகளில் உறுப்பினர் மாற்றங்களை மறைக்கவும்';
+ String get hideMemberChangesInPublicChats =>
+ 'பொது அரட்டைகளில் உறுப்பினர் மாற்றங்களை மறைக்கவும்';
@override
- String get hideMemberChangesInPublicChatsBody => 'வாசிப்புத்திறனை மேம்படுத்த யாராவது ஒரு பொது அரட்டையில் சேர்ந்தால் அல்லது விட்டுவிட்டால் அரட்டை காலவரிசையில் காட்ட வேண்டாம்.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'வாசிப்புத்திறனை மேம்படுத்த யாராவது ஒரு பொது அரட்டையில் சேர்ந்தால் அல்லது விட்டுவிட்டால் அரட்டை காலவரிசையில் காட்ட வேண்டாம்.';
@override
String get overview => 'கண்ணோட்டம்';
@@ -1201,10 +1266,12 @@ class L10nTa extends L10n {
String get pleaseChooseAPasscode => 'பாச் குறியீட்டைத் தேர்வுசெய்க';
@override
- String get pleaseClickOnLink => 'மின்னஞ்சலில் உள்ள இணைப்பைக் சொடுக்கு செய்து தொடரவும்.';
+ String get pleaseClickOnLink =>
+ 'மின்னஞ்சலில் உள்ள இணைப்பைக் சொடுக்கு செய்து தொடரவும்.';
@override
- String get pleaseEnter4Digits => 'பயன்பாட்டு பூட்டை முடக்க 4 இலக்கங்களை உள்ளிடவும் அல்லது காலியாக விடவும்.';
+ String get pleaseEnter4Digits =>
+ 'பயன்பாட்டு பூட்டை முடக்க 4 இலக்கங்களை உள்ளிடவும் அல்லது காலியாக விடவும்.';
@override
String get pleaseEnterRecoveryKey => 'உங்கள் மீட்பு விசையை உள்ளிடவும்:';
@@ -1219,7 +1286,8 @@ class L10nTa extends L10n {
String get pleaseEnterYourUsername => 'உங்கள் பயனர்பெயரை உள்ளிடவும்';
@override
- String get pleaseFollowInstructionsOnWeb => 'வலைத்தளத்தின் வழிமுறைகளைப் பின்பற்றி அடுத்து தட்டவும்.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'வலைத்தளத்தின் வழிமுறைகளைப் பின்பற்றி அடுத்து தட்டவும்.';
@override
String get privacy => 'தனியுரிமை';
@@ -1304,7 +1372,8 @@ class L10nTa extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1382,12 @@ class L10nTa extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'இசைவு கோருங்கள்';
@@ -1416,7 +1487,8 @@ class L10nTa extends L10n {
}
@override
- String get separateChatTypes => 'நேரடி அரட்டைகள் மற்றும் குழுக்களை பிரிக்கவும்';
+ String get separateChatTypes =>
+ 'நேரடி அரட்டைகள் மற்றும் குழுக்களை பிரிக்கவும்';
@override
String get setAsCanonicalAlias => 'முதன்மையான மாற்றுப்பெயராக அமைக்கவும்';
@@ -1460,7 +1532,8 @@ class L10nTa extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'பிற பயனர்களிடமிருந்து நிலை செய்திகளைக் காட்டு';
@@ -1501,7 +1574,8 @@ class L10nTa extends L10n {
String get submit => 'சமர்ப்பிக்கவும்';
@override
- String get synchronizingPleaseWait => 'ஒத்திசைத்தல்… தயவுசெய்து காத்திருங்கள்.';
+ String get synchronizingPleaseWait =>
+ 'ஒத்திசைத்தல்… தயவுசெய்து காத்திருங்கள்.';
@override
String synchronizingPleaseWaitCounter(String percentage) {
@@ -1530,7 +1604,8 @@ class L10nTa extends L10n {
String get toggleUnread => 'மார்க் படிக்க/படிக்கவில்லை';
@override
- String get tooManyRequestsWarning => 'பல கோரிக்கைகள். தயவுசெய்து பின்னர் மீண்டும் முயற்சிக்கவும்!';
+ String get tooManyRequestsWarning =>
+ 'பல கோரிக்கைகள். தயவுசெய்து பின்னர் மீண்டும் முயற்சிக்கவும்!';
@override
String get transferFromAnotherDevice => 'மற்றொரு சாதனத்திலிருந்து மாற்றவும்';
@@ -1630,7 +1705,8 @@ class L10nTa extends L10n {
String get visibilityOfTheChatHistory => 'அரட்டை வரலாற்றின் தெரிவுநிலை';
@override
- String get visibleForAllParticipants => 'பங்கேற்பாளர்கள் அனைவருக்கும் தெரியும்';
+ String get visibleForAllParticipants =>
+ 'பங்கேற்பாளர்கள் அனைவருக்கும் தெரியும்';
@override
String get visibleForEveryone => 'அனைவருக்கும் தெரியும்';
@@ -1639,13 +1715,16 @@ class L10nTa extends L10n {
String get voiceMessage => 'குரல் செய்தி';
@override
- String get waitingPartnerAcceptRequest => 'கூட்டாளர் கோரிக்கையை ஏற்றுக்கொள்வதற்காக காத்திருக்கிறார்…';
+ String get waitingPartnerAcceptRequest =>
+ 'கூட்டாளர் கோரிக்கையை ஏற்றுக்கொள்வதற்காக காத்திருக்கிறார்…';
@override
- String get waitingPartnerEmoji => 'பங்குதாரர் ஈமோசியை ஏற்றுக்கொள்வதற்காக காத்திருக்கிறார்…';
+ String get waitingPartnerEmoji =>
+ 'பங்குதாரர் ஈமோசியை ஏற்றுக்கொள்வதற்காக காத்திருக்கிறார்…';
@override
- String get waitingPartnerNumbers => 'பங்குதாரர் எண்களை ஏற்றுக்கொள்வதற்காக காத்திருக்கிறார்…';
+ String get waitingPartnerNumbers =>
+ 'பங்குதாரர் எண்களை ஏற்றுக்கொள்வதற்காக காத்திருக்கிறார்…';
@override
String get wallpaper => 'வால்பேப்பர்:';
@@ -1654,22 +1733,27 @@ class L10nTa extends L10n {
String get warning => 'எச்சரிக்கை!';
@override
- String get weSentYouAnEmail => 'நாங்கள் உங்களுக்கு ஒரு மின்னஞ்சல் அனுப்பினோம்';
+ String get weSentYouAnEmail =>
+ 'நாங்கள் உங்களுக்கு ஒரு மின்னஞ்சல் அனுப்பினோம்';
@override
String get whoCanPerformWhichAction => 'எந்த செயலைச் செய்ய முடியும்';
@override
- String get whoIsAllowedToJoinThisGroup => 'இந்த குழுவில் சேர யார் அனுமதிக்கப்படுகிறார்கள்';
+ String get whoIsAllowedToJoinThisGroup =>
+ 'இந்த குழுவில் சேர யார் அனுமதிக்கப்படுகிறார்கள்';
@override
- String get whyDoYouWantToReportThis => 'இதை ஏன் புகாரளிக்க விரும்புகிறீர்கள்?';
+ String get whyDoYouWantToReportThis =>
+ 'இதை ஏன் புகாரளிக்க விரும்புகிறீர்கள்?';
@override
- String get wipeChatBackup => 'புதிய மீட்பு விசையை உருவாக்க உங்கள் அரட்டை காப்புப்பிரதியைத் துடைக்கவா?';
+ String get wipeChatBackup =>
+ 'புதிய மீட்பு விசையை உருவாக்க உங்கள் அரட்டை காப்புப்பிரதியைத் துடைக்கவா?';
@override
- String get withTheseAddressesRecoveryDescription => 'இந்த முகவரிகள் மூலம் உங்கள் கடவுச்சொல்லை மீட்டெடுக்கலாம்.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'இந்த முகவரிகள் மூலம் உங்கள் கடவுச்சொல்லை மீட்டெடுக்கலாம்.';
@override
String get writeAMessage => 'ஒரு செய்தியை எழுதுங்கள்…';
@@ -1681,10 +1765,12 @@ class L10nTa extends L10n {
String get you => 'நீங்கள்';
@override
- String get youAreNoLongerParticipatingInThisChat => 'இந்த அரட்டையில் நீங்கள் இனி பங்கேற்கவில்லை';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'இந்த அரட்டையில் நீங்கள் இனி பங்கேற்கவில்லை';
@override
- String get youHaveBeenBannedFromThisChat => 'இந்த அரட்டையிலிருந்து உங்களுக்கு தடை விதிக்கப்பட்டுள்ளது';
+ String get youHaveBeenBannedFromThisChat =>
+ 'இந்த அரட்டையிலிருந்து உங்களுக்கு தடை விதிக்கப்பட்டுள்ளது';
@override
String get yourPublicKey => 'உங்கள் பொது விசை';
@@ -1708,13 +1794,15 @@ class L10nTa extends L10n {
String get removeFromSpace => 'இடத்திலிருந்து அகற்று';
@override
- String get addToSpaceDescription => 'இந்த அரட்டையைச் சேர்க்க ஒரு இடத்தைத் தேர்ந்தெடுக்கவும்.';
+ String get addToSpaceDescription =>
+ 'இந்த அரட்டையைச் சேர்க்க ஒரு இடத்தைத் தேர்ந்தெடுக்கவும்.';
@override
String get start => 'தொடங்கு';
@override
- String get pleaseEnterRecoveryKeyDescription => 'உங்கள் பழைய செய்திகளைத் திறக்க, முந்தைய அமர்வில் உருவாக்கப்பட்ட உங்கள் மீட்பு விசையை உள்ளிடவும். உங்கள் மீட்பு விசை உங்கள் கடவுச்சொல் அல்ல.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'உங்கள் பழைய செய்திகளைத் திறக்க, முந்தைய அமர்வில் உருவாக்கப்பட்ட உங்கள் மீட்பு விசையை உள்ளிடவும். உங்கள் மீட்பு விசை உங்கள் கடவுச்சொல் அல்ல.';
@override
String get publish => 'வெளியிடுங்கள்';
@@ -1760,10 +1848,12 @@ class L10nTa extends L10n {
String get unsupportedAndroidVersion => 'ஆதரிக்கப்படாத ஆண்ட்ராய்டு பதிப்பு';
@override
- String get unsupportedAndroidVersionLong => 'இந்த அம்சத்திற்கு புதிய ஆண்ட்ராய்டு பதிப்பு தேவைப்படுகிறது. புதுப்பிப்புகள் அல்லது பரம்பரை OS ஆதரவை சரிபார்க்கவும்.';
+ String get unsupportedAndroidVersionLong =>
+ 'இந்த அம்சத்திற்கு புதிய ஆண்ட்ராய்டு பதிப்பு தேவைப்படுகிறது. புதுப்பிப்புகள் அல்லது பரம்பரை OS ஆதரவை சரிபார்க்கவும்.';
@override
- String get videoCallsBetaWarning => 'வீடியோ அழைப்புகள் தற்போது பீட்டாவில் உள்ளன என்பதை நினைவில் கொள்க. அவர்கள் எதிர்பார்த்தபடி வேலை செய்யக்கூடாது அல்லது எல்லா தளங்களிலும் வேலை செய்யக்கூடாது.';
+ String get videoCallsBetaWarning =>
+ 'வீடியோ அழைப்புகள் தற்போது பீட்டாவில் உள்ளன என்பதை நினைவில் கொள்க. அவர்கள் எதிர்பார்த்தபடி வேலை செய்யக்கூடாது அல்லது எல்லா தளங்களிலும் வேலை செய்யக்கூடாது.';
@override
String get experimentalVideoCalls => 'சோதனை வீடியோ அழைப்புகள்';
@@ -1775,7 +1865,8 @@ class L10nTa extends L10n {
String get indexedDbErrorTitle => 'தனியார் பயன்முறை சிக்கல்கள்';
@override
- String get indexedDbErrorLong => 'செய்தி சேமிப்பு துரதிர்ச்டவசமாக இயல்புநிலையாக தனிப்பட்ட பயன்முறையில் இயக்கப்படவில்லை.\n தயவுசெய்து பார்வையிடவும்\n - பற்றி: கட்டமைப்பு\n - கணம் dom.indexedDB.privateBrowsing.enabled பெறுநர் true\n இல்லையெனில், பஞ்சுபோன்றவை இயக்க முடியாது.';
+ String get indexedDbErrorLong =>
+ 'செய்தி சேமிப்பு துரதிர்ச்டவசமாக இயல்புநிலையாக தனிப்பட்ட பயன்முறையில் இயக்கப்படவில்லை.\n தயவுசெய்து பார்வையிடவும்\n - பற்றி: கட்டமைப்பு\n - கணம் dom.indexedDB.privateBrowsing.enabled பெறுநர் true\n இல்லையெனில், பஞ்சுபோன்றவை இயக்க முடியாது.';
@override
String switchToAccount(String number) {
@@ -1822,7 +1913,8 @@ class L10nTa extends L10n {
String get youJoinedTheChat => 'நீங்கள் அரட்டையில் சேர்ந்தீர்கள்';
@override
- String get youAcceptedTheInvitation => '👍 நீங்கள் அழைப்பை ஏற்றுக்கொண்டீர்கள்';
+ String get youAcceptedTheInvitation =>
+ '👍 நீங்கள் அழைப்பை ஏற்றுக்கொண்டீர்கள்';
@override
String youBannedUser(String user) {
@@ -1886,7 +1978,8 @@ class L10nTa extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'பொது இணைப்பு இதுவரை உருவாக்கப்படவில்லை';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'பொது இணைப்பு இதுவரை உருவாக்கப்படவில்லை';
@override
String get knock => 'தட்டவும்';
@@ -1898,10 +1991,12 @@ class L10nTa extends L10n {
String get unlockOldMessages => 'பழைய செய்திகளைத் திறக்கவும்';
@override
- String get storeInSecureStorageDescription => 'மீட்பு விசையை இந்த சாதனத்தின் பாதுகாப்பான சேமிப்பகத்தில் சேமிக்கவும்.';
+ String get storeInSecureStorageDescription =>
+ 'மீட்பு விசையை இந்த சாதனத்தின் பாதுகாப்பான சேமிப்பகத்தில் சேமிக்கவும்.';
@override
- String get saveKeyManuallyDescription => 'கணினி பகிர்வு உரையாடல் அல்லது கிளிப்போர்டைத் தூண்டுவதன் மூலம் இந்த விசையை கைமுறையாக சேமிக்கவும்.';
+ String get saveKeyManuallyDescription =>
+ 'கணினி பகிர்வு உரையாடல் அல்லது கிளிப்போர்டைத் தூண்டுவதன் மூலம் இந்த விசையை கைமுறையாக சேமிக்கவும்.';
@override
String get storeInAndroidKeystore => 'ஆண்ட்ராய்டு கீச்டோரில் சேமிக்கவும்';
@@ -1910,7 +2005,8 @@ class L10nTa extends L10n {
String get storeInAppleKeyChain => 'ஆப்பிள் கீச்சினில் சேமிக்கவும்';
@override
- String get storeSecurlyOnThisDevice => 'இந்த சாதனத்தில் பாதுகாப்பாக சேமிக்கவும்';
+ String get storeSecurlyOnThisDevice =>
+ 'இந்த சாதனத்தில் பாதுகாப்பாக சேமிக்கவும்';
@override
String countFiles(int count) {
@@ -1924,13 +2020,15 @@ class L10nTa extends L10n {
String get custom => 'தனிப்பயன்';
@override
- String get foregroundServiceRunning => 'முன்புற பணி இயங்கும்போது இந்த அறிவிப்பு தோன்றும்.';
+ String get foregroundServiceRunning =>
+ 'முன்புற பணி இயங்கும்போது இந்த அறிவிப்பு தோன்றும்.';
@override
String get screenSharingTitle => 'திரை பகிர்வு';
@override
- String get screenSharingDetail => 'உங்கள் திரையை FUFFYCHAT இல் பகிர்கிறீர்கள்';
+ String get screenSharingDetail =>
+ 'உங்கள் திரையை FUFFYCHAT இல் பகிர்கிறீர்கள்';
@override
String get callingPermissions => 'அழைப்பு அனுமதிகள்';
@@ -1939,22 +2037,26 @@ class L10nTa extends L10n {
String get callingAccount => 'அழைப்பு கணக்கு';
@override
- String get callingAccountDetails => 'சொந்த ஆண்ட்ராய்டு டயலர் பயன்பாட்டைப் பயன்படுத்த பஞ்சுபோன்றது அனுமதிக்கிறது.';
+ String get callingAccountDetails =>
+ 'சொந்த ஆண்ட்ராய்டு டயலர் பயன்பாட்டைப் பயன்படுத்த பஞ்சுபோன்றது அனுமதிக்கிறது.';
@override
String get appearOnTop => 'மேலே தோன்றும்';
@override
- String get appearOnTopDetails => 'பயன்பாடு மேலே தோன்ற அனுமதிக்கிறது (நீங்கள் ஏற்கனவே ஒரு அழைப்பு கணக்காக பஞ்சுபோன்ற அமைப்பைக் கொண்டிருந்தால் தேவையில்லை)';
+ String get appearOnTopDetails =>
+ 'பயன்பாடு மேலே தோன்ற அனுமதிக்கிறது (நீங்கள் ஏற்கனவே ஒரு அழைப்பு கணக்காக பஞ்சுபோன்ற அமைப்பைக் கொண்டிருந்தால் தேவையில்லை)';
@override
- String get otherCallingPermissions => 'மைக்ரோஃபோன், கேமரா மற்றும் பிற பஞ்சுபோன்ற அனுமதிகள்';
+ String get otherCallingPermissions =>
+ 'மைக்ரோஃபோன், கேமரா மற்றும் பிற பஞ்சுபோன்ற அனுமதிகள்';
@override
String get whyIsThisMessageEncrypted => 'இந்த செய்தி ஏன் படிக்க முடியாதது?';
@override
- String get noKeyForThisMessage => 'இந்த சாதனத்தில் உங்கள் கணக்கில் கையொப்பமிடுவதற்கு முன்பு செய்தி அனுப்பப்பட்டால் இது நிகழலாம்.\n\n அனுப்புநர் உங்கள் சாதனத்தைத் தடுத்துள்ளார் அல்லது இணைய இணைப்பில் ஏதேனும் தவறு ஏற்பட்டுள்ளது.\n\n மற்றொரு அமர்வில் செய்தியைப் படிக்க முடியுமா? அதிலிருந்து செய்தியை மாற்றலாம்! அமைப்புகள்> சாதனங்களுக்குச் சென்று, உங்கள் சாதனங்கள் ஒருவருக்கொருவர் சரிபார்த்துள்ளன என்பதை உறுதிப்படுத்தவும். அடுத்த முறை நீங்கள் அறையைத் திறக்கும்போது, இரண்டு அமர்வுகளும் முன்னணியில் இருக்கும்போது, விசைகள் தானாகவே அனுப்பப்படும்.\n\n வெளியேறும்போது அல்லது சாதனங்களை மாற்றும்போது விசைகளை இழக்க நீங்கள் விரும்பவில்லையா? அமைப்புகளில் அரட்டை காப்புப்பிரதியை நீங்கள் இயக்கியுள்ளீர்கள் என்பதை உறுதிப்படுத்திக் கொள்ளுங்கள்.';
+ String get noKeyForThisMessage =>
+ 'இந்த சாதனத்தில் உங்கள் கணக்கில் கையொப்பமிடுவதற்கு முன்பு செய்தி அனுப்பப்பட்டால் இது நிகழலாம்.\n\n அனுப்புநர் உங்கள் சாதனத்தைத் தடுத்துள்ளார் அல்லது இணைய இணைப்பில் ஏதேனும் தவறு ஏற்பட்டுள்ளது.\n\n மற்றொரு அமர்வில் செய்தியைப் படிக்க முடியுமா? அதிலிருந்து செய்தியை மாற்றலாம்! அமைப்புகள்> சாதனங்களுக்குச் சென்று, உங்கள் சாதனங்கள் ஒருவருக்கொருவர் சரிபார்த்துள்ளன என்பதை உறுதிப்படுத்தவும். அடுத்த முறை நீங்கள் அறையைத் திறக்கும்போது, இரண்டு அமர்வுகளும் முன்னணியில் இருக்கும்போது, விசைகள் தானாகவே அனுப்பப்படும்.\n\n வெளியேறும்போது அல்லது சாதனங்களை மாற்றும்போது விசைகளை இழக்க நீங்கள் விரும்பவில்லையா? அமைப்புகளில் அரட்டை காப்புப்பிரதியை நீங்கள் இயக்கியுள்ளீர்கள் என்பதை உறுதிப்படுத்திக் கொள்ளுங்கள்.';
@override
String get newGroup => 'புதிய குழு';
@@ -1977,7 +2079,8 @@ class L10nTa extends L10n {
}
@override
- String get hideUnimportantStateEvents => 'முக்கியமற்ற மாநில நிகழ்வுகளை மறைக்கவும்';
+ String get hideUnimportantStateEvents =>
+ 'முக்கியமற்ற மாநில நிகழ்வுகளை மறைக்கவும்';
@override
String get hidePresences => 'நிலை பட்டியலை மறைக்கவா?';
@@ -1991,13 +2094,15 @@ class L10nTa extends L10n {
}
@override
- String get newSpaceDescription => 'உங்கள் அரட்டைகளை ஒருங்கிணைத்து தனியார் அல்லது பொது சமூகங்களை உருவாக்க இடைவெளிகள் உங்களை அனுமதிக்கிறது.';
+ String get newSpaceDescription =>
+ 'உங்கள் அரட்டைகளை ஒருங்கிணைத்து தனியார் அல்லது பொது சமூகங்களை உருவாக்க இடைவெளிகள் உங்களை அனுமதிக்கிறது.';
@override
String get encryptThisChat => 'இந்த அரட்டையை குறியாக்கவும்';
@override
- String get disableEncryptionWarning => 'பாதுகாப்பு காரணங்களுக்காக நீங்கள் ஒரு அரட்டையில் குறியாக்கத்தை முடக்க முடியாது, அது இதற்கு முன்பு இயக்கப்பட்டிருக்கிறது.';
+ String get disableEncryptionWarning =>
+ 'பாதுகாப்பு காரணங்களுக்காக நீங்கள் ஒரு அரட்டையில் குறியாக்கத்தை முடக்க முடியாது, அது இதற்கு முன்பு இயக்கப்பட்டிருக்கிறது.';
@override
String get sorryThatsNotPossible => 'மன்னிக்கவும் ... அது சாத்தியமில்லை';
@@ -2009,7 +2114,8 @@ class L10nTa extends L10n {
String get reopenChat => 'அரட்டையை மீண்டும் திறக்கவும்';
@override
- String get noBackupWarning => 'எச்சரிக்கை! அரட்டை காப்புப்பிரதியை இயக்காமல், உங்கள் மறைகுறியாக்கப்பட்ட செய்திகளுக்கான அணுகலை இழப்பீர்கள். வெளியேறுவதற்கு முன் முதலில் அரட்டை காப்புப்பிரதியை இயக்க மிகவும் பரிந்துரைக்கப்படுகிறது.';
+ String get noBackupWarning =>
+ 'எச்சரிக்கை! அரட்டை காப்புப்பிரதியை இயக்காமல், உங்கள் மறைகுறியாக்கப்பட்ட செய்திகளுக்கான அணுகலை இழப்பீர்கள். வெளியேறுவதற்கு முன் முதலில் அரட்டை காப்புப்பிரதியை இயக்க மிகவும் பரிந்துரைக்கப்படுகிறது.';
@override
String get noOtherDevicesFound => 'வேறு சாதனங்கள் எதுவும் கிடைக்கவில்லை';
@@ -2037,7 +2143,8 @@ class L10nTa extends L10n {
String get openLinkInBrowser => 'உலாவியில் திறந்த இணைப்பை திறக்கவும்';
@override
- String get reportErrorDescription => '😭 ஓ இல்லை. ஏதோ தவறு நடந்தது. நீங்கள் விரும்பினால், இந்த பிழையை டெவலப்பர்களிடம் புகாரளிக்கலாம்.';
+ String get reportErrorDescription =>
+ '😭 ஓ இல்லை. ஏதோ தவறு நடந்தது. நீங்கள் விரும்பினால், இந்த பிழையை டெவலப்பர்களிடம் புகாரளிக்கலாம்.';
@override
String get report => 'அறிக்கை';
@@ -2046,7 +2153,8 @@ class L10nTa extends L10n {
String get signInWithPassword => 'கடவுச்சொல்லுடன் உள்நுழைக';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'தயவுசெய்து பின்னர் மீண்டும் முயற்சிக்கவும் அல்லது வேறு சேவையகத்தைத் தேர்வுசெய்க.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'தயவுசெய்து பின்னர் மீண்டும் முயற்சிக்கவும் அல்லது வேறு சேவையகத்தைத் தேர்வுசெய்க.';
@override
String signInWith(String provider) {
@@ -2054,7 +2162,8 @@ class L10nTa extends L10n {
}
@override
- String get profileNotFound => 'பயனரை சேவையகத்தில் காண முடியவில்லை. ஒரு இணைப்பு சிக்கல் இருக்கலாம் அல்லது பயனர் இல்லை.';
+ String get profileNotFound =>
+ 'பயனரை சேவையகத்தில் காண முடியவில்லை. ஒரு இணைப்பு சிக்கல் இருக்கலாம் அல்லது பயனர் இல்லை.';
@override
String get setTheme => 'கருப்பொருள் அமைக்கவும்:';
@@ -2080,22 +2189,28 @@ class L10nTa extends L10n {
}
@override
- String get pleaseEnterANumber => 'தயவுசெய்து 0 ஐ விட அதிகமான எண்ணை உள்ளிடவும்';
+ String get pleaseEnterANumber =>
+ 'தயவுசெய்து 0 ஐ விட அதிகமான எண்ணை உள்ளிடவும்';
@override
- String get archiveRoomDescription => 'அரட்டை காப்பகத்திற்கு நகர்த்தப்படும். மற்ற பயனர்கள் நீங்கள் அரட்டையை விட்டுவிட்டீர்கள் என்பதைக் காண முடியும்.';
+ String get archiveRoomDescription =>
+ 'அரட்டை காப்பகத்திற்கு நகர்த்தப்படும். மற்ற பயனர்கள் நீங்கள் அரட்டையை விட்டுவிட்டீர்கள் என்பதைக் காண முடியும்.';
@override
- String get roomUpgradeDescription => 'அரட்டை பின்னர் புதிய அறை பதிப்பில் மீண்டும் உருவாக்கப்படும். பங்கேற்பாளர்கள் அனைவருக்கும் புதிய அரட்டைக்கு மாற வேண்டும் என்று அறிவிக்கப்படும். அறை பதிப்புகள் பற்றி மேலும் அறிய https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'அரட்டை பின்னர் புதிய அறை பதிப்பில் மீண்டும் உருவாக்கப்படும். பங்கேற்பாளர்கள் அனைவருக்கும் புதிய அரட்டைக்கு மாற வேண்டும் என்று அறிவிக்கப்படும். அறை பதிப்புகள் பற்றி மேலும் அறிய https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'நீங்கள் இந்த சாதனத்திலிருந்து வெளியேறுவீர்கள், இனி செய்திகளைப் பெற முடியாது.';
+ String get removeDevicesDescription =>
+ 'நீங்கள் இந்த சாதனத்திலிருந்து வெளியேறுவீர்கள், இனி செய்திகளைப் பெற முடியாது.';
@override
- String get banUserDescription => 'பயனர் அரட்டையிலிருந்து தடைசெய்யப்படுவார், மேலும் அவை தடைசெய்யப்படாத வரை மீண்டும் அரட்டையில் நுழைய முடியாது.';
+ String get banUserDescription =>
+ 'பயனர் அரட்டையிலிருந்து தடைசெய்யப்படுவார், மேலும் அவை தடைசெய்யப்படாத வரை மீண்டும் அரட்டையில் நுழைய முடியாது.';
@override
- String get unbanUserDescription => 'அவர்கள் முயற்சித்தால் பயனர் மீண்டும் அரட்டையை உள்ளிட முடியும்.';
+ String get unbanUserDescription =>
+ 'அவர்கள் முயற்சித்தால் பயனர் மீண்டும் அரட்டையை உள்ளிட முடியும்.';
@override
String doYouWantToKick(String user) {
@@ -2108,10 +2223,12 @@ class L10nTa extends L10n {
}
@override
- String get kickUserDescription => 'பயனர் அரட்டையிலிருந்து வெளியேற்றப்படுகிறார், ஆனால் தடை செய்யப்படவில்லை. பொது அரட்டைகளில், பயனர் எந்த நேரத்திலும் மீண்டும் சேரலாம்.';
+ String get kickUserDescription =>
+ 'பயனர் அரட்டையிலிருந்து வெளியேற்றப்படுகிறார், ஆனால் தடை செய்யப்படவில்லை. பொது அரட்டைகளில், பயனர் எந்த நேரத்திலும் மீண்டும் சேரலாம்.';
@override
- String get makeAdminDescription => 'இந்த பயனர் நிர்வாகியை நீங்கள் செய்தவுடன், இதை நீங்கள் செயல்தவிர்க்க முடியாமல் போகலாம், ஏனெனில் அவை உங்களைப் போன்ற அதே அனுமதிகளைக் கொண்டிருக்கும்.';
+ String get makeAdminDescription =>
+ 'இந்த பயனர் நிர்வாகியை நீங்கள் செய்தவுடன், இதை நீங்கள் செயல்தவிர்க்க முடியாமல் போகலாம், ஏனெனில் அவை உங்களைப் போன்ற அதே அனுமதிகளைக் கொண்டிருக்கும்.';
@override
String get pushNotificationsNotAvailable => 'புச் அறிவிப்புகள் கிடைக்கவில்லை';
@@ -2145,13 +2262,15 @@ class L10nTa extends L10n {
String get groupName => 'குழு பெயர்';
@override
- String get createGroupAndInviteUsers => 'ஒரு குழுவை உருவாக்கி பயனர்களை அழைக்கவும்';
+ String get createGroupAndInviteUsers =>
+ 'ஒரு குழுவை உருவாக்கி பயனர்களை அழைக்கவும்';
@override
String get groupCanBeFoundViaSearch => 'தேடல் வழியாக குழுவை காணலாம்';
@override
- String get wrongRecoveryKey => 'மன்னிக்கவும் ... இது சரியான மீட்பு விசையாகத் தெரியவில்லை.';
+ String get wrongRecoveryKey =>
+ 'மன்னிக்கவும் ... இது சரியான மீட்பு விசையாகத் தெரியவில்லை.';
@override
String get startConversation => 'உரையாடலைத் தொடங்குங்கள்';
@@ -2163,7 +2282,8 @@ class L10nTa extends L10n {
String get databaseMigrationTitle => 'தரவுத்தளம் உகந்ததாக உள்ளது';
@override
- String get databaseMigrationBody => 'தயவுசெய்து காத்திருங்கள். இது ஒரு கணம் ஆகலாம்.';
+ String get databaseMigrationBody =>
+ 'தயவுசெய்து காத்திருங்கள். இது ஒரு கணம் ஆகலாம்.';
@override
String get leaveEmptyToClearStatus => 'உங்கள் நிலையை அழிக்க காலியாக விடவும்.';
@@ -2175,7 +2295,8 @@ class L10nTa extends L10n {
String get searchForUsers => '@Users ஐத் தேடுங்கள் ...';
@override
- String get pleaseEnterYourCurrentPassword => 'உங்கள் தற்போதைய கடவுச்சொல்லை உள்ளிடவும்';
+ String get pleaseEnterYourCurrentPassword =>
+ 'உங்கள் தற்போதைய கடவுச்சொல்லை உள்ளிடவும்';
@override
String get newPassword => 'புதிய கடவுச்சொல்';
@@ -2265,28 +2386,33 @@ class L10nTa extends L10n {
String get sendReadReceipts => 'வாசிப்பு ரசீதுகளை அனுப்பவும்';
@override
- String get sendTypingNotificationsDescription => 'அரட்டையில் பங்கேற்பாளர்கள் நீங்கள் ஒரு புதிய செய்தியைத் தட்டச்சு செய்யும் போது காணலாம்.';
+ String get sendTypingNotificationsDescription =>
+ 'அரட்டையில் பங்கேற்பாளர்கள் நீங்கள் ஒரு புதிய செய்தியைத் தட்டச்சு செய்யும் போது காணலாம்.';
@override
- String get sendReadReceiptsDescription => 'அரட்டையில் பங்கேற்பாளர்கள் நீங்கள் ஒரு செய்தியைப் படிக்கும்போது பார்க்கலாம்.';
+ String get sendReadReceiptsDescription =>
+ 'அரட்டையில் பங்கேற்பாளர்கள் நீங்கள் ஒரு செய்தியைப் படிக்கும்போது பார்க்கலாம்.';
@override
String get formattedMessages => 'வடிவமைக்கப்பட்ட செய்திகள்';
@override
- String get formattedMessagesDescription => 'மார்க் டவுனைப் பயன்படுத்தி தைரியமான உரை போன்ற பணக்கார செய்தி உள்ளடக்கத்தைக் காண்பி.';
+ String get formattedMessagesDescription =>
+ 'மார்க் டவுனைப் பயன்படுத்தி தைரியமான உரை போன்ற பணக்கார செய்தி உள்ளடக்கத்தைக் காண்பி.';
@override
String get verifyOtherUser => 'Poser மற்ற பயனரை சரிபார்க்கவும்';
@override
- String get verifyOtherUserDescription => 'நீங்கள் மற்றொரு பயனரைச் சரிபார்த்தால், நீங்கள் உண்மையில் யாருக்கு எழுதுகிறீர்கள் என்பது உங்களுக்குத் தெரியும் என்பதை நீங்கள் உறுதியாக நம்பலாம். .\n\n நீங்கள் ஒரு சரிபார்ப்பைத் தொடங்கும்போது, நீங்களும் மற்ற பயனரும் பயன்பாட்டில் ஒரு பாப்அப்பைக் காண்பீர்கள். நீங்கள் ஒருவருக்கொருவர் ஒப்பிட வேண்டிய தொடர்ச்சியான ஈமோசிகள் அல்லது எண்களைக் காண்பீர்கள்.\n\n இதைச் செய்வதற்கான சிறந்த வழி வீடியோ அழைப்பைச் சந்திப்பது அல்லது தொடங்குவது. .';
+ String get verifyOtherUserDescription =>
+ 'நீங்கள் மற்றொரு பயனரைச் சரிபார்த்தால், நீங்கள் உண்மையில் யாருக்கு எழுதுகிறீர்கள் என்பது உங்களுக்குத் தெரியும் என்பதை நீங்கள் உறுதியாக நம்பலாம். .\n\n நீங்கள் ஒரு சரிபார்ப்பைத் தொடங்கும்போது, நீங்களும் மற்ற பயனரும் பயன்பாட்டில் ஒரு பாப்அப்பைக் காண்பீர்கள். நீங்கள் ஒருவருக்கொருவர் ஒப்பிட வேண்டிய தொடர்ச்சியான ஈமோசிகள் அல்லது எண்களைக் காண்பீர்கள்.\n\n இதைச் செய்வதற்கான சிறந்த வழி வீடியோ அழைப்பைச் சந்திப்பது அல்லது தொடங்குவது. .';
@override
String get verifyOtherDevice => 'Sevice பிற சாதனத்தை சரிபார்க்கவும்';
@override
- String get verifyOtherDeviceDescription => 'நீங்கள் மற்றொரு சாதனத்தை சரிபார்க்கும்போது, அந்த சாதனங்கள் விசைகளை பரிமாறிக்கொள்ளலாம், உங்கள் ஒட்டுமொத்த பாதுகாப்பை அதிகரிக்கும். So நீங்கள் ஒரு சரிபார்ப்பைத் தொடங்கும்போது, இரண்டு சாதனங்களிலும் பயன்பாட்டில் ஒரு பாப்அப் தோன்றும். நீங்கள் ஒருவருக்கொருவர் ஒப்பிட வேண்டிய தொடர்ச்சியான ஈமோசிகள் அல்லது எண்களைக் காண்பீர்கள். நீங்கள் சரிபார்ப்பைத் தொடங்குவதற்கு முன்பு இரண்டு சாதனங்களையும் எளிதில் வைத்திருப்பது நல்லது. .';
+ String get verifyOtherDeviceDescription =>
+ 'நீங்கள் மற்றொரு சாதனத்தை சரிபார்க்கும்போது, அந்த சாதனங்கள் விசைகளை பரிமாறிக்கொள்ளலாம், உங்கள் ஒட்டுமொத்த பாதுகாப்பை அதிகரிக்கும். So நீங்கள் ஒரு சரிபார்ப்பைத் தொடங்கும்போது, இரண்டு சாதனங்களிலும் பயன்பாட்டில் ஒரு பாப்அப் தோன்றும். நீங்கள் ஒருவருக்கொருவர் ஒப்பிட வேண்டிய தொடர்ச்சியான ஈமோசிகள் அல்லது எண்களைக் காண்பீர்கள். நீங்கள் சரிபார்ப்பைத் தொடங்குவதற்கு முன்பு இரண்டு சாதனங்களையும் எளிதில் வைத்திருப்பது நல்லது. .';
@override
String acceptedKeyVerification(String sender) {
@@ -2334,10 +2460,12 @@ class L10nTa extends L10n {
String get discover => 'கண்டுபிடி';
@override
- String get commandHint_ignore => 'கொடுக்கப்பட்ட மேட்ரிக்ச் ஐடியை புறக்கணிக்கவும்';
+ String get commandHint_ignore =>
+ 'கொடுக்கப்பட்ட மேட்ரிக்ச் ஐடியை புறக்கணிக்கவும்';
@override
- String get commandHint_unignore => 'கொடுக்கப்பட்ட மேட்ரிக்ச் ஐடியை இணைக்கவும்';
+ String get commandHint_unignore =>
+ 'கொடுக்கப்பட்ட மேட்ரிக்ச் ஐடியை இணைக்கவும்';
@override
String unreadChatsInApp(String appname, String unread) {
@@ -2345,7 +2473,8 @@ class L10nTa extends L10n {
}
@override
- String get noDatabaseEncryption => 'இந்த மேடையில் தரவுத்தள குறியாக்கம் ஆதரிக்கப்படவில்லை';
+ String get noDatabaseEncryption =>
+ 'இந்த மேடையில் தரவுத்தள குறியாக்கம் ஆதரிக்கப்படவில்லை';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2530,23 @@ class L10nTa extends L10n {
String get changeTheChatPermissions => 'அரட்டை அனுமதிகளை மாற்றவும்';
@override
- String get changeTheVisibilityOfChatHistory => 'அரட்டை வரலாற்றின் தெரிவுநிலையை மாற்றவும்';
+ String get changeTheVisibilityOfChatHistory =>
+ 'அரட்டை வரலாற்றின் தெரிவுநிலையை மாற்றவும்';
@override
- String get changeTheCanonicalRoomAlias => 'முக்கிய பொது அரட்டை முகவரியை மாற்றவும்';
+ String get changeTheCanonicalRoomAlias =>
+ 'முக்கிய பொது அரட்டை முகவரியை மாற்றவும்';
@override
String get sendRoomNotifications => 'ஒரு @ROOM அறிவிப்புகளை அனுப்பவும்';
@override
- String get changeTheDescriptionOfTheGroup => 'அரட்டையின் விளக்கத்தை மாற்றவும்';
+ String get changeTheDescriptionOfTheGroup =>
+ 'அரட்டையின் விளக்கத்தை மாற்றவும்';
@override
- String get chatPermissionsDescription => 'இந்த அரட்டையில் சில செயல்களுக்கு எந்த ஆற்றல் நிலை தேவை என்பதை வரையறுக்கவும். 0, 50 மற்றும் 100 ஆற்றல் நிலைகள் பொதுவாக பயனர்கள், மதிப்பீட்டாளர்கள் மற்றும் நிர்வாகிகளைக் குறிக்கின்றன, ஆனால் எந்த தரமும் சாத்தியமாகும்.';
+ String get chatPermissionsDescription =>
+ 'இந்த அரட்டையில் சில செயல்களுக்கு எந்த ஆற்றல் நிலை தேவை என்பதை வரையறுக்கவும். 0, 50 மற்றும் 100 ஆற்றல் நிலைகள் பொதுவாக பயனர்கள், மதிப்பீட்டாளர்கள் மற்றும் நிர்வாகிகளைக் குறிக்கின்றன, ஆனால் எந்த தரமும் சாத்தியமாகும்.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2569,12 @@ class L10nTa extends L10n {
String get whatIsAHomeserver => 'ஓம்சர்வர் என்றால் என்ன?';
@override
- String get homeserverDescription => 'உங்கள் எல்லா தரவுகளும் ஒரு மின்னஞ்சல் வழங்குநரைப் போலவே ஓம்சர்வரில் சேமிக்கப்படுகின்றன. நீங்கள் எந்த ஓம்சர்வரை பயன்படுத்த விரும்புகிறீர்கள் என்பதை நீங்கள் தேர்வு செய்யலாம், அதே நேரத்தில் நீங்கள் எல்லோரிடமும் தொடர்பு கொள்ளலாம். Https://matrix.org இல் மேலும் அறிக.';
+ String get homeserverDescription =>
+ 'உங்கள் எல்லா தரவுகளும் ஒரு மின்னஞ்சல் வழங்குநரைப் போலவே ஓம்சர்வரில் சேமிக்கப்படுகின்றன. நீங்கள் எந்த ஓம்சர்வரை பயன்படுத்த விரும்புகிறீர்கள் என்பதை நீங்கள் தேர்வு செய்யலாம், அதே நேரத்தில் நீங்கள் எல்லோரிடமும் தொடர்பு கொள்ளலாம். Https://matrix.org இல் மேலும் அறிக.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'இணக்கமான ஓம்சர்வர் என்று தெரியவில்லை. தவறான URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'இணக்கமான ஓம்சர்வர் என்று தெரியவில்லை. தவறான URL?';
@override
String get calculatingFileSize => 'கோப்பு அளவைக் கணக்கிடுகிறது ...';
@@ -2451,7 +2586,8 @@ class L10nTa extends L10n {
String get sendingAttachment => 'இணைப்பை அனுப்புகிறது ...';
@override
- String get generatingVideoThumbnail => 'வீடியோ சிறு உருவத்தை உருவாக்குதல் ...';
+ String get generatingVideoThumbnail =>
+ 'வீடியோ சிறு உருவத்தை உருவாக்குதல் ...';
@override
String get compressVideo => 'அமைக்கும் வீடியோ ...';
@@ -2467,16 +2603,19 @@ class L10nTa extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'உங்கள் சாதனங்களில் ஒன்று சரிபார்க்கப்படவில்லை';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'உங்கள் சாதனங்களில் ஒன்று சரிபார்க்கப்படவில்லை';
@override
- String get noticeChatBackupDeviceVerification => 'குறிப்பு: உங்கள் எல்லா சாதனங்களையும் அரட்டை காப்புப்பிரதியுடன் இணைக்கும்போது, அவை தானாகவே சரிபார்க்கப்படும்.';
+ String get noticeChatBackupDeviceVerification =>
+ 'குறிப்பு: உங்கள் எல்லா சாதனங்களையும் அரட்டை காப்புப்பிரதியுடன் இணைக்கும்போது, அவை தானாகவே சரிபார்க்கப்படும்.';
@override
String get continueText => 'தொடரவும்';
@override
- String get welcomeText => 'ஏய் ஏய் 👋 இது பஞ்சுபோன்றது. Https://matrix.org உடன் இணக்கமான எந்த ஓம்சர்வரில் நீங்கள் உள்நுழையலாம். பின்னர் யாருடனும் அரட்டையடிக்கவும். இது ஒரு பெரிய பரவலாக்கப்பட்ட செய்தியிடல் நெட்வொர்க்!';
+ String get welcomeText =>
+ 'ஏய் ஏய் 👋 இது பஞ்சுபோன்றது. Https://matrix.org உடன் இணக்கமான எந்த ஓம்சர்வரில் நீங்கள் உள்நுழையலாம். பின்னர் யாருடனும் அரட்டையடிக்கவும். இது ஒரு பெரிய பரவலாக்கப்பட்ட செய்தியிடல் நெட்வொர்க்!';
@override
String get blur => 'மங்கலானது:';
@@ -2491,7 +2630,8 @@ class L10nTa extends L10n {
String get manageAccount => 'கணக்கை நிர்வகிக்கவும்';
@override
- String get noContactInformationProvided => 'சேவையகம் எந்த சரியான தொடர்பு தகவலையும் வழங்காது';
+ String get noContactInformationProvided =>
+ 'சேவையகம் எந்த சரியான தொடர்பு தகவலையும் வழங்காது';
@override
String get contactServerAdmin => 'சேவையக நிர்வாகி தொடர்பு';
@@ -2536,13 +2676,15 @@ class L10nTa extends L10n {
String get addLink => 'இணைப்பைச் சேர்க்கவும்';
@override
- String get unableToJoinChat => 'அரட்டையில் சேர முடியவில்லை. ஒருவேளை மற்ற கட்சி ஏற்கனவே உரையாடலை மூடியிருக்கலாம்.';
+ String get unableToJoinChat =>
+ 'அரட்டையில் சேர முடியவில்லை. ஒருவேளை மற்ற கட்சி ஏற்கனவே உரையாடலை மூடியிருக்கலாம்.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2692,8 @@ class L10nTa extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2702,8 @@ class L10nTa extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2718,8 @@ class L10nTa extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2728,142 @@ class L10nTa extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2871,8 @@ class L10nTa extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2881,15 @@ class L10nTa extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2919,6 @@ class L10nTa extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_te.dart b/lib/generated/l10n/l10n_te.dart
index dd04a54..40c5621 100644
--- a/lib/generated/l10n/l10n_te.dart
+++ b/lib/generated/l10n/l10n_te.dart
@@ -15,7 +15,8 @@ class L10nTe extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nTe extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nTe extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'పాస్వర్డ్ను పునరావృతం చేయండి';
@@ -122,7 +126,8 @@ class L10nTe extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nTe extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'తొలగించు';
@@ -188,7 +194,8 @@ class L10nTe extends L10n {
String get addEmail => 'Add email';
@override
- String get confirmMatrixId => 'Please confirm your Matrix ID in order to delete your account.';
+ String get confirmMatrixId =>
+ 'Please confirm your Matrix ID in order to delete your account.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nTe extends L10n {
String get allChats => 'All chats';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Send some googly eyes';
@@ -252,7 +260,8 @@ class L10nTe extends L10n {
String get appLock => 'App lock';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'Archive';
@@ -267,7 +276,8 @@ class L10nTe extends L10n {
String get areYouSureYouWantToLogout => 'Are you sure you want to log out?';
@override
- String get askSSSSSign => 'To be able to sign the other person, please enter your secure store passphrase or recovery key.';
+ String get askSSSSSign =>
+ 'To be able to sign the other person, please enter your secure store passphrase or recovery key.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +285,12 @@ class L10nTe extends L10n {
}
@override
- String get autoplayImages => 'Automatically play animated stickers and emotes';
+ String get autoplayImages =>
+ 'Automatically play animated stickers and emotes';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'The homeserver supports the login types:\n$serverVersions\nBut this app supports only:\n$supportedVersions';
}
@@ -292,7 +304,8 @@ class L10nTe extends L10n {
String get sendOnEnter => 'Send on enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'The homeserver supports the Spec versions:\n$serverVersions\nBut this app supports only $supportedVersions';
}
@@ -305,7 +318,8 @@ class L10nTe extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -436,7 +450,8 @@ class L10nTe extends L10n {
String get changeYourAvatar => 'Change your avatar';
@override
- String get channelCorruptedDecryptError => 'The encryption has been corrupted';
+ String get channelCorruptedDecryptError =>
+ 'The encryption has been corrupted';
@override
String get chat => 'Chat';
@@ -448,7 +463,8 @@ class L10nTe extends L10n {
String get chatBackup => 'Chat backup';
@override
- String get chatBackupDescription => 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
+ String get chatBackupDescription =>
+ 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
@override
String get chatDetails => 'Chat details';
@@ -469,7 +485,8 @@ class L10nTe extends L10n {
String get close => 'Close';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +498,15 @@ class L10nTe extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Send HTML-formatted text';
@@ -508,13 +527,15 @@ class L10nTe extends L10n {
String get commandHint_me => 'Describe yourself';
@override
- String get commandHint_myroomavatar => 'Set your picture for this room (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Set your picture for this room (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Set your display name for this room';
@override
- String get commandHint_op => 'Set the given user\'s power level (default: 50)';
+ String get commandHint_op =>
+ 'Set the given user\'s power level (default: 50)';
@override
String get commandHint_plain => 'Send unformatted text';
@@ -552,7 +573,8 @@ class L10nTe extends L10n {
String get connect => 'Connect';
@override
- String get contactHasBeenInvitedToTheGroup => 'Contact has been invited to the group';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Contact has been invited to the group';
@override
String get containsDisplayName => 'Contains display name';
@@ -561,7 +583,8 @@ class L10nTe extends L10n {
String get containsUserName => 'Contains username';
@override
- String get contentHasBeenReported => 'The content has been reported to the server admins';
+ String get contentHasBeenReported =>
+ 'The content has been reported to the server admins';
@override
String get copiedToClipboard => 'Copied to clipboard';
@@ -618,7 +641,8 @@ class L10nTe extends L10n {
}
@override
- String get deactivateAccountWarning => 'This will deactivate your user account. This can not be undone! Are you sure?';
+ String get deactivateAccountWarning =>
+ 'This will deactivate your user account. This can not be undone! Are you sure?';
@override
String get defaultPermissionLevel => 'Default permission level for new users';
@@ -684,7 +708,8 @@ class L10nTe extends L10n {
String get emoteInvalid => 'Invalid emote shortcode!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Emote packs for room';
@@ -699,7 +724,8 @@ class L10nTe extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +734,15 @@ class L10nTe extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Emote shortcode';
@override
- String get emoteWarnNeedToPick => 'You need to pick an emote shortcode and an image!';
+ String get emoteWarnNeedToPick =>
+ 'You need to pick an emote shortcode and an image!';
@override
String get emptyChat => 'Empty chat';
@@ -726,7 +754,8 @@ class L10nTe extends L10n {
String get enableEncryption => 'Enable encryption';
@override
- String get enableEncryptionWarning => 'You won\'t be able to disable the encryption anymore. Are you sure?';
+ String get enableEncryptionWarning =>
+ 'You won\'t be able to disable the encryption anymore. Are you sure?';
@override
String get encrypted => 'Encrypted';
@@ -824,10 +853,12 @@ class L10nTe extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'How offensive is this content?';
@@ -845,7 +876,8 @@ class L10nTe extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -885,10 +917,12 @@ class L10nTe extends L10n {
String get invited => 'Invited';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +990,22 @@ class L10nTe extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1017,12 @@ class L10nTe extends L10n {
String get loadMore => 'Load more…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Login';
@@ -1015,7 +1054,8 @@ class L10nTe extends L10n {
String get muteChat => 'Mute chat';
@override
- String get needPantalaimonWarning => 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
+ String get needPantalaimonWarning =>
+ 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
@override
String get newChat => 'New chat';
@@ -1039,10 +1079,12 @@ class L10nTe extends L10n {
String get noEmotesFound => 'No emotes found. 😕';
@override
- String get noEncryptionForPublicRooms => 'You can only activate encryption as soon as the room is no longer publicly accessible.';
+ String get noEncryptionForPublicRooms =>
+ 'You can only activate encryption as soon as the room is no longer publicly accessible.';
@override
- String get noGoogleServicesWarning => 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1101,8 @@ class L10nTe extends L10n {
String get none => 'None';
@override
- String get noPasswordRecoveryDescription => 'You have not added a way to recover your password yet.';
+ String get noPasswordRecoveryDescription =>
+ 'You have not added a way to recover your password yet.';
@override
String get noPermission => 'No permission';
@@ -1071,7 +1114,8 @@ class L10nTe extends L10n {
String get notifications => 'Notifications';
@override
- String get notificationsEnabledForThisAccount => 'Notifications enabled for this account';
+ String get notificationsEnabledForThisAccount =>
+ 'Notifications enabled for this account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1141,8 @@ class L10nTe extends L10n {
String get onlineKeyBackupEnabled => 'Online Key Backup is enabled';
@override
- String get oopsPushError => 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
+ String get oopsPushError =>
+ 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
@override
String get oopsSomethingWentWrong => 'Oops, something went wrong…';
@@ -1130,7 +1175,8 @@ class L10nTe extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1185,8 @@ class L10nTe extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'Or';
@@ -1163,10 +1210,12 @@ class L10nTe extends L10n {
String get passwordHasBeenChanged => 'Password has been changed';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1250,12 @@ class L10nTe extends L10n {
String get pleaseChooseAPasscode => 'Please choose a pass code';
@override
- String get pleaseClickOnLink => 'Please click on the link in the email and then proceed.';
+ String get pleaseClickOnLink =>
+ 'Please click on the link in the email and then proceed.';
@override
- String get pleaseEnter4Digits => 'Please enter 4 digits or leave empty to disable app lock.';
+ String get pleaseEnter4Digits =>
+ 'Please enter 4 digits or leave empty to disable app lock.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1270,8 @@ class L10nTe extends L10n {
String get pleaseEnterYourUsername => 'Please enter your username';
@override
- String get pleaseFollowInstructionsOnWeb => 'Please follow the instructions on the website and tap on next.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Please follow the instructions on the website and tap on next.';
@override
String get privacy => 'Privacy';
@@ -1304,7 +1356,8 @@ class L10nTe extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1366,12 @@ class L10nTe extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Request permission';
@@ -1460,7 +1515,8 @@ class L10nTe extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1530,7 +1586,8 @@ class L10nTe extends L10n {
String get toggleUnread => 'Mark Read/Unread';
@override
- String get tooManyRequestsWarning => 'Too many requests. Please try again later!';
+ String get tooManyRequestsWarning =>
+ 'Too many requests. Please try again later!';
@override
String get transferFromAnotherDevice => 'Transfer from another device';
@@ -1639,13 +1696,15 @@ class L10nTe extends L10n {
String get voiceMessage => 'Voice message';
@override
- String get waitingPartnerAcceptRequest => 'Waiting for partner to accept the request…';
+ String get waitingPartnerAcceptRequest =>
+ 'Waiting for partner to accept the request…';
@override
String get waitingPartnerEmoji => 'Waiting for partner to accept the emoji…';
@override
- String get waitingPartnerNumbers => 'Waiting for partner to accept the numbers…';
+ String get waitingPartnerNumbers =>
+ 'Waiting for partner to accept the numbers…';
@override
String get wallpaper => 'Wallpaper:';
@@ -1666,10 +1725,12 @@ class L10nTe extends L10n {
String get whyDoYouWantToReportThis => 'Why do you want to report this?';
@override
- String get wipeChatBackup => 'Wipe your chat backup to create a new recovery key?';
+ String get wipeChatBackup =>
+ 'Wipe your chat backup to create a new recovery key?';
@override
- String get withTheseAddressesRecoveryDescription => 'With these addresses you can recover your password.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'With these addresses you can recover your password.';
@override
String get writeAMessage => 'Write a message…';
@@ -1681,10 +1742,12 @@ class L10nTe extends L10n {
String get you => 'You';
@override
- String get youAreNoLongerParticipatingInThisChat => 'You are no longer participating in this chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'You are no longer participating in this chat';
@override
- String get youHaveBeenBannedFromThisChat => 'You have been banned from this chat';
+ String get youHaveBeenBannedFromThisChat =>
+ 'You have been banned from this chat';
@override
String get yourPublicKey => 'Your public key';
@@ -1714,7 +1777,8 @@ class L10nTe extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1745,7 +1809,8 @@ class L10nTe extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1760,10 +1825,12 @@ class L10nTe extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1775,7 +1842,8 @@ class L10nTe extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1954,8 @@ class L10nTe extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,10 +1967,12 @@ class L10nTe extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1924,7 +1995,8 @@ class L10nTe extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1939,22 +2011,26 @@ class L10nTe extends L10n {
String get callingAccount => 'Calling account';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'New group';
@@ -1991,13 +2067,15 @@ class L10nTe extends L10n {
}
@override
- String get newSpaceDescription => 'Spaces allows you to consolidate your chats and build private or public communities.';
+ String get newSpaceDescription =>
+ 'Spaces allows you to consolidate your chats and build private or public communities.';
@override
String get encryptThisChat => 'Encrypt this chat';
@override
- String get disableEncryptionWarning => 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
+ String get disableEncryptionWarning =>
+ 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
@override
String get sorryThatsNotPossible => 'Sorry... that is not possible';
@@ -2009,7 +2087,8 @@ class L10nTe extends L10n {
String get reopenChat => 'Reopen chat';
@override
- String get noBackupWarning => 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
+ String get noBackupWarning =>
+ 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
@override
String get noOtherDevicesFound => 'No other devices found';
@@ -2037,7 +2116,8 @@ class L10nTe extends L10n {
String get openLinkInBrowser => 'Open link in browser';
@override
- String get reportErrorDescription => '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
+ String get reportErrorDescription =>
+ '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
@override
String get report => 'Report';
@@ -2046,7 +2126,8 @@ class L10nTe extends L10n {
String get signInWithPassword => 'Sign in with password';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Please try again later or choose a different server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Please try again later or choose a different server.';
@override
String signInWith(String provider) {
@@ -2054,7 +2135,8 @@ class L10nTe extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2083,19 +2165,24 @@ class L10nTe extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2195,16 @@ class L10nTe extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2151,7 +2241,8 @@ class L10nTe extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2175,7 +2266,8 @@ class L10nTe extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2265,28 +2357,33 @@ class L10nTe extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2442,8 @@ class L10nTe extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2499,23 @@ class L10nTe extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2538,12 @@ class L10nTe extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2571,19 @@ class L10nTe extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2598,8 @@ class L10nTe extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2644,15 @@ class L10nTe extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2660,8 @@ class L10nTe extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2670,8 @@ class L10nTe extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2686,8 @@ class L10nTe extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2696,142 @@ class L10nTe extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2839,8 @@ class L10nTe extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2849,15 @@ class L10nTe extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2887,6 @@ class L10nTe extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_th.dart b/lib/generated/l10n/l10n_th.dart
index 639d8a1..a436800 100644
--- a/lib/generated/l10n/l10n_th.dart
+++ b/lib/generated/l10n/l10n_th.dart
@@ -15,7 +15,8 @@ class L10nTh extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nTh extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nTh extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'ใส่รหัสผ่านอีกรอบ';
@@ -122,7 +126,8 @@ class L10nTh extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nTh extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'ลบออก';
@@ -188,7 +194,8 @@ class L10nTh extends L10n {
String get addEmail => 'เพิ่มอีเมล';
@override
- String get confirmMatrixId => 'กรุณายืนยัน Matrix ID ของคุณเพื่อลบบัญชีของคุณ';
+ String get confirmMatrixId =>
+ 'กรุณายืนยัน Matrix ID ของคุณเพื่อลบบัญชีของคุณ';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nTh extends L10n {
String get allChats => 'แชททั้งหมด';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'ส่งสายตากวนๆ มาให้หน่อย';
@@ -252,22 +260,26 @@ class L10nTh extends L10n {
String get appLock => 'ล็อคแอป';
@override
- String get appLockDescription => 'Lock the app when not using with a pin code';
+ String get appLockDescription =>
+ 'Lock the app when not using with a pin code';
@override
String get archive => 'คลังเก็บ';
@override
- String get areGuestsAllowedToJoin => 'ผู้ใช้ทั่วไปได้รับอนุญาตให้เข้าร่วมหรือไม่';
+ String get areGuestsAllowedToJoin =>
+ 'ผู้ใช้ทั่วไปได้รับอนุญาตให้เข้าร่วมหรือไม่';
@override
String get areYouSure => 'คุณแน่ใจไหม?';
@override
- String get areYouSureYouWantToLogout => 'คุณแน่ใจว่าคุณต้องการที่จะออกจากระบบ?';
+ String get areYouSureYouWantToLogout =>
+ 'คุณแน่ใจว่าคุณต้องการที่จะออกจากระบบ?';
@override
- String get askSSSSSign => 'เพื่อให้สามารถลงนามบุคคลอื่นได้ โปรดป้อนรหัสผ่านร้านค้าที่ปลอดภัยหรือรหัสกู้คืนของคุณ';
+ String get askSSSSSign =>
+ 'เพื่อให้สามารถลงนามบุคคลอื่นได้ โปรดป้อนรหัสผ่านร้านค้าที่ปลอดภัยหรือรหัสกู้คืนของคุณ';
@override
String askVerificationRequest(String username) {
@@ -275,10 +287,12 @@ class L10nTh extends L10n {
}
@override
- String get autoplayImages => 'เล่นสติ๊กเกอร์และอิโมจิแบบเคลื่อนไหวโดยอัตโนมัติ';
+ String get autoplayImages =>
+ 'เล่นสติ๊กเกอร์และอิโมจิแบบเคลื่อนไหวโดยอัตโนมัติ';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'โฮมเซิร์ฟเวอร์รองรับประเภทการเข้าสู่ระบบ:\n$serverVersions\nแต่แอปนี้รองรับเฉพาะ:\n$supportedVersions';
}
@@ -292,7 +306,8 @@ class L10nTh extends L10n {
String get sendOnEnter => 'ส่งเมื่อกด enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'The homeserver supports the Spec versions:\n$serverVersions\nBut this app supports only $supportedVersions';
}
@@ -305,7 +320,8 @@ class L10nTh extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -436,7 +452,8 @@ class L10nTh extends L10n {
String get changeYourAvatar => 'Change your avatar';
@override
- String get channelCorruptedDecryptError => 'The encryption has been corrupted';
+ String get channelCorruptedDecryptError =>
+ 'The encryption has been corrupted';
@override
String get chat => 'แชท';
@@ -448,7 +465,8 @@ class L10nTh extends L10n {
String get chatBackup => 'Chat backup';
@override
- String get chatBackupDescription => 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
+ String get chatBackupDescription =>
+ 'Your old messages are secured with a recovery key. Please make sure you don\'t lose it.';
@override
String get chatDetails => 'รายละเอียดแชท';
@@ -469,7 +487,8 @@ class L10nTh extends L10n {
String get close => 'Close';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +500,15 @@ class L10nTh extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Send HTML-formatted text';
@@ -508,13 +529,15 @@ class L10nTh extends L10n {
String get commandHint_me => 'Describe yourself';
@override
- String get commandHint_myroomavatar => 'Set your picture for this room (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Set your picture for this room (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Set your display name for this room';
@override
- String get commandHint_op => 'Set the given user\'s power level (default: 50)';
+ String get commandHint_op =>
+ 'Set the given user\'s power level (default: 50)';
@override
String get commandHint_plain => 'Send unformatted text';
@@ -552,7 +575,8 @@ class L10nTh extends L10n {
String get connect => 'Connect';
@override
- String get contactHasBeenInvitedToTheGroup => 'Contact has been invited to the group';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Contact has been invited to the group';
@override
String get containsDisplayName => 'Contains display name';
@@ -561,7 +585,8 @@ class L10nTh extends L10n {
String get containsUserName => 'Contains username';
@override
- String get contentHasBeenReported => 'The content has been reported to the server admins';
+ String get contentHasBeenReported =>
+ 'The content has been reported to the server admins';
@override
String get copiedToClipboard => 'Copied to clipboard';
@@ -618,7 +643,8 @@ class L10nTh extends L10n {
}
@override
- String get deactivateAccountWarning => 'This will deactivate your user account. This can not be undone! Are you sure?';
+ String get deactivateAccountWarning =>
+ 'This will deactivate your user account. This can not be undone! Are you sure?';
@override
String get defaultPermissionLevel => 'Default permission level for new users';
@@ -684,7 +710,8 @@ class L10nTh extends L10n {
String get emoteInvalid => 'Invalid emote shortcode!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Emote packs for room';
@@ -699,7 +726,8 @@ class L10nTh extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +736,15 @@ class L10nTh extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Emote shortcode';
@override
- String get emoteWarnNeedToPick => 'You need to pick an emote shortcode and an image!';
+ String get emoteWarnNeedToPick =>
+ 'You need to pick an emote shortcode and an image!';
@override
String get emptyChat => 'Empty chat';
@@ -726,7 +756,8 @@ class L10nTh extends L10n {
String get enableEncryption => 'Enable encryption';
@override
- String get enableEncryptionWarning => 'You won\'t be able to disable the encryption anymore. Are you sure?';
+ String get enableEncryptionWarning =>
+ 'You won\'t be able to disable the encryption anymore. Are you sure?';
@override
String get encrypted => 'Encrypted';
@@ -824,10 +855,12 @@ class L10nTh extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'How offensive is this content?';
@@ -845,7 +878,8 @@ class L10nTh extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -885,10 +919,12 @@ class L10nTh extends L10n {
String get invited => 'Invited';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +992,22 @@ class L10nTh extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1019,12 @@ class L10nTh extends L10n {
String get loadMore => 'Load more…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Login';
@@ -1015,7 +1056,8 @@ class L10nTh extends L10n {
String get muteChat => 'Mute chat';
@override
- String get needPantalaimonWarning => 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
+ String get needPantalaimonWarning =>
+ 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
@override
String get newChat => 'New chat';
@@ -1039,10 +1081,12 @@ class L10nTh extends L10n {
String get noEmotesFound => 'No emotes found. 😕';
@override
- String get noEncryptionForPublicRooms => 'You can only activate encryption as soon as the room is no longer publicly accessible.';
+ String get noEncryptionForPublicRooms =>
+ 'You can only activate encryption as soon as the room is no longer publicly accessible.';
@override
- String get noGoogleServicesWarning => 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1103,8 @@ class L10nTh extends L10n {
String get none => 'None';
@override
- String get noPasswordRecoveryDescription => 'You have not added a way to recover your password yet.';
+ String get noPasswordRecoveryDescription =>
+ 'You have not added a way to recover your password yet.';
@override
String get noPermission => 'No permission';
@@ -1071,7 +1116,8 @@ class L10nTh extends L10n {
String get notifications => 'Notifications';
@override
- String get notificationsEnabledForThisAccount => 'Notifications enabled for this account';
+ String get notificationsEnabledForThisAccount =>
+ 'Notifications enabled for this account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1143,8 @@ class L10nTh extends L10n {
String get onlineKeyBackupEnabled => 'Online Key Backup is enabled';
@override
- String get oopsPushError => 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
+ String get oopsPushError =>
+ 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
@override
String get oopsSomethingWentWrong => 'Oops, something went wrong…';
@@ -1130,7 +1177,8 @@ class L10nTh extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1187,8 @@ class L10nTh extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'Or';
@@ -1163,10 +1212,12 @@ class L10nTh extends L10n {
String get passwordHasBeenChanged => 'Password has been changed';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1252,12 @@ class L10nTh extends L10n {
String get pleaseChooseAPasscode => 'Please choose a pass code';
@override
- String get pleaseClickOnLink => 'Please click on the link in the email and then proceed.';
+ String get pleaseClickOnLink =>
+ 'Please click on the link in the email and then proceed.';
@override
- String get pleaseEnter4Digits => 'Please enter 4 digits or leave empty to disable app lock.';
+ String get pleaseEnter4Digits =>
+ 'Please enter 4 digits or leave empty to disable app lock.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1272,8 @@ class L10nTh extends L10n {
String get pleaseEnterYourUsername => 'Please enter your username';
@override
- String get pleaseFollowInstructionsOnWeb => 'Please follow the instructions on the website and tap on next.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Please follow the instructions on the website and tap on next.';
@override
String get privacy => 'Privacy';
@@ -1304,7 +1358,8 @@ class L10nTh extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1368,12 @@ class L10nTh extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Request permission';
@@ -1460,7 +1517,8 @@ class L10nTh extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1530,7 +1588,8 @@ class L10nTh extends L10n {
String get toggleUnread => 'Mark Read/Unread';
@override
- String get tooManyRequestsWarning => 'Too many requests. Please try again later!';
+ String get tooManyRequestsWarning =>
+ 'Too many requests. Please try again later!';
@override
String get transferFromAnotherDevice => 'Transfer from another device';
@@ -1639,13 +1698,15 @@ class L10nTh extends L10n {
String get voiceMessage => 'Voice message';
@override
- String get waitingPartnerAcceptRequest => 'Waiting for partner to accept the request…';
+ String get waitingPartnerAcceptRequest =>
+ 'Waiting for partner to accept the request…';
@override
String get waitingPartnerEmoji => 'Waiting for partner to accept the emoji…';
@override
- String get waitingPartnerNumbers => 'Waiting for partner to accept the numbers…';
+ String get waitingPartnerNumbers =>
+ 'Waiting for partner to accept the numbers…';
@override
String get wallpaper => 'Wallpaper:';
@@ -1666,10 +1727,12 @@ class L10nTh extends L10n {
String get whyDoYouWantToReportThis => 'Why do you want to report this?';
@override
- String get wipeChatBackup => 'Wipe your chat backup to create a new recovery key?';
+ String get wipeChatBackup =>
+ 'Wipe your chat backup to create a new recovery key?';
@override
- String get withTheseAddressesRecoveryDescription => 'With these addresses you can recover your password.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'With these addresses you can recover your password.';
@override
String get writeAMessage => 'Write a message…';
@@ -1681,10 +1744,12 @@ class L10nTh extends L10n {
String get you => 'You';
@override
- String get youAreNoLongerParticipatingInThisChat => 'You are no longer participating in this chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'You are no longer participating in this chat';
@override
- String get youHaveBeenBannedFromThisChat => 'You have been banned from this chat';
+ String get youHaveBeenBannedFromThisChat =>
+ 'You have been banned from this chat';
@override
String get yourPublicKey => 'Your public key';
@@ -1714,7 +1779,8 @@ class L10nTh extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1745,7 +1811,8 @@ class L10nTh extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1760,10 +1827,12 @@ class L10nTh extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1775,7 +1844,8 @@ class L10nTh extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1956,8 @@ class L10nTh extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,10 +1969,12 @@ class L10nTh extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1924,7 +1997,8 @@ class L10nTh extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1939,22 +2013,26 @@ class L10nTh extends L10n {
String get callingAccount => 'Calling account';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'New group';
@@ -1991,13 +2069,15 @@ class L10nTh extends L10n {
}
@override
- String get newSpaceDescription => 'Spaces allows you to consolidate your chats and build private or public communities.';
+ String get newSpaceDescription =>
+ 'Spaces allows you to consolidate your chats and build private or public communities.';
@override
String get encryptThisChat => 'Encrypt this chat';
@override
- String get disableEncryptionWarning => 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
+ String get disableEncryptionWarning =>
+ 'For security reasons you can not disable encryption in a chat, where it has been enabled before.';
@override
String get sorryThatsNotPossible => 'Sorry... that is not possible';
@@ -2009,7 +2089,8 @@ class L10nTh extends L10n {
String get reopenChat => 'Reopen chat';
@override
- String get noBackupWarning => 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
+ String get noBackupWarning =>
+ 'Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.';
@override
String get noOtherDevicesFound => 'No other devices found';
@@ -2037,7 +2118,8 @@ class L10nTh extends L10n {
String get openLinkInBrowser => 'Open link in browser';
@override
- String get reportErrorDescription => '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
+ String get reportErrorDescription =>
+ '😭 Oh no. Something went wrong. If you want, you can report this bug to the developers.';
@override
String get report => 'Report';
@@ -2046,7 +2128,8 @@ class L10nTh extends L10n {
String get signInWithPassword => 'Sign in with password';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Please try again later or choose a different server.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Please try again later or choose a different server.';
@override
String signInWith(String provider) {
@@ -2054,7 +2137,8 @@ class L10nTh extends L10n {
}
@override
- String get profileNotFound => 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
+ String get profileNotFound =>
+ 'The user could not be found on the server. Maybe there is a connection problem or the user doesn\'t exist.';
@override
String get setTheme => 'Set theme:';
@@ -2083,19 +2167,24 @@ class L10nTh extends L10n {
String get pleaseEnterANumber => 'Please enter a number greater than 0';
@override
- String get archiveRoomDescription => 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
+ String get archiveRoomDescription =>
+ 'The chat will be moved to the archive. Other users will be able to see that you have left the chat.';
@override
- String get roomUpgradeDescription => 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'The chat will then be recreated with the new room version. All participants will be notified that they need to switch to the new chat. You can find out more about room versions at https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'You will be logged out of this device and will no longer be able to receive messages.';
+ String get removeDevicesDescription =>
+ 'You will be logged out of this device and will no longer be able to receive messages.';
@override
- String get banUserDescription => 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
+ String get banUserDescription =>
+ 'Do you want to ban this user? They won\'t be able to rejoin. You also can provide a reason.';
@override
- String get unbanUserDescription => 'The user will be able to enter the chat again if they try.';
+ String get unbanUserDescription =>
+ 'The user will be able to enter the chat again if they try.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2197,16 @@ class L10nTh extends L10n {
}
@override
- String get kickUserDescription => 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
+ String get kickUserDescription =>
+ 'Do you want to kick this user? If the room is public, they can rejoin anytime. You also can provide a reason.';
@override
- String get makeAdminDescription => 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
+ String get makeAdminDescription =>
+ 'Once you make this user admin, you may not be able to undo this as they will then have the same permissions as you.';
@override
- String get pushNotificationsNotAvailable => 'Push notifications not available';
+ String get pushNotificationsNotAvailable =>
+ 'Push notifications not available';
@override
String get learnMore => 'Learn more';
@@ -2151,7 +2243,8 @@ class L10nTh extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2175,7 +2268,8 @@ class L10nTh extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2265,28 +2359,33 @@ class L10nTh extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2444,8 @@ class L10nTh extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2501,23 @@ class L10nTh extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2540,12 @@ class L10nTh extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2573,19 @@ class L10nTh extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2600,8 @@ class L10nTh extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2646,15 @@ class L10nTh extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2662,8 @@ class L10nTh extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2672,8 @@ class L10nTh extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2688,8 @@ class L10nTh extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2698,142 @@ class L10nTh extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2841,8 @@ class L10nTh extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2851,15 @@ class L10nTh extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2889,6 @@ class L10nTh extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_tr.dart b/lib/generated/l10n/l10n_tr.dart
index 665abf1..2b018f4 100644
--- a/lib/generated/l10n/l10n_tr.dart
+++ b/lib/generated/l10n/l10n_tr.dart
@@ -15,7 +15,8 @@ class L10nTr extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nTr extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nTr extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Parolayı tekrarlayın';
@@ -122,7 +126,8 @@ class L10nTr extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nTr extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Kaldır';
@@ -188,7 +194,8 @@ class L10nTr extends L10n {
String get addEmail => 'E-posta ekle';
@override
- String get confirmMatrixId => 'Hesabınızı silmek için lütfen Matrix kimliğinizi doğrulayın.';
+ String get confirmMatrixId =>
+ 'Hesabınızı silmek için lütfen Matrix kimliğinizi doğrulayın.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nTr extends L10n {
String get allChats => 'Tüm sohbetler';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Şaşkın gözler gönder';
@@ -252,22 +260,26 @@ class L10nTr extends L10n {
String get appLock => 'Uygulama kilidi';
@override
- String get appLockDescription => 'Kullanılmadığında PIN kodu ile uygulamayı kilitle';
+ String get appLockDescription =>
+ 'Kullanılmadığında PIN kodu ile uygulamayı kilitle';
@override
String get archive => 'Arşiv';
@override
- String get areGuestsAllowedToJoin => 'Misafir kullanıcıların katılmasına izin veriliyor mu';
+ String get areGuestsAllowedToJoin =>
+ 'Misafir kullanıcıların katılmasına izin veriliyor mu';
@override
String get areYouSure => 'Emin misiniz?';
@override
- String get areYouSureYouWantToLogout => 'Oturumu açmak istediğinizden emin misiniz?';
+ String get areYouSureYouWantToLogout =>
+ 'Oturumu açmak istediğinizden emin misiniz?';
@override
- String get askSSSSSign => 'Diğer kişiyi imzalayabilmek için lütfen güvenli depolama parolanızı veya kurtarma anahtarınızı girin.';
+ String get askSSSSSign =>
+ 'Diğer kişiyi imzalayabilmek için lütfen güvenli depolama parolanızı veya kurtarma anahtarınızı girin.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +287,12 @@ class L10nTr extends L10n {
}
@override
- String get autoplayImages => 'Canlandırmalı çıkartmaları ve ifadeleri otomatik olarak oynat';
+ String get autoplayImages =>
+ 'Canlandırmalı çıkartmaları ve ifadeleri otomatik olarak oynat';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Ana sunucu aşağıdaki oturum açma türlerini destekliyor:\n$serverVersions\nAncak bu uygulama yalnızca aşağıdakileri destekliyor:\n$supportedVersions';
}
@@ -292,7 +306,8 @@ class L10nTr extends L10n {
String get sendOnEnter => 'Enter tuşu ile gönder';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Ana sunucu aşağıdaki Spec sürümlerini destekliyor:\n$serverVersions\nAncak bu uygulama yalnızca $supportedVersions destekliyor';
}
@@ -305,7 +320,8 @@ class L10nTr extends L10n {
String get noMoreChatsFound => 'Başka sohbet bulunamadı...';
@override
- String get noChatsFoundHere => 'Burada henüz sohbet bulunamadı. Aşağıdaki düğmeyi kullanarak biriyle yeni bir sohbet başlatın. ⤵️';
+ String get noChatsFoundHere =>
+ 'Burada henüz sohbet bulunamadı. Aşağıdaki düğmeyi kullanarak biriyle yeni bir sohbet başlatın. ⤵️';
@override
String get joinedChats => 'Katılınan sohbetler';
@@ -448,7 +464,8 @@ class L10nTr extends L10n {
String get chatBackup => 'Sohbet yedekleme';
@override
- String get chatBackupDescription => 'Eski mesajlarınız bir kurtarma anahtarı ile güvence altına alındı. Lütfen kaybetmediğinizden emin olun.';
+ String get chatBackupDescription =>
+ 'Eski mesajlarınız bir kurtarma anahtarı ile güvence altına alındı. Lütfen kaybetmediğinizden emin olun.';
@override
String get chatDetails => 'Sohbet ayrıntıları';
@@ -469,7 +486,8 @@ class L10nTr extends L10n {
String get close => 'Kapat';
@override
- String get commandHint_markasdm => 'Verilen Matrix kimliği için doğrudan mesaj odası olarak işaretle';
+ String get commandHint_markasdm =>
+ 'Verilen Matrix kimliği için doğrudan mesaj odası olarak işaretle';
@override
String get commandHint_markasgroup => 'Grup olarak işaretle';
@@ -481,13 +499,15 @@ class L10nTr extends L10n {
String get commandHint_clearcache => 'Önbelleği temizleyin';
@override
- String get commandHint_create => 'Boş bir grup sohbeti oluşturun\nŞifrelemeyi devre dışı bırakmak için --no-encryption kullanın';
+ String get commandHint_create =>
+ 'Boş bir grup sohbeti oluşturun\nŞifrelemeyi devre dışı bırakmak için --no-encryption kullanın';
@override
String get commandHint_discardsession => 'Oturumu silin';
@override
- String get commandHint_dm => 'Doğrudan sohbet başlatın\nŞifrelemeyi devre dışı bırakmak için --no-encryption kullanın';
+ String get commandHint_dm =>
+ 'Doğrudan sohbet başlatın\nŞifrelemeyi devre dışı bırakmak için --no-encryption kullanın';
@override
String get commandHint_html => 'HTML biçimli metin gönderin';
@@ -508,13 +528,15 @@ class L10nTr extends L10n {
String get commandHint_me => 'Kendinizi tanımlayın';
@override
- String get commandHint_myroomavatar => 'Bu oda için resminizi ayarlayın (mxc-uri ile)';
+ String get commandHint_myroomavatar =>
+ 'Bu oda için resminizi ayarlayın (mxc-uri ile)';
@override
String get commandHint_myroomnick => 'Bu oda için görünen adınızı ayarlayın';
@override
- String get commandHint_op => 'Verilen kullanıcının güç seviyesini ayarlayın (öntanımlı: 50)';
+ String get commandHint_op =>
+ 'Verilen kullanıcının güç seviyesini ayarlayın (öntanımlı: 50)';
@override
String get commandHint_plain => 'Biçimlendirilmemiş metin gönderin';
@@ -526,7 +548,8 @@ class L10nTr extends L10n {
String get commandHint_send => 'Metin gönderin';
@override
- String get commandHint_unban => 'Verilen kullanıcının bu odadaki yasağını kaldırın';
+ String get commandHint_unban =>
+ 'Verilen kullanıcının bu odadaki yasağını kaldırın';
@override
String get commandInvalid => 'Komut geçersiz';
@@ -561,7 +584,8 @@ class L10nTr extends L10n {
String get containsUserName => 'Kullanıcı adı içerir';
@override
- String get contentHasBeenReported => 'İçerik, sunucu yöneticilerine bildirildi';
+ String get contentHasBeenReported =>
+ 'İçerik, sunucu yöneticilerine bildirildi';
@override
String get copiedToClipboard => 'Panoya kopyalandı';
@@ -618,10 +642,12 @@ class L10nTr extends L10n {
}
@override
- String get deactivateAccountWarning => 'Bu, kullanıcı hesabınızı devre dışı bırakacak. Bu geri alınamaz! Emin misiniz?';
+ String get deactivateAccountWarning =>
+ 'Bu, kullanıcı hesabınızı devre dışı bırakacak. Bu geri alınamaz! Emin misiniz?';
@override
- String get defaultPermissionLevel => 'Yeni kullanıcılar içi öntanımlı izin seviyesi';
+ String get defaultPermissionLevel =>
+ 'Yeni kullanıcılar içi öntanımlı izin seviyesi';
@override
String get delete => 'Sil';
@@ -684,7 +710,8 @@ class L10nTr extends L10n {
String get emoteInvalid => 'Geçersiz ifade kısa kodu!';
@override
- String get emoteKeyboardNoRecents => 'Son kullanılan ifadeler burada görünecek...';
+ String get emoteKeyboardNoRecents =>
+ 'Son kullanılan ifadeler burada görünecek...';
@override
String get emotePacks => 'Oda için ifade paketleri';
@@ -699,7 +726,8 @@ class L10nTr extends L10n {
String get accessAndVisibility => 'Erişim ve görünürlük';
@override
- String get accessAndVisibilityDescription => 'Bu sohbete kimlerin katılmasına izin verilir ve sohbet nasıl keşfedilebilir.';
+ String get accessAndVisibilityDescription =>
+ 'Bu sohbete kimlerin katılmasına izin verilir ve sohbet nasıl keşfedilebilir.';
@override
String get calls => 'Aramalar';
@@ -708,25 +736,29 @@ class L10nTr extends L10n {
String get customEmojisAndStickers => 'Özel emojiler ve çıkartmalar';
@override
- String get customEmojisAndStickersBody => 'Herhangi bir sohbette kullanılabilecek özel emojiler veya çıkartmalar ekleyin veya paylaşın.';
+ String get customEmojisAndStickersBody =>
+ 'Herhangi bir sohbette kullanılabilecek özel emojiler veya çıkartmalar ekleyin veya paylaşın.';
@override
String get emoteShortcode => 'İfade kısa kodu';
@override
- String get emoteWarnNeedToPick => 'Bir ifade kısa kodu ve bir resim seçmeniz gerekiyor!';
+ String get emoteWarnNeedToPick =>
+ 'Bir ifade kısa kodu ve bir resim seçmeniz gerekiyor!';
@override
String get emptyChat => 'Boş sohbet';
@override
- String get enableEmotesGlobally => 'İfade paketini küresel olarak etkinleştir';
+ String get enableEmotesGlobally =>
+ 'İfade paketini küresel olarak etkinleştir';
@override
String get enableEncryption => 'Şifrelemeyi etkinleştir';
@override
- String get enableEncryptionWarning => 'Artık şifrelemeyi devre dışı bırakamayacaksınız. Emin misiniz?';
+ String get enableEncryptionWarning =>
+ 'Artık şifrelemeyi devre dışı bırakamayacaksınız. Emin misiniz?';
@override
String get encrypted => 'Şifreli';
@@ -824,10 +856,12 @@ class L10nTr extends L10n {
String get hideRedactedMessages => 'Düzenlenen mesajları gizle';
@override
- String get hideRedactedMessagesBody => 'Birisi bir mesajı düzenlerse, bu mesaj artık sohbette görünmeyecektir.';
+ String get hideRedactedMessagesBody =>
+ 'Birisi bir mesajı düzenlerse, bu mesaj artık sohbette görünmeyecektir.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Geçersiz veya bilinmeyen mesaj biçimlerini gizle';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Geçersiz veya bilinmeyen mesaj biçimlerini gizle';
@override
String get howOffensiveIsThisContent => 'Bu içerik ne kadar rahatsız edici?';
@@ -845,7 +879,8 @@ class L10nTr extends L10n {
String get blockedUsers => 'Engellenen kullanıcılar';
@override
- String get blockListDescription => 'Sizi rahatsız eden kullanıcıları engelleyebilirsiniz. Kişisel engelleme listenizdeki kullanıcılardan herhangi bir mesaj veya oda daveti alamazsınız.';
+ String get blockListDescription =>
+ 'Sizi rahatsız eden kullanıcıları engelleyebilirsiniz. Kişisel engelleme listenizdeki kullanıcılardan herhangi bir mesaj veya oda daveti alamazsınız.';
@override
String get blockUsername => 'Kullanıcı adını görmezden gel';
@@ -885,10 +920,12 @@ class L10nTr extends L10n {
String get invited => 'Davet edildi';
@override
- String get redactMessageDescription => 'Bu mesaj bu görüşmedeki herkes için düzenlenecek. Bu işlem geri alınamaz.';
+ String get redactMessageDescription =>
+ 'Bu mesaj bu görüşmedeki herkes için düzenlenecek. Bu işlem geri alınamaz.';
@override
- String get optionalRedactReason => '(İsteğe bağlı) Bu mesajı düzenleme nedeni…';
+ String get optionalRedactReason =>
+ '(İsteğe bağlı) Bu mesajı düzenleme nedeni…';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +993,23 @@ class L10nTr extends L10n {
String get dehydrate => 'Oturumu dışa aktar ve aygıtı sil';
@override
- String get dehydrateWarning => 'Bu eylem geri alınamaz. Yedekleme dosyasını güvenli bir şekilde sakladığınızdan emin olun.';
+ String get dehydrateWarning =>
+ 'Bu eylem geri alınamaz. Yedekleme dosyasını güvenli bir şekilde sakladığınızdan emin olun.';
@override
String get dehydrateTor => 'TOR Kullanıcıları: Oturumu dışa aktar';
@override
- String get dehydrateTorLong => 'TOR kullanıcıları için, pencereyi kapatmadan önce oturumu dışa aktarmaları tavsiye edilir.';
+ String get dehydrateTorLong =>
+ 'TOR kullanıcıları için, pencereyi kapatmadan önce oturumu dışa aktarmaları tavsiye edilir.';
@override
- String get hydrateTor => 'TOR Kullanıcıları: Dışa aktarılan oturumu içe aktar';
+ String get hydrateTor =>
+ 'TOR Kullanıcıları: Dışa aktarılan oturumu içe aktar';
@override
- String get hydrateTorLong => 'TOR\'da en son oturumunuzu dışa aktardınız mı? Hızlıca içe aktarın ve sohbete devam edin.';
+ String get hydrateTorLong =>
+ 'TOR\'da en son oturumunuzu dışa aktardınız mı? Hızlıca içe aktarın ve sohbete devam edin.';
@override
String get hydrate => 'Yedekleme dosyasından geri yükle';
@@ -980,10 +1021,12 @@ class L10nTr extends L10n {
String get loadMore => 'Daha fazla yükle…';
@override
- String get locationDisabledNotice => 'Konum hizmetleri devre dışı. Lütfen konumunuzu paylaşabilmek için etkinleştirin.';
+ String get locationDisabledNotice =>
+ 'Konum hizmetleri devre dışı. Lütfen konumunuzu paylaşabilmek için etkinleştirin.';
@override
- String get locationPermissionDeniedNotice => 'Konum izni reddedildi. Lütfen konumunuzu paylaşabilmek için izin verin.';
+ String get locationPermissionDeniedNotice =>
+ 'Konum izni reddedildi. Lütfen konumunuzu paylaşabilmek için izin verin.';
@override
String get login => 'Oturum aç';
@@ -1015,7 +1058,8 @@ class L10nTr extends L10n {
String get muteChat => 'Sohbeti sessize al';
@override
- String get needPantalaimonWarning => 'Uçtan uca şifreleme kullanmak için şimdilik Pantalaimon\'a ihtiyacınız olduğunu lütfen unutmayın.';
+ String get needPantalaimonWarning =>
+ 'Uçtan uca şifreleme kullanmak için şimdilik Pantalaimon\'a ihtiyacınız olduğunu lütfen unutmayın.';
@override
String get newChat => 'Yeni sohbet';
@@ -1039,10 +1083,12 @@ class L10nTr extends L10n {
String get noEmotesFound => 'İfade bulunamadı. 😕';
@override
- String get noEncryptionForPublicRooms => 'Şifrelemeyi yalnızca oda artık herkese açık olmadığında etkinleştirebilirsiniz.';
+ String get noEncryptionForPublicRooms =>
+ 'Şifrelemeyi yalnızca oda artık herkese açık olmadığında etkinleştirebilirsiniz.';
@override
- String get noGoogleServicesWarning => 'Görünüşe göre cihazınızda Firebase Cloud Messaging yok. Buna rağmen bildirim almaya devam etmek için ntfy yüklemenizi öneriyoruz. ntfy veya başka bir Unified Push sağlayıcısı ile anlık bildirimlerinizi güvenli bir şekilde alabilirsiniz. ntfy\'ı PlayStore veya F-Droid\'den indirebilirsiniz.';
+ String get noGoogleServicesWarning =>
+ 'Görünüşe göre cihazınızda Firebase Cloud Messaging yok. Buna rağmen bildirim almaya devam etmek için ntfy yüklemenizi öneriyoruz. ntfy veya başka bir Unified Push sağlayıcısı ile anlık bildirimlerinizi güvenli bir şekilde alabilirsiniz. ntfy\'ı PlayStore veya F-Droid\'den indirebilirsiniz.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1105,8 @@ class L10nTr extends L10n {
String get none => 'Yok';
@override
- String get noPasswordRecoveryDescription => 'Henüz parolanızı kurtarmak için bir yol eklemediniz.';
+ String get noPasswordRecoveryDescription =>
+ 'Henüz parolanızı kurtarmak için bir yol eklemediniz.';
@override
String get noPermission => 'İzin yok';
@@ -1071,7 +1118,8 @@ class L10nTr extends L10n {
String get notifications => 'Bildirimler';
@override
- String get notificationsEnabledForThisAccount => 'Bu hesap için bildirimler etkinleştirildi';
+ String get notificationsEnabledForThisAccount =>
+ 'Bu hesap için bildirimler etkinleştirildi';
@override
String numUsersTyping(int count) {
@@ -1094,10 +1142,12 @@ class L10nTr extends L10n {
String get online => 'Çevrim içi';
@override
- String get onlineKeyBackupEnabled => 'Çevrim içi anahtar yedekleme etkinleştirildi';
+ String get onlineKeyBackupEnabled =>
+ 'Çevrim içi anahtar yedekleme etkinleştirildi';
@override
- String get oopsPushError => 'Tüh! Maalesef anlık bildirimlerini ayarlarken bir hata oluştu.';
+ String get oopsPushError =>
+ 'Tüh! Maalesef anlık bildirimlerini ayarlarken bir hata oluştu.';
@override
String get oopsSomethingWentWrong => 'Tüh, bir şeyler yanlış gitti…';
@@ -1112,7 +1162,8 @@ class L10nTr extends L10n {
String get openVideoCamera => 'Bir video için kamerayı aç';
@override
- String get oneClientLoggedOut => 'İstemcilerinizden birinin oturumu kapatıldı';
+ String get oneClientLoggedOut =>
+ 'İstemcilerinizden birinin oturumu kapatıldı';
@override
String get addAccount => 'Hesap ekle';
@@ -1130,7 +1181,8 @@ class L10nTr extends L10n {
String get bundleName => 'Paket adı';
@override
- String get enableMultiAccounts => '(BETA) Bu aygıtta çoklu hesapları etkinleştir';
+ String get enableMultiAccounts =>
+ '(BETA) Bu aygıtta çoklu hesapları etkinleştir';
@override
String get openInMaps => 'Haritalarda aç';
@@ -1139,7 +1191,8 @@ class L10nTr extends L10n {
String get link => 'Bağlantı';
@override
- String get serverRequiresEmail => 'Bu sunucunun kayıt için e-posta adresinizi doğrulaması gerekiyor.';
+ String get serverRequiresEmail =>
+ 'Bu sunucunun kayıt için e-posta adresinizi doğrulaması gerekiyor.';
@override
String get or => 'Veya';
@@ -1163,10 +1216,12 @@ class L10nTr extends L10n {
String get passwordHasBeenChanged => 'Parola değiştirildi';
@override
- String get hideMemberChangesInPublicChats => 'Herkese açık sohbetlerde üye değişikliklerini gizle';
+ String get hideMemberChangesInPublicChats =>
+ 'Herkese açık sohbetlerde üye değişikliklerini gizle';
@override
- String get hideMemberChangesInPublicChatsBody => 'Okunabilirliği artırmak için birisi herkese açık bir sohbete katıldığında veya sohbetten ayrıldığında sohbet zaman çizelgesinde gösterme.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Okunabilirliği artırmak için birisi herkese açık bir sohbete katıldığında veya sohbetten ayrıldığında sohbet zaman çizelgesinde gösterme.';
@override
String get overview => 'Genel görünüm';
@@ -1201,10 +1256,12 @@ class L10nTr extends L10n {
String get pleaseChooseAPasscode => 'Lütfen bir geçiş kodu seçin';
@override
- String get pleaseClickOnLink => 'Lütfen e-postadaki bağlantıya tıklayın ve devam edin.';
+ String get pleaseClickOnLink =>
+ 'Lütfen e-postadaki bağlantıya tıklayın ve devam edin.';
@override
- String get pleaseEnter4Digits => 'Lütfen 4 basamak girin veya uygulama kilidini devre dışı bırakmak için boş bırakın.';
+ String get pleaseEnter4Digits =>
+ 'Lütfen 4 basamak girin veya uygulama kilidini devre dışı bırakmak için boş bırakın.';
@override
String get pleaseEnterRecoveryKey => 'Lütfen kurtarma anahtarınızı girin:';
@@ -1219,7 +1276,8 @@ class L10nTr extends L10n {
String get pleaseEnterYourUsername => 'Lütfen kullanıcı adınızı girin';
@override
- String get pleaseFollowInstructionsOnWeb => 'Lütfen web sitesindeki talimatları izleyin ve \"İleri\" düğmesine dokunun.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Lütfen web sitesindeki talimatları izleyin ve \"İleri\" düğmesine dokunun.';
@override
String get privacy => 'Gizlilik';
@@ -1304,7 +1362,8 @@ class L10nTr extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1372,12 @@ class L10nTr extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'İzin iste';
@@ -1460,7 +1521,8 @@ class L10nTr extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Diğer kullanıcıların durum mesajlarını göster';
@@ -1530,7 +1592,8 @@ class L10nTr extends L10n {
String get toggleUnread => 'Okundu/Okunmadı Olarak İşaretle';
@override
- String get tooManyRequestsWarning => 'Çok fazla istek. Lütfen daha sonra tekrar deneyin!';
+ String get tooManyRequestsWarning =>
+ 'Çok fazla istek. Lütfen daha sonra tekrar deneyin!';
@override
String get transferFromAnotherDevice => 'Başka bir aygıttan aktar';
@@ -1639,13 +1702,15 @@ class L10nTr extends L10n {
String get voiceMessage => 'Sesli mesaj';
@override
- String get waitingPartnerAcceptRequest => 'Ortağın isteği kabul etmesi bekleniyor…';
+ String get waitingPartnerAcceptRequest =>
+ 'Ortağın isteği kabul etmesi bekleniyor…';
@override
String get waitingPartnerEmoji => 'Ortağın emojiyi kabul etmesi bekleniyor…';
@override
- String get waitingPartnerNumbers => 'Ortağın numaraları kabul etmesi bekleniyor…';
+ String get waitingPartnerNumbers =>
+ 'Ortağın numaraları kabul etmesi bekleniyor…';
@override
String get wallpaper => 'Duvar kağıdı:';
@@ -1666,10 +1731,12 @@ class L10nTr extends L10n {
String get whyDoYouWantToReportThis => 'Bunu neden bildirmek istiyorsunuz?';
@override
- String get wipeChatBackup => 'Yeni bir kurtarma anahtarı oluşturmak için sohbet yedeğiniz silinsin mi?';
+ String get wipeChatBackup =>
+ 'Yeni bir kurtarma anahtarı oluşturmak için sohbet yedeğiniz silinsin mi?';
@override
- String get withTheseAddressesRecoveryDescription => 'Bu adresler ile parolanızı kurtarabilirsiniz.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'Bu adresler ile parolanızı kurtarabilirsiniz.';
@override
String get writeAMessage => 'Bir mesaj yaz…';
@@ -1681,7 +1748,8 @@ class L10nTr extends L10n {
String get you => 'Sen';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Artık bu sohbette katılımcı değilsiniz';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Artık bu sohbette katılımcı değilsiniz';
@override
String get youHaveBeenBannedFromThisChat => 'Bu sohbetten engellendiniz';
@@ -1714,7 +1782,8 @@ class L10nTr extends L10n {
String get start => 'Başla';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Eski mesajlarınızın kilidini açmak için lütfen önceki bir oturumda oluşturulan kurtarma anahtarınızı girin. Kurtarma anahtarınız parolanız DEĞİLDİR.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Eski mesajlarınızın kilidini açmak için lütfen önceki bir oturumda oluşturulan kurtarma anahtarınızı girin. Kurtarma anahtarınız parolanız DEĞİLDİR.';
@override
String get publish => 'Yayınla';
@@ -1745,7 +1814,8 @@ class L10nTr extends L10n {
String get pinMessage => 'Odaya sabitle';
@override
- String get confirmEventUnpin => 'Etkinliğin sabitlemesini kalıcı olarak kaldırmak istediğinizden emin misiniz?';
+ String get confirmEventUnpin =>
+ 'Etkinliğin sabitlemesini kalıcı olarak kaldırmak istediğinizden emin misiniz?';
@override
String get emojis => 'Emojiler';
@@ -1760,10 +1830,12 @@ class L10nTr extends L10n {
String get unsupportedAndroidVersion => 'Desteklenmeyen Android sürümü';
@override
- String get unsupportedAndroidVersionLong => 'Bu özellik daha yeni bir Android sürümü gerektiriyor. Lütfen güncellemelere veya LineageOS desteğine bakın.';
+ String get unsupportedAndroidVersionLong =>
+ 'Bu özellik daha yeni bir Android sürümü gerektiriyor. Lütfen güncellemelere veya LineageOS desteğine bakın.';
@override
- String get videoCallsBetaWarning => 'Görüntülü aramaların şu anda beta aşamasında olduğunu lütfen unutmayın. Tüm platformlarda beklendiği gibi veya hiç çalışmayabilirler.';
+ String get videoCallsBetaWarning =>
+ 'Görüntülü aramaların şu anda beta aşamasında olduğunu lütfen unutmayın. Tüm platformlarda beklendiği gibi veya hiç çalışmayabilirler.';
@override
String get experimentalVideoCalls => 'Deneysel görüntülü aramalar';
@@ -1775,7 +1847,8 @@ class L10nTr extends L10n {
String get indexedDbErrorTitle => 'Gizli mod sorunları';
@override
- String get indexedDbErrorLong => 'Mesaj saklama özelliği ne yazık ki öntanımlı olarak gizli modda etkin değildir.\nLütfen\n - about:config sayfasına gidin ve\n - dom.indexedDB.privateBrowsing.enabled seçeneğini true olarak ayarlayın\nAksi takdirde FluffyChat çalıştırılamaz.';
+ String get indexedDbErrorLong =>
+ 'Mesaj saklama özelliği ne yazık ki öntanımlı olarak gizli modda etkin değildir.\nLütfen\n - about:config sayfasına gidin ve\n - dom.indexedDB.privateBrowsing.enabled seçeneğini true olarak ayarlayın\nAksi takdirde FluffyChat çalıştırılamaz.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1959,8 @@ class L10nTr extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'Henüz herkese açık bir bağlantı oluşturulmadı';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'Henüz herkese açık bir bağlantı oluşturulmadı';
@override
String get knock => 'Tıklat';
@@ -1898,10 +1972,12 @@ class L10nTr extends L10n {
String get unlockOldMessages => 'Eski mesajların kilidini aç';
@override
- String get storeInSecureStorageDescription => 'Kurtarma anahtarını bu aygıtın güvenli deposunda saklayın.';
+ String get storeInSecureStorageDescription =>
+ 'Kurtarma anahtarını bu aygıtın güvenli deposunda saklayın.';
@override
- String get saveKeyManuallyDescription => 'Sistem paylaşımı iletişim kutusunu veya panoyu tetikleyerek bu anahtarı elle kaydedin.';
+ String get saveKeyManuallyDescription =>
+ 'Sistem paylaşımı iletişim kutusunu veya panoyu tetikleyerek bu anahtarı elle kaydedin.';
@override
String get storeInAndroidKeystore => 'Android KeyStore\'da sakla';
@@ -1924,7 +2000,8 @@ class L10nTr extends L10n {
String get custom => 'Özel';
@override
- String get foregroundServiceRunning => 'Bu bildirim, ön plan hizmeti çalışırken görünür.';
+ String get foregroundServiceRunning =>
+ 'Bu bildirim, ön plan hizmeti çalışırken görünür.';
@override
String get screenSharingTitle => 'ekran paylaşımı';
@@ -1939,22 +2016,26 @@ class L10nTr extends L10n {
String get callingAccount => 'Arama hesabı';
@override
- String get callingAccountDetails => 'FluffyChat\'in yerel android telefon uygulamasını kullanmasına izin verir.';
+ String get callingAccountDetails =>
+ 'FluffyChat\'in yerel android telefon uygulamasını kullanmasına izin verir.';
@override
String get appearOnTop => 'Üstte görün';
@override
- String get appearOnTopDetails => 'Uygulamanın üstte görünmesine izin verir (Fluffychat\'ı zaten bir arama hesabı olarak ayarladıysanız gerekli değildir)';
+ String get appearOnTopDetails =>
+ 'Uygulamanın üstte görünmesine izin verir (Fluffychat\'ı zaten bir arama hesabı olarak ayarladıysanız gerekli değildir)';
@override
- String get otherCallingPermissions => 'Mikrofon, kamera ve diğer FluffyChat izinleri';
+ String get otherCallingPermissions =>
+ 'Mikrofon, kamera ve diğer FluffyChat izinleri';
@override
String get whyIsThisMessageEncrypted => 'Bu mesaj neden okunamıyor?';
@override
- String get noKeyForThisMessage => 'Bu durum, mesaj siz bu aygıtta hesabınızda oturum açmadan önce gönderildiyse meydana gelebilir.\n\nGönderenin aygıtınızı engellemiş olması veya internet bağlantısında bir sorun olması da mümkündür.\n\nMesajı başka bir oturumda okuyabiliyor musunuz? O zaman mesajı oradan aktarabilirsiniz! Ayarlar > Aygıtlar bölümüne gidin ve aygıtlarınızın birbirini doğruladığından emin olun. Odayı bir sonraki sefer açtığınızda ve her iki oturum da ön planda olduğunda, anahtarlar otomatik olarak iletilecektir.\n\nOturumu kapatırken veya aygıt değiştirirken anahtarları kaybetmek istemiyor musunuz? Ayarlarda sohbet yedeklemesini etkinleştirdiğinizden emin olun.';
+ String get noKeyForThisMessage =>
+ 'Bu durum, mesaj siz bu aygıtta hesabınızda oturum açmadan önce gönderildiyse meydana gelebilir.\n\nGönderenin aygıtınızı engellemiş olması veya internet bağlantısında bir sorun olması da mümkündür.\n\nMesajı başka bir oturumda okuyabiliyor musunuz? O zaman mesajı oradan aktarabilirsiniz! Ayarlar > Aygıtlar bölümüne gidin ve aygıtlarınızın birbirini doğruladığından emin olun. Odayı bir sonraki sefer açtığınızda ve her iki oturum da ön planda olduğunda, anahtarlar otomatik olarak iletilecektir.\n\nOturumu kapatırken veya aygıt değiştirirken anahtarları kaybetmek istemiyor musunuz? Ayarlarda sohbet yedeklemesini etkinleştirdiğinizden emin olun.';
@override
String get newGroup => 'Yeni grup';
@@ -1991,13 +2072,15 @@ class L10nTr extends L10n {
}
@override
- String get newSpaceDescription => 'Alanlar, sohbetlerinizi birleştirmenize ve özel veya genel topluluklar oluşturmanıza olanak tanır.';
+ String get newSpaceDescription =>
+ 'Alanlar, sohbetlerinizi birleştirmenize ve özel veya genel topluluklar oluşturmanıza olanak tanır.';
@override
String get encryptThisChat => 'Bu sohbeti şifrele';
@override
- String get disableEncryptionWarning => 'Güvenlik nedeniyle, daha önce etkinleştirildiği bir sohbette şifrelemeyi devre dışı bırakamazsınız.';
+ String get disableEncryptionWarning =>
+ 'Güvenlik nedeniyle, daha önce etkinleştirildiği bir sohbette şifrelemeyi devre dışı bırakamazsınız.';
@override
String get sorryThatsNotPossible => 'Üzgünüm... bu mümkün değil';
@@ -2009,7 +2092,8 @@ class L10nTr extends L10n {
String get reopenChat => 'Sohbeti yeniden aç';
@override
- String get noBackupWarning => 'Uyarı! Sohbet yedeklemesini etkinleştirmezseniz, şifrelenen mesajlarınıza erişiminizi kaybedersiniz. Oturumu kapatmadan önce sohbet yedeklemesini etkinleştirmeniz önemle tavsiye edilir.';
+ String get noBackupWarning =>
+ 'Uyarı! Sohbet yedeklemesini etkinleştirmezseniz, şifrelenen mesajlarınıza erişiminizi kaybedersiniz. Oturumu kapatmadan önce sohbet yedeklemesini etkinleştirmeniz önemle tavsiye edilir.';
@override
String get noOtherDevicesFound => 'Başka aygıt bulunamadı';
@@ -2037,7 +2121,8 @@ class L10nTr extends L10n {
String get openLinkInBrowser => 'Bağlantıyı tarayıcıda aç';
@override
- String get reportErrorDescription => '😭 Olamaz. Bir şeyler yanlış gitti. İsterseniz bu hatayı geliştiricilere bildirebilirsiniz.';
+ String get reportErrorDescription =>
+ '😭 Olamaz. Bir şeyler yanlış gitti. İsterseniz bu hatayı geliştiricilere bildirebilirsiniz.';
@override
String get report => 'bildir';
@@ -2046,7 +2131,8 @@ class L10nTr extends L10n {
String get signInWithPassword => 'Parola ile oturum aç';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Lütfen daha sonra tekrar deneyin veya farklı bir sunucu seçin.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Lütfen daha sonra tekrar deneyin veya farklı bir sunucu seçin.';
@override
String signInWith(String provider) {
@@ -2054,7 +2140,8 @@ class L10nTr extends L10n {
}
@override
- String get profileNotFound => 'Kullanıcı sunucuda bulunamadı. Belki bir bağlantı sorunu vardır veya kullanıcı mevcut değildir.';
+ String get profileNotFound =>
+ 'Kullanıcı sunucuda bulunamadı. Belki bir bağlantı sorunu vardır veya kullanıcı mevcut değildir.';
@override
String get setTheme => 'Temayı ayarla:';
@@ -2083,19 +2170,24 @@ class L10nTr extends L10n {
String get pleaseEnterANumber => 'Lütfen 0\'dan büyük bir sayı girin';
@override
- String get archiveRoomDescription => 'Sohbet arşive taşınacak. Diğer kullanıcıları sohbeti terk ettiğinizi görebilecek.';
+ String get archiveRoomDescription =>
+ 'Sohbet arşive taşınacak. Diğer kullanıcıları sohbeti terk ettiğinizi görebilecek.';
@override
- String get roomUpgradeDescription => 'Sohbet daha sonra yeni oda sürümüyle yeniden oluşturulacaktır. Tüm katılımcılara yeni sohbete geçmeleri gerektiği bildirilecektir. Oda sürümleri hakkında daha fazla bilgiyi https://spec.matrix.org/latest/rooms/ adresinde bulabilirsiniz.';
+ String get roomUpgradeDescription =>
+ 'Sohbet daha sonra yeni oda sürümüyle yeniden oluşturulacaktır. Tüm katılımcılara yeni sohbete geçmeleri gerektiği bildirilecektir. Oda sürümleri hakkında daha fazla bilgiyi https://spec.matrix.org/latest/rooms/ adresinde bulabilirsiniz.';
@override
- String get removeDevicesDescription => 'Bu aygıttan çıkış yapacaksınız ve artık mesaj alamayacaksınız.';
+ String get removeDevicesDescription =>
+ 'Bu aygıttan çıkış yapacaksınız ve artık mesaj alamayacaksınız.';
@override
- String get banUserDescription => 'Kullanıcı sohbetten yasaklanacak ve yasağı kaldırılana kadar sohbete tekrar giremeyecek.';
+ String get banUserDescription =>
+ 'Kullanıcı sohbetten yasaklanacak ve yasağı kaldırılana kadar sohbete tekrar giremeyecek.';
@override
- String get unbanUserDescription => 'Kullanıcı denerse sohbete tekrar girebilecektir.';
+ String get unbanUserDescription =>
+ 'Kullanıcı denerse sohbete tekrar girebilecektir.';
@override
String doYouWantToKick(String user) {
@@ -2108,13 +2200,16 @@ class L10nTr extends L10n {
}
@override
- String get kickUserDescription => 'Kullanıcı sohbetten atılır ancak yasaklanmaz. Herkese açık sohbetlerde kullanıcı istediği zaman yeniden katılabilir.';
+ String get kickUserDescription =>
+ 'Kullanıcı sohbetten atılır ancak yasaklanmaz. Herkese açık sohbetlerde kullanıcı istediği zaman yeniden katılabilir.';
@override
- String get makeAdminDescription => 'Bu kullanıcıyı yönetici yaptıktan sonra, sizinle aynı izinlere sahip olacağı için bunu geri alamayabilirsiniz.';
+ String get makeAdminDescription =>
+ 'Bu kullanıcıyı yönetici yaptıktan sonra, sizinle aynı izinlere sahip olacağı için bunu geri alamayabilirsiniz.';
@override
- String get pushNotificationsNotAvailable => 'Anlık bildirimler kullanılamıyor';
+ String get pushNotificationsNotAvailable =>
+ 'Anlık bildirimler kullanılamıyor';
@override
String get learnMore => 'Daha fazla bilgi';
@@ -2136,7 +2231,8 @@ class L10nTr extends L10n {
}
@override
- String get searchChatsRooms => '#sohbetler, @kullanıcılar... için arama yapın';
+ String get searchChatsRooms =>
+ '#sohbetler, @kullanıcılar... için arama yapın';
@override
String get nothingFound => 'Hiçbir şey bulunamadı...';
@@ -2145,13 +2241,15 @@ class L10nTr extends L10n {
String get groupName => 'Grup ismi';
@override
- String get createGroupAndInviteUsers => 'Bir grup oluşturun ve kullanıcıları davet edin';
+ String get createGroupAndInviteUsers =>
+ 'Bir grup oluşturun ve kullanıcıları davet edin';
@override
String get groupCanBeFoundViaSearch => 'Grup, arama ile bulunabilir';
@override
- String get wrongRecoveryKey => 'Üzgünüm... bu doğru kurtarma anahtarı gibi görünmüyor.';
+ String get wrongRecoveryKey =>
+ 'Üzgünüm... bu doğru kurtarma anahtarı gibi görünmüyor.';
@override
String get startConversation => 'Görüşme başlat';
@@ -2163,10 +2261,12 @@ class L10nTr extends L10n {
String get databaseMigrationTitle => 'Veri tabanı iyileştirildi';
@override
- String get databaseMigrationBody => 'Lütfen bekleyin. Bu biraz zaman alabilir.';
+ String get databaseMigrationBody =>
+ 'Lütfen bekleyin. Bu biraz zaman alabilir.';
@override
- String get leaveEmptyToClearStatus => 'Durumunuzu temizlemek için boş bırakın.';
+ String get leaveEmptyToClearStatus =>
+ 'Durumunuzu temizlemek için boş bırakın.';
@override
String get select => 'Seç';
@@ -2175,7 +2275,8 @@ class L10nTr extends L10n {
String get searchForUsers => '@kullanıcıları ara...';
@override
- String get pleaseEnterYourCurrentPassword => 'Lütfen geçerli parolanızı girin';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Lütfen geçerli parolanızı girin';
@override
String get newPassword => 'Yeni parola';
@@ -2265,28 +2366,33 @@ class L10nTr extends L10n {
String get sendReadReceipts => 'Okundu bilgisi gönder';
@override
- String get sendTypingNotificationsDescription => 'Sohbetteki diğer katılımcılar yeni bir mesaj yazdığınızı görebilir.';
+ String get sendTypingNotificationsDescription =>
+ 'Sohbetteki diğer katılımcılar yeni bir mesaj yazdığınızı görebilir.';
@override
- String get sendReadReceiptsDescription => 'Sohbetteki diğer katılımcılar bir mesajı okuduğunuzu görebilir.';
+ String get sendReadReceiptsDescription =>
+ 'Sohbetteki diğer katılımcılar bir mesajı okuduğunuzu görebilir.';
@override
String get formattedMessages => 'Biçimlendirilen mesajlar';
@override
- String get formattedMessagesDescription => 'Markdown kullanarak kalın metin gibi zengin mesaj içeriğini görüntüle.';
+ String get formattedMessagesDescription =>
+ 'Markdown kullanarak kalın metin gibi zengin mesaj içeriğini görüntüle.';
@override
String get verifyOtherUser => '🔐 Diğer kullanıcıyı doğrula';
@override
- String get verifyOtherUserDescription => 'Başka bir kullanıcıyı doğrularsanız, gerçekten kime yazdığınızı bildiğinizden emin olabilirsiniz. 💪\n\nBir doğrulama başlattığınızda, siz ve diğer kullanıcı uygulamada bir açılır pencere görecektir. Orada birbirinizle karşılaştırmanız gereken bir dizi emoji veya sayı göreceksiniz.\n\nBunu yapmanın en iyi yolu buluşmak veya bir görüntülü arama başlatmaktır. 👭';
+ String get verifyOtherUserDescription =>
+ 'Başka bir kullanıcıyı doğrularsanız, gerçekten kime yazdığınızı bildiğinizden emin olabilirsiniz. 💪\n\nBir doğrulama başlattığınızda, siz ve diğer kullanıcı uygulamada bir açılır pencere görecektir. Orada birbirinizle karşılaştırmanız gereken bir dizi emoji veya sayı göreceksiniz.\n\nBunu yapmanın en iyi yolu buluşmak veya bir görüntülü arama başlatmaktır. 👭';
@override
String get verifyOtherDevice => '🔐 Diğer aygıtı doğrula';
@override
- String get verifyOtherDeviceDescription => 'Başka bir aygıtı doğruladığınızda, bu aygıtlar anahtarları değiş tokuş ederek genel güvenliğinizi artırır. 💪 Bir doğrulama başlattığınızda, her iki aygıttaki uygulamada bir açılır pencere görünecektir. Orada birbirleriyle karşılaştırmanız gereken bir dizi emoji veya sayı göreceksiniz. Doğrulamaya başlamadan önce her iki aygıtın da elinizin altında olması en iyisidir. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'Başka bir aygıtı doğruladığınızda, bu aygıtlar anahtarları değiş tokuş ederek genel güvenliğinizi artırır. 💪 Bir doğrulama başlattığınızda, her iki aygıttaki uygulamada bir açılır pencere görünecektir. Orada birbirleriyle karşılaştırmanız gereken bir dizi emoji veya sayı göreceksiniz. Doğrulamaya başlamadan önce her iki aygıtın da elinizin altında olması en iyisidir. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2337,7 +2443,8 @@ class L10nTr extends L10n {
String get commandHint_ignore => 'Verilen matrix kimliğini görmezden gel';
@override
- String get commandHint_unignore => 'Verilen matrix kimliğini görmezden gelmeyi iptal et';
+ String get commandHint_unignore =>
+ 'Verilen matrix kimliğini görmezden gelmeyi iptal et';
@override
String unreadChatsInApp(String appname, String unread) {
@@ -2345,7 +2452,8 @@ class L10nTr extends L10n {
}
@override
- String get noDatabaseEncryption => 'Veri tabanı şifrelemesi bu platformda desteklenmiyor';
+ String get noDatabaseEncryption =>
+ 'Veri tabanı şifrelemesi bu platformda desteklenmiyor';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,10 +2509,12 @@ class L10nTr extends L10n {
String get changeTheChatPermissions => 'Sohbet izinlerini değiştir';
@override
- String get changeTheVisibilityOfChatHistory => 'Sohbet geçmişinin görünürlüğünü değiştir';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Sohbet geçmişinin görünürlüğünü değiştir';
@override
- String get changeTheCanonicalRoomAlias => 'Ana herkese açık sohbet adresini değiştir';
+ String get changeTheCanonicalRoomAlias =>
+ 'Ana herkese açık sohbet adresini değiştir';
@override
String get sendRoomNotifications => '@oda bildirimleri gönder';
@@ -2413,7 +2523,8 @@ class L10nTr extends L10n {
String get changeTheDescriptionOfTheGroup => 'Sohbetin açıklamasını değiştir';
@override
- String get chatPermissionsDescription => 'Bu sohbette belirli eylemler için hangi güç düzeyinin gerekli olduğunu tanımlayın. 0, 50 ve 100 güç düzeyleri genellikle kullanıcıları, moderatörleri ve yöneticileri temsil eder, ancak herhangi bir derecelendirme mümkündür.';
+ String get chatPermissionsDescription =>
+ 'Bu sohbette belirli eylemler için hangi güç düzeyinin gerekli olduğunu tanımlayın. 0, 50 ve 100 güç düzeyleri genellikle kullanıcıları, moderatörleri ve yöneticileri temsil eder, ancak herhangi bir derecelendirme mümkündür.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2547,12 @@ class L10nTr extends L10n {
String get whatIsAHomeserver => 'Ana sunucu nedir?';
@override
- String get homeserverDescription => 'Tüm verileriniz tıpkı bir e-posta sağlayıcısı gibi ana sunucuda saklanır. Hangi ana sunucuyu kullanmak istediğinizi seçebilir ve herkesle iletişim kurmaya devam edebilirsiniz. https://matrix.org adresinden daha fazla bilgi edinin.';
+ String get homeserverDescription =>
+ 'Tüm verileriniz tıpkı bir e-posta sağlayıcısı gibi ana sunucuda saklanır. Hangi ana sunucuyu kullanmak istediğinizi seçebilir ve herkesle iletişim kurmaya devam edebilirsiniz. https://matrix.org adresinden daha fazla bilgi edinin.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Uyumlu bir ana sunucu gibi görünmüyor. Yanlış URL mi?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Uyumlu bir ana sunucu gibi görünmüyor. Yanlış URL mi?';
@override
String get calculatingFileSize => 'Dosya boyutu hesaplanıyor...';
@@ -2467,16 +2580,19 @@ class L10nTr extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'Aygıtlarınızdan biri doğrulanmadı';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'Aygıtlarınızdan biri doğrulanmadı';
@override
- String get noticeChatBackupDeviceVerification => 'Not: Tüm aygıtlarınızı sohbet yedeklemesine bağladığınızda, otomatik olarak doğrulanırlar.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Not: Tüm aygıtlarınızı sohbet yedeklemesine bağladığınızda, otomatik olarak doğrulanırlar.';
@override
String get continueText => 'Devam et';
@override
- String get welcomeText => 'Hey Hey 👋 Karşınızda FluffyChat. https://matrix.org ile uyumlu herhangi bir homeserver\'a giriş yapabilirsiniz. Ve herkesle konuşabilirsiniz. Bu koca bir merkeziyetsiz mesajlaşma ağı!';
+ String get welcomeText =>
+ 'Hey Hey 👋 Karşınızda FluffyChat. https://matrix.org ile uyumlu herhangi bir homeserver\'a giriş yapabilirsiniz. Ve herkesle konuşabilirsiniz. Bu koca bir merkeziyetsiz mesajlaşma ağı!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2607,8 @@ class L10nTr extends L10n {
String get manageAccount => 'Hesabı yönet';
@override
- String get noContactInformationProvided => 'Sunucu geçerli bir iletişim bilgisi sunmadı';
+ String get noContactInformationProvided =>
+ 'Sunucu geçerli bir iletişim bilgisi sunmadı';
@override
String get contactServerAdmin => 'Sunucu yöneticisiyle iletişime geçin';
@@ -2536,13 +2653,15 @@ class L10nTr extends L10n {
String get addLink => 'Link ekle';
@override
- String get unableToJoinChat => 'Sohbete girilemiyor. Belki başka birileri konuşmayı kapatmış olabilir.';
+ String get unableToJoinChat =>
+ 'Sohbete girilemiyor. Belki başka birileri konuşmayı kapatmış olabilir.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2669,8 @@ class L10nTr extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2679,8 @@ class L10nTr extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2695,8 @@ class L10nTr extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2705,142 @@ class L10nTr extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2848,8 @@ class L10nTr extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2858,15 @@ class L10nTr extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2896,6 @@ class L10nTr extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_uk.dart b/lib/generated/l10n/l10n_uk.dart
index 6cf27a8..37d8e8d 100644
--- a/lib/generated/l10n/l10n_uk.dart
+++ b/lib/generated/l10n/l10n_uk.dart
@@ -15,7 +15,8 @@ class L10nUk extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nUk extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nUk extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Повторіть пароль';
@@ -122,7 +126,8 @@ class L10nUk extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nUk extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Вилучити';
@@ -188,7 +194,8 @@ class L10nUk extends L10n {
String get addEmail => 'Додати е-пошту';
@override
- String get confirmMatrixId => 'Підтвердьте свій Matrix ID, щоб видалити свій обліковий запис.';
+ String get confirmMatrixId =>
+ 'Підтвердьте свій Matrix ID, щоб видалити свій обліковий запис.';
@override
String supposedMxid(String mxid) {
@@ -214,7 +221,8 @@ class L10nUk extends L10n {
String get allChats => 'Усі бесіди';
@override
- String get commandHint_roomupgrade => 'Оновити цю кімнату до версії даної кімнати';
+ String get commandHint_roomupgrade =>
+ 'Оновити цю кімнату до версії даної кімнати';
@override
String get commandHint_googly => 'Надіслати кілька гугл-очей';
@@ -252,7 +260,8 @@ class L10nUk extends L10n {
String get appLock => 'Блокування застосунку';
@override
- String get appLockDescription => 'Блокувати застосунок, коли не використовується ПІН-код';
+ String get appLockDescription =>
+ 'Блокувати застосунок, коли не використовується ПІН-код';
@override
String get archive => 'Архів';
@@ -267,7 +276,8 @@ class L10nUk extends L10n {
String get areYouSureYouWantToLogout => 'Ви впевнені, що хочете вийти?';
@override
- String get askSSSSSign => 'Для підпису ключа іншого користувача введіть свою парольну фразу або ключ відновлення.';
+ String get askSSSSSign =>
+ 'Для підпису ключа іншого користувача введіть свою парольну фразу або ключ відновлення.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +285,12 @@ class L10nUk extends L10n {
}
@override
- String get autoplayImages => 'Автоматично відтворювати анімовані наліпки та емоджі';
+ String get autoplayImages =>
+ 'Автоматично відтворювати анімовані наліпки та емоджі';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Домашній сервер підтримує такі типи входу:\n$serverVersions\nАле цей застосунок підтримує лише:\n$supportedVersions';
}
@@ -286,13 +298,15 @@ class L10nUk extends L10n {
String get sendTypingNotifications => 'Надсилати сповіщення про ввід тексту';
@override
- String get swipeRightToLeftToReply => 'Посунути праворуч або ліворуч, щоб відповісти';
+ String get swipeRightToLeftToReply =>
+ 'Посунути праворуч або ліворуч, щоб відповісти';
@override
String get sendOnEnter => 'Надсилати натисканням Enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Домашній сервер підтримує такі версії специфікацій:\n$serverVersions\nАле цей застосунок підтримує лише $supportedVersions';
}
@@ -305,7 +319,8 @@ class L10nUk extends L10n {
String get noMoreChatsFound => 'Більше чатів не знайдено...';
@override
- String get noChatsFoundHere => 'Бесід ще немає. Розпочніть спілкування натиснувши кнопку нижче. ⤵️';
+ String get noChatsFoundHere =>
+ 'Бесід ще немає. Розпочніть спілкування натиснувши кнопку нижче. ⤵️';
@override
String get joinedChats => 'Приєднані чати';
@@ -448,7 +463,8 @@ class L10nUk extends L10n {
String get chatBackup => 'Резервне копіювання бесіди';
@override
- String get chatBackupDescription => 'Ваші старі повідомлення захищені ключем відновлення. Переконайтеся, що ви не втратите його.';
+ String get chatBackupDescription =>
+ 'Ваші старі повідомлення захищені ключем відновлення. Переконайтеся, що ви не втратите його.';
@override
String get chatDetails => 'Подробиці бесіди';
@@ -469,7 +485,8 @@ class L10nUk extends L10n {
String get close => 'Закрити';
@override
- String get commandHint_markasdm => 'Позначити кімнатою особистого спілкування для надання Matrix ID';
+ String get commandHint_markasdm =>
+ 'Позначити кімнатою особистого спілкування для надання Matrix ID';
@override
String get commandHint_markasgroup => 'Позначити групою';
@@ -481,19 +498,22 @@ class L10nUk extends L10n {
String get commandHint_clearcache => 'Очистити кеш';
@override
- String get commandHint_create => 'Створіть порожню групову бесіду\nВикористовуйте --no-encryption, щоб вимкнути шифрування';
+ String get commandHint_create =>
+ 'Створіть порожню групову бесіду\nВикористовуйте --no-encryption, щоб вимкнути шифрування';
@override
String get commandHint_discardsession => 'Відкинути сеанс';
@override
- String get commandHint_dm => 'Початок особистої бесіди\nВикористовуйте --no-encryption, що вимкнути шифрування';
+ String get commandHint_dm =>
+ 'Початок особистої бесіди\nВикористовуйте --no-encryption, що вимкнути шифрування';
@override
String get commandHint_html => 'Надіслати текст у форматі HTML';
@override
- String get commandHint_invite => 'Запросіть цього користувача до цієї кімнати';
+ String get commandHint_invite =>
+ 'Запросіть цього користувача до цієї кімнати';
@override
String get commandHint_join => 'Приєднатися до цієї кімнати';
@@ -508,13 +528,16 @@ class L10nUk extends L10n {
String get commandHint_me => 'Опишіть себе';
@override
- String get commandHint_myroomavatar => 'Встановіть зображення для цієї кімнати (від mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Встановіть зображення для цієї кімнати (від mxc-uri)';
@override
- String get commandHint_myroomnick => 'Укажіть показуване ім\'я для цієї кімнати';
+ String get commandHint_myroomnick =>
+ 'Укажіть показуване ім\'я для цієї кімнати';
@override
- String get commandHint_op => 'Укажіть рівень повноважень цього користувача (типово: 50)';
+ String get commandHint_op =>
+ 'Укажіть рівень повноважень цього користувача (типово: 50)';
@override
String get commandHint_plain => 'Надіслати неформатований текст';
@@ -526,7 +549,8 @@ class L10nUk extends L10n {
String get commandHint_send => 'Надіслати текст';
@override
- String get commandHint_unban => 'Розблокувати цього користувача у цій кімнаті';
+ String get commandHint_unban =>
+ 'Розблокувати цього користувача у цій кімнаті';
@override
String get commandInvalid => 'Неприпустима команда';
@@ -552,7 +576,8 @@ class L10nUk extends L10n {
String get connect => 'Під\'єднатись';
@override
- String get contactHasBeenInvitedToTheGroup => 'Контакт був запрошений в групу';
+ String get contactHasBeenInvitedToTheGroup =>
+ 'Контакт був запрошений в групу';
@override
String get containsDisplayName => 'Містить показуване ім’я';
@@ -561,7 +586,8 @@ class L10nUk extends L10n {
String get containsUserName => 'Містить ім’я користувача';
@override
- String get contentHasBeenReported => 'Скаргу на вміст надіслано адміністраторам сервера';
+ String get contentHasBeenReported =>
+ 'Скаргу на вміст надіслано адміністраторам сервера';
@override
String get copiedToClipboard => 'Скопійовано в буфер обміну';
@@ -618,10 +644,12 @@ class L10nUk extends L10n {
}
@override
- String get deactivateAccountWarning => 'Це деактивує ваш обліковий запис. Це неможливо скасувати! Ви впевнені?';
+ String get deactivateAccountWarning =>
+ 'Це деактивує ваш обліковий запис. Це неможливо скасувати! Ви впевнені?';
@override
- String get defaultPermissionLevel => 'Типовий рівень дозволів для нових користувачів';
+ String get defaultPermissionLevel =>
+ 'Типовий рівень дозволів для нових користувачів';
@override
String get delete => 'Видалити';
@@ -684,7 +712,8 @@ class L10nUk extends L10n {
String get emoteInvalid => 'Неприпустимий короткий код емодзі!';
@override
- String get emoteKeyboardNoRecents => 'Тут з\'являться нещодавно використані смайлики...';
+ String get emoteKeyboardNoRecents =>
+ 'Тут з\'являться нещодавно використані смайлики...';
@override
String get emotePacks => 'Набори емоджі для кімнати';
@@ -699,7 +728,8 @@ class L10nUk extends L10n {
String get accessAndVisibility => 'Доступ і видимість';
@override
- String get accessAndVisibilityDescription => 'Хто може приєднатися до цієї бесіди і як її можна знайти.';
+ String get accessAndVisibilityDescription =>
+ 'Хто може приєднатися до цієї бесіди і як її можна знайти.';
@override
String get calls => 'Виклики';
@@ -708,13 +738,15 @@ class L10nUk extends L10n {
String get customEmojisAndStickers => 'Власні емоджі та наліпки';
@override
- String get customEmojisAndStickersBody => 'Додавайте або діліться власними емоджі або наліпками, які можна використовувати в будь-якій бесіді.';
+ String get customEmojisAndStickersBody =>
+ 'Додавайте або діліться власними емоджі або наліпками, які можна використовувати в будь-якій бесіді.';
@override
String get emoteShortcode => 'Короткий код для емодзі';
@override
- String get emoteWarnNeedToPick => 'Укажіть короткий код емодзі та зображення!';
+ String get emoteWarnNeedToPick =>
+ 'Укажіть короткий код емодзі та зображення!';
@override
String get emptyChat => 'Порожня бесіда';
@@ -726,7 +758,8 @@ class L10nUk extends L10n {
String get enableEncryption => 'Увімкнути шифрування';
@override
- String get enableEncryptionWarning => 'Ви більше не зможете вимкнути шифрування. Ви впевнені?';
+ String get enableEncryptionWarning =>
+ 'Ви більше не зможете вимкнути шифрування. Ви впевнені?';
@override
String get encrypted => 'Зашифровано';
@@ -824,10 +857,12 @@ class L10nUk extends L10n {
String get hideRedactedMessages => 'Сховати змінені повідомлення';
@override
- String get hideRedactedMessagesBody => 'Якщо хтось змінить повідомлення, його більше не буде видно в бесіді.';
+ String get hideRedactedMessagesBody =>
+ 'Якщо хтось змінить повідомлення, його більше не буде видно в бесіді.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Сховати недійсні або невідомі формати повідомлень';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Сховати недійсні або невідомі формати повідомлень';
@override
String get howOffensiveIsThisContent => 'Наскільки образливий цей вміст?';
@@ -845,7 +880,8 @@ class L10nUk extends L10n {
String get blockedUsers => 'Заблоковані користувачі';
@override
- String get blockListDescription => 'Ви можете заблокувати користувачів, які вас турбують. Ви не зможете отримувати жодних повідомлень або запрошень до кімнати від користувачів з вашого персонального списку блокування.';
+ String get blockListDescription =>
+ 'Ви можете заблокувати користувачів, які вас турбують. Ви не зможете отримувати жодних повідомлень або запрошень до кімнати від користувачів з вашого персонального списку блокування.';
@override
String get blockUsername => 'Ігнорувати ім\'я користувача';
@@ -854,7 +890,8 @@ class L10nUk extends L10n {
String get iHaveClickedOnLink => 'Мною виконано перехід за посиланням';
@override
- String get incorrectPassphraseOrKey => 'Неправильна парольна фраза або ключ відновлення';
+ String get incorrectPassphraseOrKey =>
+ 'Неправильна парольна фраза або ключ відновлення';
@override
String get inoffensive => 'Необразливий';
@@ -885,10 +922,12 @@ class L10nUk extends L10n {
String get invited => 'Запрошено';
@override
- String get redactMessageDescription => 'Повідомлення буде відредаговано для всіх учасників цієї розмови. Це не можна скасувати.';
+ String get redactMessageDescription =>
+ 'Повідомлення буде відредаговано для всіх учасників цієї розмови. Це не можна скасувати.';
@override
- String get optionalRedactReason => '(Необов\'язково) Причина редагування цього повідомлення...';
+ String get optionalRedactReason =>
+ '(Необов\'язково) Причина редагування цього повідомлення...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +995,22 @@ class L10nUk extends L10n {
String get dehydrate => 'Експортувати сеанс та очистити пристрій';
@override
- String get dehydrateWarning => 'Цю дію не можна скасувати. Переконайтеся, що ви безпечно зберігаєте файл резервної копії.';
+ String get dehydrateWarning =>
+ 'Цю дію не можна скасувати. Переконайтеся, що ви безпечно зберігаєте файл резервної копії.';
@override
String get dehydrateTor => 'Користувачі TOR: експорт сеансу';
@override
- String get dehydrateTorLong => 'Для користувачів TOR рекомендується експортувати сеанс перед закриттям вікна.';
+ String get dehydrateTorLong =>
+ 'Для користувачів TOR рекомендується експортувати сеанс перед закриттям вікна.';
@override
String get hydrateTor => 'Користувачі TOR: імпорт експортованого сеансу';
@override
- String get hydrateTorLong => 'Минулого разу ви експортували свій сеанс із TOR? Швидко імпортуйте його та продовжуйте спілкування.';
+ String get hydrateTorLong =>
+ 'Минулого разу ви експортували свій сеанс із TOR? Швидко імпортуйте його та продовжуйте спілкування.';
@override
String get hydrate => 'Відновлення з файлу резервної копії';
@@ -980,10 +1022,12 @@ class L10nUk extends L10n {
String get loadMore => 'Завантажити ще…';
@override
- String get locationDisabledNotice => 'Служби визначення розташування вимкнені. Увімкніть їх, щоб мати змогу ділитися своїм розташуванням.';
+ String get locationDisabledNotice =>
+ 'Служби визначення розташування вимкнені. Увімкніть їх, щоб мати змогу ділитися своїм розташуванням.';
@override
- String get locationPermissionDeniedNotice => 'Дозвіл на розташування відхилено. Надайте можливість ділитися своїм розташуванням.';
+ String get locationPermissionDeniedNotice =>
+ 'Дозвіл на розташування відхилено. Надайте можливість ділитися своїм розташуванням.';
@override
String get login => 'Увійти';
@@ -1015,7 +1059,8 @@ class L10nUk extends L10n {
String get muteChat => 'Вимкнути сповіщення';
@override
- String get needPantalaimonWarning => 'Майте на увазі, що на цей час вам потрібен Pantalaimon, щоб використовувати наскрізне шифрування.';
+ String get needPantalaimonWarning =>
+ 'Майте на увазі, що на цей час вам потрібен Pantalaimon, щоб використовувати наскрізне шифрування.';
@override
String get newChat => 'Нова бесіда';
@@ -1039,10 +1084,12 @@ class L10nUk extends L10n {
String get noEmotesFound => 'Емоджі не знайдено. 😕';
@override
- String get noEncryptionForPublicRooms => 'Активувати шифрування можна лише тоді, коли кімната більше не буде загальнодоступною.';
+ String get noEncryptionForPublicRooms =>
+ 'Активувати шифрування можна лише тоді, коли кімната більше не буде загальнодоступною.';
@override
- String get noGoogleServicesWarning => 'Схоже, Firebase Cloud Messaging недоступна на вашому пристрої. Щоб отримувати push-сповіщення, радимо встановити ntfy. За допомогою ntfy або іншого постачальника Unified Push ви можете отримувати push-сповіщення у безпечний спосіб. Ви можете завантажити ntfy з PlayStore або з F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Схоже, Firebase Cloud Messaging недоступна на вашому пристрої. Щоб отримувати push-сповіщення, радимо встановити ntfy. За допомогою ntfy або іншого постачальника Unified Push ви можете отримувати push-сповіщення у безпечний спосіб. Ви можете завантажити ntfy з PlayStore або з F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1106,8 @@ class L10nUk extends L10n {
String get none => 'Нічого';
@override
- String get noPasswordRecoveryDescription => 'Ви ще не додали спосіб відновлення пароля.';
+ String get noPasswordRecoveryDescription =>
+ 'Ви ще не додали спосіб відновлення пароля.';
@override
String get noPermission => 'Немає прав доступу';
@@ -1071,7 +1119,8 @@ class L10nUk extends L10n {
String get notifications => 'Сповіщення';
@override
- String get notificationsEnabledForThisAccount => 'Сповіщення ввімкнені для цього облікового запису';
+ String get notificationsEnabledForThisAccount =>
+ 'Сповіщення ввімкнені для цього облікового запису';
@override
String numUsersTyping(int count) {
@@ -1094,16 +1143,19 @@ class L10nUk extends L10n {
String get online => 'Онлайн';
@override
- String get onlineKeyBackupEnabled => 'Резервне онлайн-копіювання ключів увімкнено';
+ String get onlineKeyBackupEnabled =>
+ 'Резервне онлайн-копіювання ключів увімкнено';
@override
- String get oopsPushError => 'Дідько! На жаль, сталася помилка під час налаштування push-сповіщень.';
+ String get oopsPushError =>
+ 'Дідько! На жаль, сталася помилка під час налаштування push-сповіщень.';
@override
String get oopsSomethingWentWrong => 'Халепа, щось пішло не так…';
@override
- String get openAppToReadMessages => 'Відкрийте застосунок читання повідомлень';
+ String get openAppToReadMessages =>
+ 'Відкрийте застосунок читання повідомлень';
@override
String get openCamera => 'Відкрити камеру';
@@ -1112,13 +1164,15 @@ class L10nUk extends L10n {
String get openVideoCamera => 'Відкрити камеру для відео';
@override
- String get oneClientLoggedOut => 'На одному з ваших клієнтів виконано вихід із системи';
+ String get oneClientLoggedOut =>
+ 'На одному з ваших клієнтів виконано вихід із системи';
@override
String get addAccount => 'Додати обліковий запис';
@override
- String get editBundlesForAccount => 'Змінити вузол для цього облікового запису';
+ String get editBundlesForAccount =>
+ 'Змінити вузол для цього облікового запису';
@override
String get addToBundle => 'Додати до вузлів';
@@ -1130,7 +1184,8 @@ class L10nUk extends L10n {
String get bundleName => 'Назва вузла';
@override
- String get enableMultiAccounts => '(БЕТА) Увімкнути кілька облікових записів на цьому пристрої';
+ String get enableMultiAccounts =>
+ '(БЕТА) Увімкнути кілька облікових записів на цьому пристрої';
@override
String get openInMaps => 'Відкрити в картах';
@@ -1139,7 +1194,8 @@ class L10nUk extends L10n {
String get link => 'Посилання';
@override
- String get serverRequiresEmail => 'Цей сервер потребує перевірки вашої адресу е-пошти для реєстрації.';
+ String get serverRequiresEmail =>
+ 'Цей сервер потребує перевірки вашої адресу е-пошти для реєстрації.';
@override
String get or => 'Або';
@@ -1163,10 +1219,12 @@ class L10nUk extends L10n {
String get passwordHasBeenChanged => 'Пароль змінено';
@override
- String get hideMemberChangesInPublicChats => 'Сховати зміни користувачів у загальнодоступних бесідах';
+ String get hideMemberChangesInPublicChats =>
+ 'Сховати зміни користувачів у загальнодоступних бесідах';
@override
- String get hideMemberChangesInPublicChatsBody => 'Не показувати в хронології бесіди, якщо хтось приєднується до загальнодоступної бесіди або виходить з неї, щоб покращити її читабельність.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Не показувати в хронології бесіди, якщо хтось приєднується до загальнодоступної бесіди або виходить з неї, щоб покращити її читабельність.';
@override
String get overview => 'Огляд';
@@ -1201,10 +1259,12 @@ class L10nUk extends L10n {
String get pleaseChooseAPasscode => 'Виберіть код доступу';
@override
- String get pleaseClickOnLink => 'Натисніть на посилання в електронному листі, а потім продовжуйте.';
+ String get pleaseClickOnLink =>
+ 'Натисніть на посилання в електронному листі, а потім продовжуйте.';
@override
- String get pleaseEnter4Digits => 'Введіть 4 цифри або залиште порожнім, щоб вимкнути блокування застосунку.';
+ String get pleaseEnter4Digits =>
+ 'Введіть 4 цифри або залиште порожнім, щоб вимкнути блокування застосунку.';
@override
String get pleaseEnterRecoveryKey => 'Введіть ключ відновлення:';
@@ -1219,7 +1279,8 @@ class L10nUk extends L10n {
String get pleaseEnterYourUsername => 'Введіть своє ім\'я користувача';
@override
- String get pleaseFollowInstructionsOnWeb => 'Виконайте вказівки вебсайту та торкніться далі.';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Виконайте вказівки вебсайту та торкніться далі.';
@override
String get privacy => 'Приватність';
@@ -1304,7 +1365,8 @@ class L10nUk extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1375,12 @@ class L10nUk extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Запит дозволу';
@@ -1460,10 +1524,12 @@ class L10nUk extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
- String get presencesToggle => 'Показувати повідомлення про стан від інших користувачів';
+ String get presencesToggle =>
+ 'Показувати повідомлення про стан від інших користувачів';
@override
String get pureBlackToggle => 'Pure Black';
@@ -1641,7 +1707,8 @@ class L10nUk extends L10n {
String get voiceMessage => 'Голосове повідомлення';
@override
- String get waitingPartnerAcceptRequest => 'Очікування прийняття запиту партнером…';
+ String get waitingPartnerAcceptRequest =>
+ 'Очікування прийняття запиту партнером…';
@override
String get waitingPartnerEmoji => 'Очікування прийняття емоджі партнером…';
@@ -1662,16 +1729,19 @@ class L10nUk extends L10n {
String get whoCanPerformWhichAction => 'Хто і яку дію може виконувати';
@override
- String get whoIsAllowedToJoinThisGroup => 'Кому дозволено приєднуватися до цієї групи';
+ String get whoIsAllowedToJoinThisGroup =>
+ 'Кому дозволено приєднуватися до цієї групи';
@override
String get whyDoYouWantToReportThis => 'Чому ви хочете поскаржитися?';
@override
- String get wipeChatBackup => 'Стерти резервну копію бесіди, щоб створити новий ключ відновлення?';
+ String get wipeChatBackup =>
+ 'Стерти резервну копію бесіди, щоб створити новий ключ відновлення?';
@override
- String get withTheseAddressesRecoveryDescription => 'За допомогою цих адрес ви можете відновити свій пароль.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'За допомогою цих адрес ви можете відновити свій пароль.';
@override
String get writeAMessage => 'Написати повідомлення…';
@@ -1683,10 +1753,12 @@ class L10nUk extends L10n {
String get you => 'Ви';
@override
- String get youAreNoLongerParticipatingInThisChat => 'Ви більше не берете участь у цій бесіді';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'Ви більше не берете участь у цій бесіді';
@override
- String get youHaveBeenBannedFromThisChat => 'Ви були заблоковані у цій бесіді';
+ String get youHaveBeenBannedFromThisChat =>
+ 'Ви були заблоковані у цій бесіді';
@override
String get yourPublicKey => 'Ваш відкритий ключ';
@@ -1710,13 +1782,15 @@ class L10nUk extends L10n {
String get removeFromSpace => 'Вилучити з простору';
@override
- String get addToSpaceDescription => 'Виберіть простір, щоб додати до нього цю бесіду.';
+ String get addToSpaceDescription =>
+ 'Виберіть простір, щоб додати до нього цю бесіду.';
@override
String get start => 'Почати';
@override
- String get pleaseEnterRecoveryKeyDescription => 'Щоб розблокувати старі повідомлення, введіть ключ відновлення, згенерований у попередньому сеансі. Ваш ключ відновлення це НЕ ваш пароль.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'Щоб розблокувати старі повідомлення, введіть ключ відновлення, згенерований у попередньому сеансі. Ваш ключ відновлення це НЕ ваш пароль.';
@override
String get publish => 'Опублікувати';
@@ -1747,7 +1821,8 @@ class L10nUk extends L10n {
String get pinMessage => 'Прикріпити в кімнаті';
@override
- String get confirmEventUnpin => 'Ви впевнені, що бажаєте назавжди відкріпите подію?';
+ String get confirmEventUnpin =>
+ 'Ви впевнені, що бажаєте назавжди відкріпите подію?';
@override
String get emojis => 'Емоджі';
@@ -1762,10 +1837,12 @@ class L10nUk extends L10n {
String get unsupportedAndroidVersion => 'Непідтримувана версія Android';
@override
- String get unsupportedAndroidVersionLong => 'Для цієї функції потрібна новіша версія Android. Перевірте наявність оновлень або підтримку Lineage OS.';
+ String get unsupportedAndroidVersionLong =>
+ 'Для цієї функції потрібна новіша версія Android. Перевірте наявність оновлень або підтримку Lineage OS.';
@override
- String get videoCallsBetaWarning => 'Зауважте, що відеовиклики на ранньому етапі розробки. Вони можуть працювати не так, як очікувалося, або взагалі не працювати на всіх платформах.';
+ String get videoCallsBetaWarning =>
+ 'Зауважте, що відеовиклики на ранньому етапі розробки. Вони можуть працювати не так, як очікувалося, або взагалі не працювати на всіх платформах.';
@override
String get experimentalVideoCalls => 'Експериментальні відеовиклики';
@@ -1777,7 +1854,8 @@ class L10nUk extends L10n {
String get indexedDbErrorTitle => 'Проблеми приватного режиму';
@override
- String get indexedDbErrorLong => 'На жаль, сховище повідомлень не ввімкнуто у приватному режимі типово.\nВідкрийте\n - about:config\n - установіть для dom.indexedDB.privateBrowsing.enabled значення true\nІнакше запустити FluffyChat буде неможливо.';
+ String get indexedDbErrorLong =>
+ 'На жаль, сховище повідомлень не ввімкнуто у приватному режимі типово.\nВідкрийте\n - about:config\n - установіть для dom.indexedDB.privateBrowsing.enabled значення true\nІнакше запустити FluffyChat буде неможливо.';
@override
String switchToAccount(String number) {
@@ -1888,7 +1966,8 @@ class L10nUk extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'Загальнодоступне посилання ще не створено';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'Загальнодоступне посилання ще не створено';
@override
String get knock => 'Постукатись';
@@ -1900,10 +1979,12 @@ class L10nUk extends L10n {
String get unlockOldMessages => 'Розблокувати старі повідомлення';
@override
- String get storeInSecureStorageDescription => 'Збережіть ключ відновлення в безпечному сховищі цього пристрою.';
+ String get storeInSecureStorageDescription =>
+ 'Збережіть ключ відновлення в безпечному сховищі цього пристрою.';
@override
- String get saveKeyManuallyDescription => 'Збережіть цей ключ вручну, запустивши діалогове вікно спільного доступу до системи або буфер обміну.';
+ String get saveKeyManuallyDescription =>
+ 'Збережіть цей ключ вручну, запустивши діалогове вікно спільного доступу до системи або буфер обміну.';
@override
String get storeInAndroidKeystore => 'Зберегти в Android KeyStore';
@@ -1926,7 +2007,8 @@ class L10nUk extends L10n {
String get custom => 'Користувацький';
@override
- String get foregroundServiceRunning => 'Це сповіщення з\'являється під час роботи основної служби.';
+ String get foregroundServiceRunning =>
+ 'Це сповіщення з\'являється під час роботи основної служби.';
@override
String get screenSharingTitle => 'спільний доступ до екрана';
@@ -1941,22 +2023,26 @@ class L10nUk extends L10n {
String get callingAccount => 'Обліковий запис для виклику';
@override
- String get callingAccountDetails => 'Дозволяє FluffyChat використовувати основний застосунок Android для набору номера.';
+ String get callingAccountDetails =>
+ 'Дозволяє FluffyChat використовувати основний застосунок Android для набору номера.';
@override
String get appearOnTop => 'З\'являтися зверху';
@override
- String get appearOnTopDetails => 'Дозволяє застосунку показуватися зверху (не потрібно, якщо Fluffychat вже налаштований обліковим записом для викликів)';
+ String get appearOnTopDetails =>
+ 'Дозволяє застосунку показуватися зверху (не потрібно, якщо Fluffychat вже налаштований обліковим записом для викликів)';
@override
- String get otherCallingPermissions => 'Мікрофон, камера та інші дозволи FluffyChat';
+ String get otherCallingPermissions =>
+ 'Мікрофон, камера та інші дозволи FluffyChat';
@override
String get whyIsThisMessageEncrypted => 'Чому це повідомлення нечитабельне?';
@override
- String get noKeyForThisMessage => 'Це може статися, якщо повідомлення було надіслано до того, як ви ввійшли у свій обліковий запис на цьому пристрої.\n\nТакож можливо, що відправник заблокував ваш пристрій або щось пішло не так з під\'єднанням до інтернету.\n\nЧи можете ви прочитати повідомлення на іншому сеансі? Тоді ви зможете перенести повідомлення з нього! Перейдіть до Налаштування > Пристрої та переконайтеся, що ваші пристрої перевірили один одного. Коли ви відкриєте кімнату наступного разу й обидва сеанси будуть на активні, ключі будуть передані автоматично.\n\nВи ж не хочете втрачати ключі після виходу або зміни пристроїв? Переконайтеся, що ви ввімкнули резервне копіювання бесід у налаштуваннях.';
+ String get noKeyForThisMessage =>
+ 'Це може статися, якщо повідомлення було надіслано до того, як ви ввійшли у свій обліковий запис на цьому пристрої.\n\nТакож можливо, що відправник заблокував ваш пристрій або щось пішло не так з під\'єднанням до інтернету.\n\nЧи можете ви прочитати повідомлення на іншому сеансі? Тоді ви зможете перенести повідомлення з нього! Перейдіть до Налаштування > Пристрої та переконайтеся, що ваші пристрої перевірили один одного. Коли ви відкриєте кімнату наступного разу й обидва сеанси будуть на активні, ключі будуть передані автоматично.\n\nВи ж не хочете втрачати ключі після виходу або зміни пристроїв? Переконайтеся, що ви ввімкнули резервне копіювання бесід у налаштуваннях.';
@override
String get newGroup => 'Нова група';
@@ -1993,13 +2079,15 @@ class L10nUk extends L10n {
}
@override
- String get newSpaceDescription => 'Простори дозволяють об\'єднувати ваші бесіди та створювати приватні або загальнодоступні спільноти.';
+ String get newSpaceDescription =>
+ 'Простори дозволяють об\'єднувати ваші бесіди та створювати приватні або загальнодоступні спільноти.';
@override
String get encryptThisChat => 'Зашифрувати цю бесіду';
@override
- String get disableEncryptionWarning => 'З міркувань безпеки ви не можете вимкнути шифрування в бесіді, ув якій воно було ввімкнене раніше.';
+ String get disableEncryptionWarning =>
+ 'З міркувань безпеки ви не можете вимкнути шифрування в бесіді, ув якій воно було ввімкнене раніше.';
@override
String get sorryThatsNotPossible => 'Вибачте... це неможливо';
@@ -2011,7 +2099,8 @@ class L10nUk extends L10n {
String get reopenChat => 'Відновити бесіду';
@override
- String get noBackupWarning => 'Увага! Якщо ви не ввімкнете резервне копіювання бесіди, ви втратите доступ до своїх зашифрованих повідомлень. Наполегливо радимо ввімкнути резервне копіювання бесіди перед виходом.';
+ String get noBackupWarning =>
+ 'Увага! Якщо ви не ввімкнете резервне копіювання бесіди, ви втратите доступ до своїх зашифрованих повідомлень. Наполегливо радимо ввімкнути резервне копіювання бесіди перед виходом.';
@override
String get noOtherDevicesFound => 'Інших пристроїв не знайдено';
@@ -2027,7 +2116,8 @@ class L10nUk extends L10n {
}
@override
- String get jumpToLastReadMessage => 'Перейти до останнього прочитаного повідомлення';
+ String get jumpToLastReadMessage =>
+ 'Перейти до останнього прочитаного повідомлення';
@override
String get readUpToHere => 'Читати тут';
@@ -2039,7 +2129,8 @@ class L10nUk extends L10n {
String get openLinkInBrowser => 'Відкрити посилання у браузері';
@override
- String get reportErrorDescription => 'О, ні. Щось пішло не так. Якщо хочете, можете повідомити про помилку розробникам.';
+ String get reportErrorDescription =>
+ 'О, ні. Щось пішло не так. Якщо хочете, можете повідомити про помилку розробникам.';
@override
String get report => 'повідомити';
@@ -2048,7 +2139,8 @@ class L10nUk extends L10n {
String get signInWithPassword => 'Увійти за допомогою пароля';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Спробуйте пізніше або виберіть інший сервер.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Спробуйте пізніше або виберіть інший сервер.';
@override
String signInWith(String provider) {
@@ -2056,7 +2148,8 @@ class L10nUk extends L10n {
}
@override
- String get profileNotFound => 'Не вдалося знайти користувача на сервері. Можливо, проблема зі з\'єднанням або користувач не існує.';
+ String get profileNotFound =>
+ 'Не вдалося знайти користувача на сервері. Можливо, проблема зі з\'єднанням або користувач не існує.';
@override
String get setTheme => 'Налаштувати тему:';
@@ -2085,19 +2178,24 @@ class L10nUk extends L10n {
String get pleaseEnterANumber => 'Введіть число більше ніж 0';
@override
- String get archiveRoomDescription => 'Бесіду буде переміщено до архіву. Інші користувачі зможуть побачити, що ви вийшли з неї.';
+ String get archiveRoomDescription =>
+ 'Бесіду буде переміщено до архіву. Інші користувачі зможуть побачити, що ви вийшли з неї.';
@override
- String get roomUpgradeDescription => 'Після цього бесіду буде відтворено з новою версією кімнати. Усі учасники отримають сповіщення, що їм потрібно перейти до нової бесіди. Ви можете дізнатися більше про версії кімнат на https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'Після цього бесіду буде відтворено з новою версією кімнати. Усі учасники отримають сповіщення, що їм потрібно перейти до нової бесіди. Ви можете дізнатися більше про версії кімнат на https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'Ви вийдете з цього пристрою і більше не зможете отримувати повідомлення.';
+ String get removeDevicesDescription =>
+ 'Ви вийдете з цього пристрою і більше не зможете отримувати повідомлення.';
@override
- String get banUserDescription => 'Користувача буде заблоковано в бесіді, і він не зможе знову увійти в неї, поки його не буде розблоковано.';
+ String get banUserDescription =>
+ 'Користувача буде заблоковано в бесіді, і він не зможе знову увійти в неї, поки його не буде розблоковано.';
@override
- String get unbanUserDescription => 'Користувач зможе знову увійти в бесіду, якщо спробує.';
+ String get unbanUserDescription =>
+ 'Користувач зможе знову увійти в бесіду, якщо спробує.';
@override
String doYouWantToKick(String user) {
@@ -2110,10 +2208,12 @@ class L10nUk extends L10n {
}
@override
- String get kickUserDescription => 'Користувача вигнали з бесіди, але не заблокували. До загальнодоступних бесід користувач може приєднатися будь-коли.';
+ String get kickUserDescription =>
+ 'Користувача вигнали з бесіди, але не заблокували. До загальнодоступних бесід користувач може приєднатися будь-коли.';
@override
- String get makeAdminDescription => 'Після того, як ви зробите цього користувача адміністратором, ви, можливо, не зможете це скасувати, оскільки він матиме ті самі права, що й ви.';
+ String get makeAdminDescription =>
+ 'Після того, як ви зробите цього користувача адміністратором, ви, можливо, не зможете це скасувати, оскільки він матиме ті самі права, що й ви.';
@override
String get pushNotificationsNotAvailable => 'Push-сповіщення недоступні';
@@ -2147,13 +2247,15 @@ class L10nUk extends L10n {
String get groupName => 'Назва групи';
@override
- String get createGroupAndInviteUsers => 'Створити групу та запросити користувачів';
+ String get createGroupAndInviteUsers =>
+ 'Створити групу та запросити користувачів';
@override
String get groupCanBeFoundViaSearch => 'Групу можна знайти через пошук';
@override
- String get wrongRecoveryKey => 'Вибачте... схоже, це неправильний ключ відновлення.';
+ String get wrongRecoveryKey =>
+ 'Вибачте... схоже, це неправильний ключ відновлення.';
@override
String get startConversation => 'Розпочати розмову';
@@ -2165,7 +2267,8 @@ class L10nUk extends L10n {
String get databaseMigrationTitle => 'Базу даних оптимізовано';
@override
- String get databaseMigrationBody => 'Зачекайте, будь ласка. Це може тривати деякий час.';
+ String get databaseMigrationBody =>
+ 'Зачекайте, будь ласка. Це може тривати деякий час.';
@override
String get leaveEmptyToClearStatus => 'Лишіть порожнім, щоб оновити статус.';
@@ -2267,28 +2370,33 @@ class L10nUk extends L10n {
String get sendReadReceipts => 'Надіслати підтвердження прочитання';
@override
- String get sendTypingNotificationsDescription => 'Інші учасники бесіди бачитимуть, коли ви набираєте нове повідомлення.';
+ String get sendTypingNotificationsDescription =>
+ 'Інші учасники бесіди бачитимуть, коли ви набираєте нове повідомлення.';
@override
- String get sendReadReceiptsDescription => 'Інші учасники бесіди бачитимуть, що ви прочитали повідомлення.';
+ String get sendReadReceiptsDescription =>
+ 'Інші учасники бесіди бачитимуть, що ви прочитали повідомлення.';
@override
String get formattedMessages => 'Форматовані повідомлення';
@override
- String get formattedMessagesDescription => 'Показувати розширений вміст повідомлень, наприклад, жирний текст, використовуючи markdown.';
+ String get formattedMessagesDescription =>
+ 'Показувати розширений вміст повідомлень, наприклад, жирний текст, використовуючи markdown.';
@override
String get verifyOtherUser => '🔐 Звірити іншого користувача';
@override
- String get verifyOtherUserDescription => 'Якщо ви звіряєте іншого користувача, ви можете бути впевнені, що знаєте, кому ви насправді пишете. 💪\n\nКоли ви почнете звірення, ви та інший користувач побачите спливне вікно в застосунку. Там ви побачите набір смайликів або чисел, які вам потрібно буде порівняти між собою.\n\nНайкращий спосіб зробити це — зустрітися або розпочати відеовиклик. 👭';
+ String get verifyOtherUserDescription =>
+ 'Якщо ви звіряєте іншого користувача, ви можете бути впевнені, що знаєте, кому ви насправді пишете. 💪\n\nКоли ви почнете звірення, ви та інший користувач побачите спливне вікно в застосунку. Там ви побачите набір смайликів або чисел, які вам потрібно буде порівняти між собою.\n\nНайкращий спосіб зробити це — зустрітися або розпочати відеовиклик. 👭';
@override
String get verifyOtherDevice => '🔐 Звірити інший пристрій';
@override
- String get verifyOtherDeviceDescription => 'Коли ви звіряєте інший пристрій, ці пристрої можуть обмінюватися ключами, підвищуючи вашу загальну безпеку. 💪 Коли ви розпочнете звірення, в застосунку на обох пристроях з\'явиться спливне вікно. Там ви побачите набір смайликів або чисел, які вам потрібно буде порівняти між собою. Найкраще мати обидва пристрої під рукою перед початком звірення. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'Коли ви звіряєте інший пристрій, ці пристрої можуть обмінюватися ключами, підвищуючи вашу загальну безпеку. 💪 Коли ви розпочнете звірення, в застосунку на обох пристроях з\'явиться спливне вікно. Там ви побачите набір смайликів або чисел, які вам потрібно буде порівняти між собою. Найкраще мати обидва пристрої під рукою перед початком звірення. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2347,7 +2455,8 @@ class L10nUk extends L10n {
}
@override
- String get noDatabaseEncryption => 'Шифрування бази даних не підтримується на цій платформі';
+ String get noDatabaseEncryption =>
+ 'Шифрування бази даних не підтримується на цій платформі';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2403,10 +2512,12 @@ class L10nUk extends L10n {
String get changeTheChatPermissions => 'Змінити права доступу до чату';
@override
- String get changeTheVisibilityOfChatHistory => 'Змінити видимість історії чату';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Змінити видимість історії чату';
@override
- String get changeTheCanonicalRoomAlias => 'Змінити основну адресу загальнодоступного чату';
+ String get changeTheCanonicalRoomAlias =>
+ 'Змінити основну адресу загальнодоступного чату';
@override
String get sendRoomNotifications => 'Надсилати сповіщення @room';
@@ -2415,7 +2526,8 @@ class L10nUk extends L10n {
String get changeTheDescriptionOfTheGroup => 'Змінити опис чату';
@override
- String get chatPermissionsDescription => 'Визначте, який рівень повноважень необхідний для певних дій у цьому чаті. Рівні повноважень 0, 50 і 100 зазвичай представляють користувачів, модераторів та адміністраторів, але можливі будь-які градації.';
+ String get chatPermissionsDescription =>
+ 'Визначте, який рівень повноважень необхідний для певних дій у цьому чаті. Рівні повноважень 0, 50 і 100 зазвичай представляють користувачів, модераторів та адміністраторів, але можливі будь-які градації.';
@override
String updateInstalled(String version) {
@@ -2438,16 +2550,19 @@ class L10nUk extends L10n {
String get whatIsAHomeserver => 'Що таке домашній сервер?';
@override
- String get homeserverDescription => 'Усі ваші дані зберігаються на домашньому сервері, так само як у постачальника послуг електронної пошти. Ви можете вибрати, який домашній сервер ви хочете використовувати, водночас ви можете спілкуватися з усіма. Докладніше на https://matrix.org.';
+ String get homeserverDescription =>
+ 'Усі ваші дані зберігаються на домашньому сервері, так само як у постачальника послуг електронної пошти. Ви можете вибрати, який домашній сервер ви хочете використовувати, водночас ви можете спілкуватися з усіма. Докладніше на https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Здається, це несумісний домашній сервер. Неправильна URL-адреса?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Здається, це несумісний домашній сервер. Неправильна URL-адреса?';
@override
String get calculatingFileSize => 'Обчислення розміру файлу...';
@override
- String get prepareSendingAttachment => 'Підготовка до надсилання вкладення...';
+ String get prepareSendingAttachment =>
+ 'Підготовка до надсилання вкладення...';
@override
String get sendingAttachment => 'Надсилання вкладення...';
@@ -2469,16 +2584,19 @@ class L10nUk extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'Один із ваших пристроїв не верифікований';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'Один із ваших пристроїв не верифікований';
@override
- String get noticeChatBackupDeviceVerification => 'Примітка: Коли ви під\'єднуєте всі свої пристрої до резервної копії бесіди, вони автоматично верифікуються.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Примітка: Коли ви під\'єднуєте всі свої пристрої до резервної копії бесіди, вони автоматично верифікуються.';
@override
String get continueText => 'Продовжити';
@override
- String get welcomeText => 'Привіт-привіт 👋 Це FluffyChat. Ви можете увійти на будь-який сервер, сумісний із https://matrix.org. А потім спілкуватися з будь-ким. Це величезна децентралізована мережа для обміну повідомленнями!';
+ String get welcomeText =>
+ 'Привіт-привіт 👋 Це FluffyChat. Ви можете увійти на будь-який сервер, сумісний із https://matrix.org. А потім спілкуватися з будь-ким. Це величезна децентралізована мережа для обміну повідомленнями!';
@override
String get blur => 'Розмиття:';
@@ -2493,7 +2611,8 @@ class L10nUk extends L10n {
String get manageAccount => 'Керувати обліковим записом';
@override
- String get noContactInformationProvided => 'Сервер не надає жодної дійсної контактної інформації';
+ String get noContactInformationProvided =>
+ 'Сервер не надає жодної дійсної контактної інформації';
@override
String get contactServerAdmin => 'Зв’язатися з адміністратором сервера';
@@ -2538,13 +2657,15 @@ class L10nUk extends L10n {
String get addLink => 'Додати посилання';
@override
- String get unableToJoinChat => 'Неможливо приєднатися до бесіди. Можливо, інша сторона вже закрила розмову.';
+ String get unableToJoinChat =>
+ 'Неможливо приєднатися до бесіди. Можливо, інша сторона вже закрила розмову.';
@override
String get previous => 'Попередній';
@override
- String get otherPartyNotLoggedIn => 'Інша сторона наразі не увійшла в систему, тому не може отримувати повідомлення!';
+ String get otherPartyNotLoggedIn =>
+ 'Інша сторона наразі не увійшла в систему, тому не може отримувати повідомлення!';
@override
String appWantsToUseForLogin(String server) {
@@ -2552,7 +2673,8 @@ class L10nUk extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'Цим ви дозволяєте застосунку та вебсайту ділитися інформацією про вас.';
+ String get appWantsToUseForLoginDescription =>
+ 'Цим ви дозволяєте застосунку та вебсайту ділитися інформацією про вас.';
@override
String get open => 'Відкрити';
@@ -2561,7 +2683,8 @@ class L10nUk extends L10n {
String get waitingForServer => 'Очікування сервера...';
@override
- String get appIntroduction => 'FluffyChat дає змогу спілкуватися з друзями у різних месенджерах. Дізнайтеся більше на https://matrix.org або просто натисніть *Продовжити*.';
+ String get appIntroduction =>
+ 'FluffyChat дає змогу спілкуватися з друзями у різних месенджерах. Дізнайтеся більше на https://matrix.org або просто натисніть *Продовжити*.';
@override
String get newChatRequest => '📩 Новий запит на спілкування';
@@ -2576,7 +2699,8 @@ class L10nUk extends L10n {
String get roomNotificationSettings => 'Налаштування сповіщень кімнати';
@override
- String get userSpecificNotificationSettings => 'Налаштування сповіщень для користувача';
+ String get userSpecificNotificationSettings =>
+ 'Налаштування сповіщень для користувача';
@override
String get otherNotificationSettings => 'Інші налаштування сповіщень';
@@ -2585,121 +2709,143 @@ class L10nUk extends L10n {
String get notificationRuleContainsUserName => 'Містить ім\'я користувача';
@override
- String get notificationRuleContainsUserNameDescription => 'Сповіщає користувача, коли повідомлення містить його ім\'я користувача.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Сповіщає користувача, коли повідомлення містить його ім\'я користувача.';
@override
String get notificationRuleMaster => 'Вимкнути всі сповіщення';
@override
- String get notificationRuleMasterDescription => 'Перевизначає всі інші правила і вимикає всі сповіщення.';
+ String get notificationRuleMasterDescription =>
+ 'Перевизначає всі інші правила і вимикає всі сповіщення.';
@override
- String get notificationRuleSuppressNotices => 'Заборонити автоматичні повідомлення';
+ String get notificationRuleSuppressNotices =>
+ 'Заборонити автоматичні повідомлення';
@override
- String get notificationRuleSuppressNoticesDescription => 'Забороняє сповіщення від автоматизованих клієнтів, таких як боти.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Забороняє сповіщення від автоматизованих клієнтів, таких як боти.';
@override
String get notificationRuleInviteForMe => 'Запрошення мене';
@override
- String get notificationRuleInviteForMeDescription => 'Сповіщає користувача, коли його запрошують до кімнати.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Сповіщає користувача, коли його запрошують до кімнати.';
@override
String get notificationRuleMemberEvent => 'Події участі';
@override
- String get notificationRuleMemberEventDescription => 'Забороняє сповіщення про події учасників.';
+ String get notificationRuleMemberEventDescription =>
+ 'Забороняє сповіщення про події учасників.';
@override
String get notificationRuleIsUserMention => 'Згадки користувачів';
@override
- String get notificationRuleIsUserMentionDescription => 'Сповіщає користувачів, коли безпосередньо їх згадують у повідомленні.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Сповіщає користувачів, коли безпосередньо їх згадують у повідомленні.';
@override
String get notificationRuleContainsDisplayName => 'Містить показуване ім’я';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Сповіщає користувача, коли повідомлення містить показуване ім\'я.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Сповіщає користувача, коли повідомлення містить показуване ім\'я.';
@override
String get notificationRuleIsRoomMention => 'Згадки кімнати';
@override
- String get notificationRuleIsRoomMentionDescription => 'Сповіщає користувача, коли є згадка всієї кімнати.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Сповіщає користувача, коли є згадка всієї кімнати.';
@override
String get notificationRuleRoomnotif => 'Сповіщення кімнати';
@override
- String get notificationRuleRoomnotifDescription => 'Сповіщає користувача, коли повідомлення містить \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Сповіщає користувача, коли повідомлення містить \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2707,7 +2853,8 @@ class L10nUk extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2716,13 +2863,15 @@ class L10nUk extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Яким пристроям довіряти, щоб вони могли читати ваші повідомлення в зашифрованих бесідах?';
+ String get shareKeysWithDescription =>
+ 'Яким пристроям довіряти, щоб вони могли читати ваші повідомлення в зашифрованих бесідах?';
@override
String get allDevices => 'Усім пристроям';
@override
- String get crossVerifiedDevicesIfEnabled => 'З перехресною верифікацією пристроїв, якщо ввімкнено';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'З перехресною верифікацією пристроїв, якщо ввімкнено';
@override
String get crossVerifiedDevices => 'З перехресною верифікацією пристроїв';
@@ -2752,5 +2901,6 @@ class L10nUk extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_vi.dart b/lib/generated/l10n/l10n_vi.dart
index 090a2db..1566ea7 100644
--- a/lib/generated/l10n/l10n_vi.dart
+++ b/lib/generated/l10n/l10n_vi.dart
@@ -15,7 +15,8 @@ class L10nVi extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nVi extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nVi extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => 'Nhập lại mật khẩu';
@@ -122,7 +126,8 @@ class L10nVi extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nVi extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => 'Loại bỏ';
@@ -214,7 +220,8 @@ class L10nVi extends L10n {
String get allChats => 'Tất cả hội thoại';
@override
- String get commandHint_roomupgrade => 'Upgrade this room to the given room version';
+ String get commandHint_roomupgrade =>
+ 'Upgrade this room to the given room version';
@override
String get commandHint_googly => 'Send some googly eyes';
@@ -264,10 +271,12 @@ class L10nVi extends L10n {
String get areYouSure => 'Bạn chắc chứ?';
@override
- String get areYouSureYouWantToLogout => 'Bạn có chắc bạn muốn đăng xuất không?';
+ String get areYouSureYouWantToLogout =>
+ 'Bạn có chắc bạn muốn đăng xuất không?';
@override
- String get askSSSSSign => 'To be able to sign the other person, please enter your secure store passphrase or recovery key.';
+ String get askSSSSSign =>
+ 'To be able to sign the other person, please enter your secure store passphrase or recovery key.';
@override
String askVerificationRequest(String username) {
@@ -275,10 +284,12 @@ class L10nVi extends L10n {
}
@override
- String get autoplayImages => 'Automatically play animated stickers and emotes';
+ String get autoplayImages =>
+ 'Automatically play animated stickers and emotes';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return 'Máy chủ nhà hỗ trợ kiểu đăng nhập:\n$serverVersions\nNhưng ứng dụng này chỉ hỗ trợ:\n$supportedVersions';
}
@@ -292,7 +303,8 @@ class L10nVi extends L10n {
String get sendOnEnter => 'Send on enter';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return 'Máy chủ nhà hỗ trợ Spec phiên bản:\n$serverVerions\nNhưng ứng dụng này chỉ hỗ trợ $supportedVersions';
}
@@ -305,7 +317,8 @@ class L10nVi extends L10n {
String get noMoreChatsFound => 'No more chats found...';
@override
- String get noChatsFoundHere => 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
+ String get noChatsFoundHere =>
+ 'No chats found here yet. Start a new chat with someone by using the button below. ⤵️';
@override
String get joinedChats => 'Joined chats';
@@ -436,7 +449,8 @@ class L10nVi extends L10n {
String get changeYourAvatar => 'Change your avatar';
@override
- String get channelCorruptedDecryptError => 'The encryption has been corrupted';
+ String get channelCorruptedDecryptError =>
+ 'The encryption has been corrupted';
@override
String get chat => 'Chat';
@@ -448,7 +462,8 @@ class L10nVi extends L10n {
String get chatBackup => 'Sao lưu cuộc trò chuyện';
@override
- String get chatBackupDescription => 'Bản sao lưu cuộc trò chuyện của bạn được bảo mật bằng một khoá bảo mật. Bạn đừng làm mất nó.';
+ String get chatBackupDescription =>
+ 'Bản sao lưu cuộc trò chuyện của bạn được bảo mật bằng một khoá bảo mật. Bạn đừng làm mất nó.';
@override
String get chatDetails => 'Chi tiết cuộc trò chuyện';
@@ -469,7 +484,8 @@ class L10nVi extends L10n {
String get close => 'Đóng';
@override
- String get commandHint_markasdm => 'Mark as direct message room for the giving Matrix ID';
+ String get commandHint_markasdm =>
+ 'Mark as direct message room for the giving Matrix ID';
@override
String get commandHint_markasgroup => 'Mark as group';
@@ -481,13 +497,15 @@ class L10nVi extends L10n {
String get commandHint_clearcache => 'Clear cache';
@override
- String get commandHint_create => 'Create an empty group chat\nUse --no-encryption to disable encryption';
+ String get commandHint_create =>
+ 'Create an empty group chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_discardsession => 'Discard session';
@override
- String get commandHint_dm => 'Start a direct chat\nUse --no-encryption to disable encryption';
+ String get commandHint_dm =>
+ 'Start a direct chat\nUse --no-encryption to disable encryption';
@override
String get commandHint_html => 'Send HTML-formatted text';
@@ -508,13 +526,15 @@ class L10nVi extends L10n {
String get commandHint_me => 'Describe yourself';
@override
- String get commandHint_myroomavatar => 'Set your picture for this room (by mxc-uri)';
+ String get commandHint_myroomavatar =>
+ 'Set your picture for this room (by mxc-uri)';
@override
String get commandHint_myroomnick => 'Set your display name for this room';
@override
- String get commandHint_op => 'Set the given user\'s power level (default: 50)';
+ String get commandHint_op =>
+ 'Set the given user\'s power level (default: 50)';
@override
String get commandHint_plain => 'Send unformatted text';
@@ -537,10 +557,12 @@ class L10nVi extends L10n {
}
@override
- String get compareEmojiMatch => 'So sánh và đảm bảo các biểu tượng cảm xúc sau đây giống với các biểu tượng trên máy còn lại';
+ String get compareEmojiMatch =>
+ 'So sánh và đảm bảo các biểu tượng cảm xúc sau đây giống với các biểu tượng trên máy còn lại';
@override
- String get compareNumbersMatch => 'So sánh và đảm bảo các số sau đây giống trên máy còn lại';
+ String get compareNumbersMatch =>
+ 'So sánh và đảm bảo các số sau đây giống trên máy còn lại';
@override
String get configureChat => 'Configure chat';
@@ -561,7 +583,8 @@ class L10nVi extends L10n {
String get containsUserName => 'Contains username';
@override
- String get contentHasBeenReported => 'The content has been reported to the server admins';
+ String get contentHasBeenReported =>
+ 'The content has been reported to the server admins';
@override
String get copiedToClipboard => 'Copied to clipboard';
@@ -618,7 +641,8 @@ class L10nVi extends L10n {
}
@override
- String get deactivateAccountWarning => 'Việc này sẽ vô hiệu hoá tài khoản của bạn. Điều này không thể đảo ngược được! Bạn chắc là vẫn muốn tiếp tục chứ?';
+ String get deactivateAccountWarning =>
+ 'Việc này sẽ vô hiệu hoá tài khoản của bạn. Điều này không thể đảo ngược được! Bạn chắc là vẫn muốn tiếp tục chứ?';
@override
String get defaultPermissionLevel => 'Default permission level for new users';
@@ -684,7 +708,8 @@ class L10nVi extends L10n {
String get emoteInvalid => 'Invalid emote shortcode!';
@override
- String get emoteKeyboardNoRecents => 'Recently-used emotes will appear here...';
+ String get emoteKeyboardNoRecents =>
+ 'Recently-used emotes will appear here...';
@override
String get emotePacks => 'Emote packs for room';
@@ -699,7 +724,8 @@ class L10nVi extends L10n {
String get accessAndVisibility => 'Access and visibility';
@override
- String get accessAndVisibilityDescription => 'Who is allowed to join this chat and how the chat can be discovered.';
+ String get accessAndVisibilityDescription =>
+ 'Who is allowed to join this chat and how the chat can be discovered.';
@override
String get calls => 'Calls';
@@ -708,13 +734,15 @@ class L10nVi extends L10n {
String get customEmojisAndStickers => 'Custom emojis and stickers';
@override
- String get customEmojisAndStickersBody => 'Add or share custom emojis or stickers which can be used in any chat.';
+ String get customEmojisAndStickersBody =>
+ 'Add or share custom emojis or stickers which can be used in any chat.';
@override
String get emoteShortcode => 'Emote shortcode';
@override
- String get emoteWarnNeedToPick => 'You need to pick an emote shortcode and an image!';
+ String get emoteWarnNeedToPick =>
+ 'You need to pick an emote shortcode and an image!';
@override
String get emptyChat => 'Empty chat';
@@ -726,7 +754,8 @@ class L10nVi extends L10n {
String get enableEncryption => 'Enable encryption';
@override
- String get enableEncryptionWarning => 'You won\'t be able to disable the encryption anymore. Are you sure?';
+ String get enableEncryptionWarning =>
+ 'You won\'t be able to disable the encryption anymore. Are you sure?';
@override
String get encrypted => 'Encrypted';
@@ -824,10 +853,12 @@ class L10nVi extends L10n {
String get hideRedactedMessages => 'Hide redacted messages';
@override
- String get hideRedactedMessagesBody => 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
+ String get hideRedactedMessagesBody =>
+ 'If someone redacts a message, this message won\'t be visible in the chat anymore.';
@override
- String get hideInvalidOrUnknownMessageFormats => 'Hide invalid or unknown message formats';
+ String get hideInvalidOrUnknownMessageFormats =>
+ 'Hide invalid or unknown message formats';
@override
String get howOffensiveIsThisContent => 'How offensive is this content?';
@@ -845,7 +876,8 @@ class L10nVi extends L10n {
String get blockedUsers => 'Blocked users';
@override
- String get blockListDescription => 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
+ String get blockListDescription =>
+ 'You can block users who are disturbing you. You won\'t be able to receive any messages or room invites from the users on your personal block list.';
@override
String get blockUsername => 'Ignore username';
@@ -885,10 +917,12 @@ class L10nVi extends L10n {
String get invited => 'Invited';
@override
- String get redactMessageDescription => 'The message will be redacted for all participants in this conversation. This cannot be undone.';
+ String get redactMessageDescription =>
+ 'The message will be redacted for all participants in this conversation. This cannot be undone.';
@override
- String get optionalRedactReason => '(Optional) Reason for redacting this message...';
+ String get optionalRedactReason =>
+ '(Optional) Reason for redacting this message...';
@override
String invitedUser(String username, String targetName) {
@@ -956,19 +990,22 @@ class L10nVi extends L10n {
String get dehydrate => 'Export session and wipe device';
@override
- String get dehydrateWarning => 'This action cannot be undone. Ensure you safely store the backup file.';
+ String get dehydrateWarning =>
+ 'This action cannot be undone. Ensure you safely store the backup file.';
@override
String get dehydrateTor => 'TOR Users: Export session';
@override
- String get dehydrateTorLong => 'For TOR users, it is recommended to export the session before closing the window.';
+ String get dehydrateTorLong =>
+ 'For TOR users, it is recommended to export the session before closing the window.';
@override
String get hydrateTor => 'TOR Users: Import session export';
@override
- String get hydrateTorLong => 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
+ String get hydrateTorLong =>
+ 'Did you export your session last time on TOR? Quickly import it and continue chatting.';
@override
String get hydrate => 'Restore from backup file';
@@ -980,10 +1017,12 @@ class L10nVi extends L10n {
String get loadMore => 'Load more…';
@override
- String get locationDisabledNotice => 'Location services are disabled. Please enable them to be able to share your location.';
+ String get locationDisabledNotice =>
+ 'Location services are disabled. Please enable them to be able to share your location.';
@override
- String get locationPermissionDeniedNotice => 'Location permission denied. Please grant them to be able to share your location.';
+ String get locationPermissionDeniedNotice =>
+ 'Location permission denied. Please grant them to be able to share your location.';
@override
String get login => 'Login';
@@ -1015,7 +1054,8 @@ class L10nVi extends L10n {
String get muteChat => 'Mute chat';
@override
- String get needPantalaimonWarning => 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
+ String get needPantalaimonWarning =>
+ 'Please be aware that you need Pantalaimon to use end-to-end encryption for now.';
@override
String get newChat => 'New chat';
@@ -1039,10 +1079,12 @@ class L10nVi extends L10n {
String get noEmotesFound => 'No emotes found. 😕';
@override
- String get noEncryptionForPublicRooms => 'Bạn chỉ có thể kích hoạt mã hoá khi phòng này không mở';
+ String get noEncryptionForPublicRooms =>
+ 'Bạn chỉ có thể kích hoạt mã hoá khi phòng này không mở';
@override
- String get noGoogleServicesWarning => 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
+ String get noGoogleServicesWarning =>
+ 'Firebase Cloud Messaging doesn\'t appear to be available on your device. To still receive push notifications, we recommend installing ntfy. With ntfy or another Unified Push provider you can receive push notifications in a data secure way. You can download ntfy from the PlayStore or from F-Droid.';
@override
String noMatrixServer(String server1, String server2) {
@@ -1059,7 +1101,8 @@ class L10nVi extends L10n {
String get none => 'None';
@override
- String get noPasswordRecoveryDescription => 'You have not added a way to recover your password yet.';
+ String get noPasswordRecoveryDescription =>
+ 'You have not added a way to recover your password yet.';
@override
String get noPermission => 'No permission';
@@ -1071,7 +1114,8 @@ class L10nVi extends L10n {
String get notifications => 'Thông báo';
@override
- String get notificationsEnabledForThisAccount => 'Notifications enabled for this account';
+ String get notificationsEnabledForThisAccount =>
+ 'Notifications enabled for this account';
@override
String numUsersTyping(int count) {
@@ -1097,7 +1141,8 @@ class L10nVi extends L10n {
String get onlineKeyBackupEnabled => 'Online Key Backup is enabled';
@override
- String get oopsPushError => 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
+ String get oopsPushError =>
+ 'Oops! Unfortunately, an error occurred when setting up the push notifications.';
@override
String get oopsSomethingWentWrong => 'Oops, something went wrong…';
@@ -1130,7 +1175,8 @@ class L10nVi extends L10n {
String get bundleName => 'Bundle name';
@override
- String get enableMultiAccounts => '(BETA) Enable multi accounts on this device';
+ String get enableMultiAccounts =>
+ '(BETA) Enable multi accounts on this device';
@override
String get openInMaps => 'Open in maps';
@@ -1139,7 +1185,8 @@ class L10nVi extends L10n {
String get link => 'Link';
@override
- String get serverRequiresEmail => 'This server needs to validate your email address for registration.';
+ String get serverRequiresEmail =>
+ 'This server needs to validate your email address for registration.';
@override
String get or => 'Or';
@@ -1163,10 +1210,12 @@ class L10nVi extends L10n {
String get passwordHasBeenChanged => 'Password has been changed';
@override
- String get hideMemberChangesInPublicChats => 'Hide member changes in public chats';
+ String get hideMemberChangesInPublicChats =>
+ 'Hide member changes in public chats';
@override
- String get hideMemberChangesInPublicChatsBody => 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
+ String get hideMemberChangesInPublicChatsBody =>
+ 'Do not show in the chat timeline if someone joins or leaves a public chat to improve readability.';
@override
String get overview => 'Overview';
@@ -1201,10 +1250,12 @@ class L10nVi extends L10n {
String get pleaseChooseAPasscode => 'Please choose a pass code';
@override
- String get pleaseClickOnLink => 'Please click on the link in the email and then proceed.';
+ String get pleaseClickOnLink =>
+ 'Please click on the link in the email and then proceed.';
@override
- String get pleaseEnter4Digits => 'Please enter 4 digits or leave empty to disable app lock.';
+ String get pleaseEnter4Digits =>
+ 'Please enter 4 digits or leave empty to disable app lock.';
@override
String get pleaseEnterRecoveryKey => 'Please enter your recovery key:';
@@ -1219,7 +1270,8 @@ class L10nVi extends L10n {
String get pleaseEnterYourUsername => 'Please enter your username';
@override
- String get pleaseFollowInstructionsOnWeb => 'Vui lòng làm theo hướng dẫn trên trang web và bấm tiếp';
+ String get pleaseFollowInstructionsOnWeb =>
+ 'Vui lòng làm theo hướng dẫn trên trang web và bấm tiếp';
@override
String get privacy => 'Privacy';
@@ -1304,7 +1356,8 @@ class L10nVi extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1366,12 @@ class L10nVi extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => 'Request permission';
@@ -1460,7 +1515,8 @@ class L10nVi extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => 'Show status messages from other users';
@@ -1530,7 +1586,8 @@ class L10nVi extends L10n {
String get toggleUnread => 'Mark Read/Unread';
@override
- String get tooManyRequestsWarning => 'Too many requests. Please try again later!';
+ String get tooManyRequestsWarning =>
+ 'Too many requests. Please try again later!';
@override
String get transferFromAnotherDevice => 'Chuyển từ thiết bị khác';
@@ -1639,13 +1696,15 @@ class L10nVi extends L10n {
String get voiceMessage => 'Voice message';
@override
- String get waitingPartnerAcceptRequest => 'Waiting for partner to accept the request…';
+ String get waitingPartnerAcceptRequest =>
+ 'Waiting for partner to accept the request…';
@override
String get waitingPartnerEmoji => 'Waiting for partner to accept the emoji…';
@override
- String get waitingPartnerNumbers => 'Waiting for partner to accept the numbers…';
+ String get waitingPartnerNumbers =>
+ 'Waiting for partner to accept the numbers…';
@override
String get wallpaper => 'Wallpaper:';
@@ -1666,10 +1725,12 @@ class L10nVi extends L10n {
String get whyDoYouWantToReportThis => 'Why do you want to report this?';
@override
- String get wipeChatBackup => 'Wipe your chat backup to create a new recovery key?';
+ String get wipeChatBackup =>
+ 'Wipe your chat backup to create a new recovery key?';
@override
- String get withTheseAddressesRecoveryDescription => 'With these addresses you can recover your password.';
+ String get withTheseAddressesRecoveryDescription =>
+ 'With these addresses you can recover your password.';
@override
String get writeAMessage => 'Write a message…';
@@ -1681,10 +1742,12 @@ class L10nVi extends L10n {
String get you => 'You';
@override
- String get youAreNoLongerParticipatingInThisChat => 'You are no longer participating in this chat';
+ String get youAreNoLongerParticipatingInThisChat =>
+ 'You are no longer participating in this chat';
@override
- String get youHaveBeenBannedFromThisChat => 'You have been banned from this chat';
+ String get youHaveBeenBannedFromThisChat =>
+ 'You have been banned from this chat';
@override
String get yourPublicKey => 'Your public key';
@@ -1714,7 +1777,8 @@ class L10nVi extends L10n {
String get start => 'Start';
@override
- String get pleaseEnterRecoveryKeyDescription => 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
+ String get pleaseEnterRecoveryKeyDescription =>
+ 'To unlock your old messages, please enter your recovery key that has been generated in a previous session. Your recovery key is NOT your password.';
@override
String get publish => 'Publish';
@@ -1745,7 +1809,8 @@ class L10nVi extends L10n {
String get pinMessage => 'Pin to room';
@override
- String get confirmEventUnpin => 'Are you sure to permanently unpin the event?';
+ String get confirmEventUnpin =>
+ 'Are you sure to permanently unpin the event?';
@override
String get emojis => 'Emojis';
@@ -1760,10 +1825,12 @@ class L10nVi extends L10n {
String get unsupportedAndroidVersion => 'Unsupported Android version';
@override
- String get unsupportedAndroidVersionLong => 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
+ String get unsupportedAndroidVersionLong =>
+ 'This feature requires a newer Android version. Please check for updates or Lineage OS support.';
@override
- String get videoCallsBetaWarning => 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
+ String get videoCallsBetaWarning =>
+ 'Please note that video calls are currently in beta. They might not work as expected or work at all on all platforms.';
@override
String get experimentalVideoCalls => 'Experimental video calls';
@@ -1775,7 +1842,8 @@ class L10nVi extends L10n {
String get indexedDbErrorTitle => 'Private mode issues';
@override
- String get indexedDbErrorLong => 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
+ String get indexedDbErrorLong =>
+ 'The message storage is unfortunately not enabled in private mode by default.\nPlease visit\n - about:config\n - set dom.indexedDB.privateBrowsing.enabled to true\nOtherwise, it is not possible to run Extera.';
@override
String switchToAccount(String number) {
@@ -1886,7 +1954,8 @@ class L10nVi extends L10n {
}
@override
- String get noPublicLinkHasBeenCreatedYet => 'No public link has been created yet';
+ String get noPublicLinkHasBeenCreatedYet =>
+ 'No public link has been created yet';
@override
String get knock => 'Knock';
@@ -1898,10 +1967,12 @@ class L10nVi extends L10n {
String get unlockOldMessages => 'Unlock old messages';
@override
- String get storeInSecureStorageDescription => 'Store the recovery key in the secure storage of this device.';
+ String get storeInSecureStorageDescription =>
+ 'Store the recovery key in the secure storage of this device.';
@override
- String get saveKeyManuallyDescription => 'Save this key manually by triggering the system share dialog or clipboard.';
+ String get saveKeyManuallyDescription =>
+ 'Save this key manually by triggering the system share dialog or clipboard.';
@override
String get storeInAndroidKeystore => 'Store in Android KeyStore';
@@ -1924,7 +1995,8 @@ class L10nVi extends L10n {
String get custom => 'Custom';
@override
- String get foregroundServiceRunning => 'This notification appears when the foreground service is running.';
+ String get foregroundServiceRunning =>
+ 'This notification appears when the foreground service is running.';
@override
String get screenSharingTitle => 'screen sharing';
@@ -1939,22 +2011,26 @@ class L10nVi extends L10n {
String get callingAccount => 'Gọi tài khoản';
@override
- String get callingAccountDetails => 'Allows Extera to use the native android dialer app.';
+ String get callingAccountDetails =>
+ 'Allows Extera to use the native android dialer app.';
@override
String get appearOnTop => 'Appear on top';
@override
- String get appearOnTopDetails => 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
+ String get appearOnTopDetails =>
+ 'Allows the app to appear on top (not needed if you already have Fluffychat setup as a calling account)';
@override
- String get otherCallingPermissions => 'Microphone, camera and other Extera permissions';
+ String get otherCallingPermissions =>
+ 'Microphone, camera and other Extera permissions';
@override
String get whyIsThisMessageEncrypted => 'Why is this message unreadable?';
@override
- String get noKeyForThisMessage => 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
+ String get noKeyForThisMessage =>
+ 'This can happen if the message was sent before you have signed in to your account at this device.\n\nIt is also possible that the sender has blocked your device or something went wrong with the internet connection.\n\nAre you able to read the message on another session? Then you can transfer the message from it! Go to Settings > Devices and make sure that your devices have verified each other. When you open the room the next time and both sessions are in the foreground, the keys will be transmitted automatically.\n\nDo you not want to lose the keys when logging out or switching devices? Make sure that you have enabled the chat backup in the settings.';
@override
String get newGroup => 'Nhóm mới';
@@ -1991,13 +2067,15 @@ class L10nVi extends L10n {
}
@override
- String get newSpaceDescription => 'Không gian cho phép bạn hợp nhất các cuộc trò chuyện của mình và xây dựng cộng đồng riêng tư hoặc công khai.';
+ String get newSpaceDescription =>
+ 'Không gian cho phép bạn hợp nhất các cuộc trò chuyện của mình và xây dựng cộng đồng riêng tư hoặc công khai.';
@override
String get encryptThisChat => 'Mã hóa cuộc trò chuyện này';
@override
- String get disableEncryptionWarning => 'Vì lý do bảo mật, bạn không thể tắt tính năng mã hóa trong cuộc trò chuyện đã được bật tính năng này trước đó.';
+ String get disableEncryptionWarning =>
+ 'Vì lý do bảo mật, bạn không thể tắt tính năng mã hóa trong cuộc trò chuyện đã được bật tính năng này trước đó.';
@override
String get sorryThatsNotPossible => 'Xin lỗi... không khả dụng';
@@ -2009,7 +2087,8 @@ class L10nVi extends L10n {
String get reopenChat => 'Mở lại cuộc trò chuyện';
@override
- String get noBackupWarning => 'Cẩn thận! Nếu không bật sao lưu trò chuyện, bạn sẽ mất quyền truy cập vào tin nhắn được mã hóa của mình. Chúng tôi khuyên bạn nên bật sao lưu trò chuyện trước khi đăng xuất.';
+ String get noBackupWarning =>
+ 'Cẩn thận! Nếu không bật sao lưu trò chuyện, bạn sẽ mất quyền truy cập vào tin nhắn được mã hóa của mình. Chúng tôi khuyên bạn nên bật sao lưu trò chuyện trước khi đăng xuất.';
@override
String get noOtherDevicesFound => 'Không tìm thấy thiết bị khác';
@@ -2037,7 +2116,8 @@ class L10nVi extends L10n {
String get openLinkInBrowser => 'Mở đường dẫn trong trình duyệt';
@override
- String get reportErrorDescription => '😭 Ôi. Có lỗi xảy ra. Bạn có thể báo cáo lỗi tới nhà phát triển nếu muốn.';
+ String get reportErrorDescription =>
+ '😭 Ôi. Có lỗi xảy ra. Bạn có thể báo cáo lỗi tới nhà phát triển nếu muốn.';
@override
String get report => 'báo cáo';
@@ -2046,7 +2126,8 @@ class L10nVi extends L10n {
String get signInWithPassword => 'Đăng nhập với mật khẩu';
@override
- String get pleaseTryAgainLaterOrChooseDifferentServer => 'Hãy thử lại sau hoặc chọn 1 máy chủ khác.';
+ String get pleaseTryAgainLaterOrChooseDifferentServer =>
+ 'Hãy thử lại sau hoặc chọn 1 máy chủ khác.';
@override
String signInWith(String provider) {
@@ -2054,7 +2135,8 @@ class L10nVi extends L10n {
}
@override
- String get profileNotFound => 'Không tìm thấy người dùng này tại máy chủ. Có thể do lỗi kết nối hoặc người dùng không tồn tại.';
+ String get profileNotFound =>
+ 'Không tìm thấy người dùng này tại máy chủ. Có thể do lỗi kết nối hoặc người dùng không tồn tại.';
@override
String get setTheme => 'Chọn giao diện:';
@@ -2083,19 +2165,24 @@ class L10nVi extends L10n {
String get pleaseEnterANumber => 'Hãy nhập số lớn hơn 0';
@override
- String get archiveRoomDescription => 'Cuộc trò chuyện sẽ được chuyển tới mục lưu trữ. Người dùng khác sẽ thấy được bạn đã rời khỏi cuộc trò chuyện.';
+ String get archiveRoomDescription =>
+ 'Cuộc trò chuyện sẽ được chuyển tới mục lưu trữ. Người dùng khác sẽ thấy được bạn đã rời khỏi cuộc trò chuyện.';
@override
- String get roomUpgradeDescription => 'Cuộc trò chuyện sẽ được tạo lại với phiên bản phòng mới. Tất cả những người tham gia sẽ được thông báo rằng họ cần chuyển sang cuộc trò chuyện mới. Bạn có thể tìm hiểu thêm về các phiên bản phòng tại https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ 'Cuộc trò chuyện sẽ được tạo lại với phiên bản phòng mới. Tất cả những người tham gia sẽ được thông báo rằng họ cần chuyển sang cuộc trò chuyện mới. Bạn có thể tìm hiểu thêm về các phiên bản phòng tại https://spec.matrix.org/latest/rooms/';
@override
- String get removeDevicesDescription => 'Bạn sẽ đăng xuất khỏi thiết bị này và không nhận được tin nhắn nữa.';
+ String get removeDevicesDescription =>
+ 'Bạn sẽ đăng xuất khỏi thiết bị này và không nhận được tin nhắn nữa.';
@override
- String get banUserDescription => 'Người dùng sẽ bị cấm khỏi cuộc trò chuyện và không thể tham gia lại cho tới khi được gỡ cấm.';
+ String get banUserDescription =>
+ 'Người dùng sẽ bị cấm khỏi cuộc trò chuyện và không thể tham gia lại cho tới khi được gỡ cấm.';
@override
- String get unbanUserDescription => 'Người dùng sẽ có thể vào lại cuộc trò chuyện nếu họ thử.';
+ String get unbanUserDescription =>
+ 'Người dùng sẽ có thể vào lại cuộc trò chuyện nếu họ thử.';
@override
String doYouWantToKick(String user) {
@@ -2108,10 +2195,12 @@ class L10nVi extends L10n {
}
@override
- String get kickUserDescription => 'Người dùng bị đuổi khỏi cuộc trò chuyện nhưng không bị cấm. Trong các cuộc trò chuyện công khai, người dùng có thể vào lại bất cứ lúc nào.';
+ String get kickUserDescription =>
+ 'Người dùng bị đuổi khỏi cuộc trò chuyện nhưng không bị cấm. Trong các cuộc trò chuyện công khai, người dùng có thể vào lại bất cứ lúc nào.';
@override
- String get makeAdminDescription => 'Khi bạn đặt người dùng này làm quản trị viên, bạn không thể hoàn tác việc này vì khi đó họ sẽ có quyền ngang bạn.';
+ String get makeAdminDescription =>
+ 'Khi bạn đặt người dùng này làm quản trị viên, bạn không thể hoàn tác việc này vì khi đó họ sẽ có quyền ngang bạn.';
@override
String get pushNotificationsNotAvailable => 'Thông báo đẩy không khả dụng';
@@ -2151,7 +2240,8 @@ class L10nVi extends L10n {
String get groupCanBeFoundViaSearch => 'Group can be found via search';
@override
- String get wrongRecoveryKey => 'Sorry... this does not seem to be the correct recovery key.';
+ String get wrongRecoveryKey =>
+ 'Sorry... this does not seem to be the correct recovery key.';
@override
String get startConversation => 'Start conversation';
@@ -2175,7 +2265,8 @@ class L10nVi extends L10n {
String get searchForUsers => 'Search for @users...';
@override
- String get pleaseEnterYourCurrentPassword => 'Please enter your current password';
+ String get pleaseEnterYourCurrentPassword =>
+ 'Please enter your current password';
@override
String get newPassword => 'New password';
@@ -2265,28 +2356,33 @@ class L10nVi extends L10n {
String get sendReadReceipts => 'Send read receipts';
@override
- String get sendTypingNotificationsDescription => 'Other participants in a chat can see when you are typing a new message.';
+ String get sendTypingNotificationsDescription =>
+ 'Other participants in a chat can see when you are typing a new message.';
@override
- String get sendReadReceiptsDescription => 'Other participants in a chat can see when you have read a message.';
+ String get sendReadReceiptsDescription =>
+ 'Other participants in a chat can see when you have read a message.';
@override
String get formattedMessages => 'Formatted messages';
@override
- String get formattedMessagesDescription => 'Display rich message content like bold text using markdown.';
+ String get formattedMessagesDescription =>
+ 'Display rich message content like bold text using markdown.';
@override
String get verifyOtherUser => '🔐 Verify other user';
@override
- String get verifyOtherUserDescription => 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
+ String get verifyOtherUserDescription =>
+ 'If you verify another user, you can be sure that you know who you are really writing to. 💪\n\nWhen you start a verification, you and the other user will see a popup in the app. There you will then see a series of emojis or numbers that you have to compare with each other.\n\nThe best way to do this is to meet up or start a video call. 👭';
@override
String get verifyOtherDevice => '🔐 Verify other device';
@override
- String get verifyOtherDeviceDescription => 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
+ String get verifyOtherDeviceDescription =>
+ 'When you verify another device, those devices can exchange keys, increasing your overall security. 💪 When you start a verification, a popup will appear in the app on both devices. There you will then see a series of emojis or numbers that you have to compare with each other. It\'s best to have both devices handy before you start the verification. 🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2345,7 +2441,8 @@ class L10nVi extends L10n {
}
@override
- String get noDatabaseEncryption => 'Database encryption is not supported on this platform';
+ String get noDatabaseEncryption =>
+ 'Database encryption is not supported on this platform';
@override
String thereAreCountUsersBlocked(Object count) {
@@ -2401,19 +2498,23 @@ class L10nVi extends L10n {
String get changeTheChatPermissions => 'Change the chat permissions';
@override
- String get changeTheVisibilityOfChatHistory => 'Change the visibility of the chat history';
+ String get changeTheVisibilityOfChatHistory =>
+ 'Change the visibility of the chat history';
@override
- String get changeTheCanonicalRoomAlias => 'Change the main public chat address';
+ String get changeTheCanonicalRoomAlias =>
+ 'Change the main public chat address';
@override
String get sendRoomNotifications => 'Send a @room notifications';
@override
- String get changeTheDescriptionOfTheGroup => 'Change the description of the chat';
+ String get changeTheDescriptionOfTheGroup =>
+ 'Change the description of the chat';
@override
- String get chatPermissionsDescription => 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
+ String get chatPermissionsDescription =>
+ 'Define which power level is necessary for certain actions in this chat. The power levels 0, 50 and 100 are usually representing users, moderators and admins, but any gradation is possible.';
@override
String updateInstalled(String version) {
@@ -2436,10 +2537,12 @@ class L10nVi extends L10n {
String get whatIsAHomeserver => 'What is a homeserver?';
@override
- String get homeserverDescription => 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
+ String get homeserverDescription =>
+ 'All your data is stored on the homeserver, just like an email provider. You can choose which homeserver you want to use, while you can still communicate with everyone. Learn more at at https://matrix.org.';
@override
- String get doesNotSeemToBeAValidHomeserver => 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
+ String get doesNotSeemToBeAValidHomeserver =>
+ 'Doesn\'t seem to be a compatible homeserver. Wrong URL?';
@override
String get calculatingFileSize => 'Calculating file size...';
@@ -2467,16 +2570,19 @@ class L10nVi extends L10n {
}
@override
- String get oneOfYourDevicesIsNotVerified => 'One of your devices is not verified';
+ String get oneOfYourDevicesIsNotVerified =>
+ 'One of your devices is not verified';
@override
- String get noticeChatBackupDeviceVerification => 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
+ String get noticeChatBackupDeviceVerification =>
+ 'Note: When you connect all your devices to the chat backup, they are automatically verified.';
@override
String get continueText => 'Continue';
@override
- String get welcomeText => 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
+ String get welcomeText =>
+ 'Hey Hey 👋 This is Extera. You can sign in to any homeserver, which is compatible with https://matrix.org. And then chat with anyone. It\'s a huge decentralized messaging network!';
@override
String get blur => 'Blur:';
@@ -2491,7 +2597,8 @@ class L10nVi extends L10n {
String get manageAccount => 'Manage account';
@override
- String get noContactInformationProvided => 'Server does not provide any valid contact information';
+ String get noContactInformationProvided =>
+ 'Server does not provide any valid contact information';
@override
String get contactServerAdmin => 'Contact server admin';
@@ -2536,13 +2643,15 @@ class L10nVi extends L10n {
String get addLink => 'Add link';
@override
- String get unableToJoinChat => 'Unable to join chat. Maybe the other party has already closed the conversation.';
+ String get unableToJoinChat =>
+ 'Unable to join chat. Maybe the other party has already closed the conversation.';
@override
String get previous => 'Previous';
@override
- String get otherPartyNotLoggedIn => 'The other party is currently not logged in and therefore cannot receive messages!';
+ String get otherPartyNotLoggedIn =>
+ 'The other party is currently not logged in and therefore cannot receive messages!';
@override
String appWantsToUseForLogin(String server) {
@@ -2550,7 +2659,8 @@ class L10nVi extends L10n {
}
@override
- String get appWantsToUseForLoginDescription => 'You hereby allow the app and website to share information about you.';
+ String get appWantsToUseForLoginDescription =>
+ 'You hereby allow the app and website to share information about you.';
@override
String get open => 'Open';
@@ -2559,7 +2669,8 @@ class L10nVi extends L10n {
String get waitingForServer => 'Waiting for server...';
@override
- String get appIntroduction => 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
+ String get appIntroduction =>
+ 'Extera lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.';
@override
String get newChatRequest => '📩 New chat request';
@@ -2574,7 +2685,8 @@ class L10nVi extends L10n {
String get roomNotificationSettings => 'Room notification settings';
@override
- String get userSpecificNotificationSettings => 'User specific notification settings';
+ String get userSpecificNotificationSettings =>
+ 'User specific notification settings';
@override
String get otherNotificationSettings => 'Other notification settings';
@@ -2583,121 +2695,142 @@ class L10nVi extends L10n {
String get notificationRuleContainsUserName => 'Contains User Name';
@override
- String get notificationRuleContainsUserNameDescription => 'Notifies the user when a message contains their username.';
+ String get notificationRuleContainsUserNameDescription =>
+ 'Notifies the user when a message contains their username.';
@override
String get notificationRuleMaster => 'Mute all notifications';
@override
- String get notificationRuleMasterDescription => 'Overrides all other rules and disables all notifications.';
+ String get notificationRuleMasterDescription =>
+ 'Overrides all other rules and disables all notifications.';
@override
String get notificationRuleSuppressNotices => 'Suppress Automated Messages';
@override
- String get notificationRuleSuppressNoticesDescription => 'Suppresses notifications from automated clients like bots.';
+ String get notificationRuleSuppressNoticesDescription =>
+ 'Suppresses notifications from automated clients like bots.';
@override
String get notificationRuleInviteForMe => 'Invite for Me';
@override
- String get notificationRuleInviteForMeDescription => 'Notifies the user when they are invited to a room.';
+ String get notificationRuleInviteForMeDescription =>
+ 'Notifies the user when they are invited to a room.';
@override
String get notificationRuleMemberEvent => 'Member Event';
@override
- String get notificationRuleMemberEventDescription => 'Suppresses notifications for membership events.';
+ String get notificationRuleMemberEventDescription =>
+ 'Suppresses notifications for membership events.';
@override
String get notificationRuleIsUserMention => 'User Mention';
@override
- String get notificationRuleIsUserMentionDescription => 'Notifies the user when they are directly mentioned in a message.';
+ String get notificationRuleIsUserMentionDescription =>
+ 'Notifies the user when they are directly mentioned in a message.';
@override
String get notificationRuleContainsDisplayName => 'Contains Display Name';
@override
- String get notificationRuleContainsDisplayNameDescription => 'Notifies the user when a message contains their display name.';
+ String get notificationRuleContainsDisplayNameDescription =>
+ 'Notifies the user when a message contains their display name.';
@override
String get notificationRuleIsRoomMention => 'Room Mention';
@override
- String get notificationRuleIsRoomMentionDescription => 'Notifies the user when there is a room mention.';
+ String get notificationRuleIsRoomMentionDescription =>
+ 'Notifies the user when there is a room mention.';
@override
String get notificationRuleRoomnotif => 'Room Notification';
@override
- String get notificationRuleRoomnotifDescription => 'Notifies the user when a message contains \'@room\'.';
+ String get notificationRuleRoomnotifDescription =>
+ 'Notifies the user when a message contains \'@room\'.';
@override
String get notificationRuleTombstone => 'Tombstone';
@override
- String get notificationRuleTombstoneDescription => 'Notifies the user about room deactivation messages.';
+ String get notificationRuleTombstoneDescription =>
+ 'Notifies the user about room deactivation messages.';
@override
String get notificationRuleReaction => 'Reaction';
@override
- String get notificationRuleReactionDescription => 'Suppresses notifications for reactions.';
+ String get notificationRuleReactionDescription =>
+ 'Suppresses notifications for reactions.';
@override
String get notificationRuleRoomServerAcl => 'Room Server ACL';
@override
- String get notificationRuleRoomServerAclDescription => 'Suppresses notifications for room server access control lists (ACL).';
+ String get notificationRuleRoomServerAclDescription =>
+ 'Suppresses notifications for room server access control lists (ACL).';
@override
String get notificationRuleSuppressEdits => 'Suppress Edits';
@override
- String get notificationRuleSuppressEditsDescription => 'Suppresses notifications for edited messages.';
+ String get notificationRuleSuppressEditsDescription =>
+ 'Suppresses notifications for edited messages.';
@override
String get notificationRuleCall => 'Call';
@override
- String get notificationRuleCallDescription => 'Notifies the user about calls.';
+ String get notificationRuleCallDescription =>
+ 'Notifies the user about calls.';
@override
- String get notificationRuleEncryptedRoomOneToOne => 'Encrypted Room One-to-One';
+ String get notificationRuleEncryptedRoomOneToOne =>
+ 'Encrypted Room One-to-One';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => 'Notifies the user about messages in encrypted one-to-one rooms.';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ 'Notifies the user about messages in encrypted one-to-one rooms.';
@override
String get notificationRuleRoomOneToOne => 'Room One-to-One';
@override
- String get notificationRuleRoomOneToOneDescription => 'Notifies the user about messages in one-to-one rooms.';
+ String get notificationRuleRoomOneToOneDescription =>
+ 'Notifies the user about messages in one-to-one rooms.';
@override
String get notificationRuleMessage => 'Message';
@override
- String get notificationRuleMessageDescription => 'Notifies the user about general messages.';
+ String get notificationRuleMessageDescription =>
+ 'Notifies the user about general messages.';
@override
String get notificationRuleEncrypted => 'Encrypted';
@override
- String get notificationRuleEncryptedDescription => 'Notifies the user about messages in encrypted rooms.';
+ String get notificationRuleEncryptedDescription =>
+ 'Notifies the user about messages in encrypted rooms.';
@override
String get notificationRuleJitsi => 'Jitsi';
@override
- String get notificationRuleJitsiDescription => 'Notifies the user about Jitsi widget events.';
+ String get notificationRuleJitsiDescription =>
+ 'Notifies the user about Jitsi widget events.';
@override
String get notificationRuleServerAcl => 'Suppress Server ACL Events';
@override
- String get notificationRuleServerAclDescription => 'Suppresses notifications for Server ACL events.';
+ String get notificationRuleServerAclDescription =>
+ 'Suppresses notifications for Server ACL events.';
@override
String unknownPushRule(String rule) {
@@ -2705,7 +2838,8 @@ class L10nVi extends L10n {
}
@override
- String get deletePushRuleCanNotBeUndone => 'If you delete this notification setting, this can not be undone.';
+ String get deletePushRuleCanNotBeUndone =>
+ 'If you delete this notification setting, this can not be undone.';
@override
String get more => 'More';
@@ -2714,13 +2848,15 @@ class L10nVi extends L10n {
String get shareKeysWith => 'Share keys with...';
@override
- String get shareKeysWithDescription => 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
+ String get shareKeysWithDescription =>
+ 'Which devices should be trusted so that they can read along your messages in encrypted chats?';
@override
String get allDevices => 'All devices';
@override
- String get crossVerifiedDevicesIfEnabled => 'Cross verified devices if enabled';
+ String get crossVerifiedDevicesIfEnabled =>
+ 'Cross verified devices if enabled';
@override
String get crossVerifiedDevices => 'Cross verified devices';
@@ -2750,5 +2886,6 @@ class L10nVi extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
diff --git a/lib/generated/l10n/l10n_zh.dart b/lib/generated/l10n/l10n_zh.dart
index d5d0764..e9f6aa9 100644
--- a/lib/generated/l10n/l10n_zh.dart
+++ b/lib/generated/l10n/l10n_zh.dart
@@ -15,7 +15,8 @@ class L10nZh extends L10n {
String get noMessagesYet => 'No messages yet';
@override
- String get longPressToRecordVoiceMessage => 'Long press to record voice message.';
+ String get longPressToRecordVoiceMessage =>
+ 'Long press to record voice message.';
@override
String get pause => 'Pause';
@@ -36,7 +37,8 @@ class L10nZh extends L10n {
String get moveDown => 'Move down';
@override
- String get removeFromSpaceDescription => 'The chat will be removed from the space but still appear in your chat list.';
+ String get removeFromSpaceDescription =>
+ 'The chat will be removed from the space but still appear in your chat list.';
@override
String get endPoll => 'End poll';
@@ -104,13 +106,15 @@ class L10nZh extends L10n {
String get cleanExif => 'Clean EXIF metadata';
@override
- String get cleanExifDescription => 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
+ String get cleanExifDescription =>
+ 'Remove EXIF metadata (camera model, geolocation, time) when sending a photo.';
@override
String get doNotSendIfCantClean => 'Strictly no EXIF';
@override
- String get doNotSendIfCantCleanDescription => 'Do not send the image if there was an error cleaning EXIF metadata';
+ String get doNotSendIfCantCleanDescription =>
+ 'Do not send the image if there was an error cleaning EXIF metadata';
@override
String get repeatPassword => '重复输入密码';
@@ -122,7 +126,8 @@ class L10nZh extends L10n {
String get setCustomPermissionLevel => 'Set custom permission level';
@override
- String get setPermissionsLevelDescription => 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
+ String get setPermissionsLevelDescription =>
+ 'Please choose a predefined role below or enter a custom permission level between 0 and 100.';
@override
String get ignoreUser => 'Ignore user';
@@ -140,7 +145,8 @@ class L10nZh extends L10n {
String get enableGradient => 'Enable bubble background gradient';
@override
- String get translationDisabledInE2e => 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
+ String get translationDisabledInE2e =>
+ 'Cloud translation is disabled in encrypted rooms to preserve privacy. Select specific words and use system context menu to translate with apps that support it.';
@override
String get remove => '移除';
@@ -278,7 +284,8 @@ class L10nZh extends L10n {
String get autoplayImages => '自动播放动态贴纸和表情';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return '主服务器支持的登录方式:\n$serverVersions\n但此应用仅支持:\n$supportedVersions';
}
@@ -292,7 +299,8 @@ class L10nZh extends L10n {
String get sendOnEnter => '按 Enter 键发送';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return '主服务器支持的 Spec 版本:\n$serverVersions\n但此应用仅支持 $supportedVersions 版本';
}
@@ -1042,7 +1050,8 @@ class L10nZh extends L10n {
String get noEncryptionForPublicRooms => '你只能在聊天室不可被公众访问时才能启用加密。';
@override
- String get noGoogleServicesWarning => '看起来你手机上没有 Firebase Cloud Messaging。如果仍希望接收 FluffyChat 的推送通知,推荐安装 ntfy。借助 ntfy 或另一个 Unified Push 程序,你可以以一种数据安全的方式接收推送通知。你可以从 PlayStore 或 F-Droid 商店下载 ntfy。';
+ String get noGoogleServicesWarning =>
+ '看起来你手机上没有 Firebase Cloud Messaging。如果仍希望接收 FluffyChat 的推送通知,推荐安装 ntfy。借助 ntfy 或另一个 Unified Push 程序,你可以以一种数据安全的方式接收推送通知。你可以从 PlayStore 或 F-Droid 商店下载 ntfy。';
@override
String noMatrixServer(String server1, String server2) {
@@ -1166,7 +1175,8 @@ class L10nZh extends L10n {
String get hideMemberChangesInPublicChats => '在公开聊天中隐藏成员变化';
@override
- String get hideMemberChangesInPublicChatsBody => '不在聊天时间线中显示某人是否加入或离开了公开聊天来改进可读性。';
+ String get hideMemberChangesInPublicChatsBody =>
+ '不在聊天时间线中显示某人是否加入或离开了公开聊天来改进可读性。';
@override
String get overview => '概览';
@@ -1304,7 +1314,8 @@ class L10nZh extends L10n {
String get translatedMessage => 'Translated message';
@override
- String get errorTranslatingMessage => 'An error has occured while translating the message.';
+ String get errorTranslatingMessage =>
+ 'An error has occured while translating the message.';
@override
String get recoverMessage => 'Recover message';
@@ -1313,10 +1324,12 @@ class L10nZh extends L10n {
String get recoveredMessage => 'Recovered message';
@override
- String get errorRecoveringMessage => 'An error has occured while recovering the message.';
+ String get errorRecoveringMessage =>
+ 'An error has occured while recovering the message.';
@override
- String get errorRecoveringMessageNoAdmin => 'This feature is available on Synapse homeservers only for adminstrators.';
+ String get errorRecoveringMessageNoAdmin =>
+ 'This feature is available on Synapse homeservers only for adminstrators.';
@override
String get requestPermission => '请求权限';
@@ -1460,7 +1473,8 @@ class L10nZh extends L10n {
String get hideAvatarsInInvites => 'Hide avatars in invites';
@override
- String get hideAvatarsInInvitesDescription => 'Do not show room avatars in invites';
+ String get hideAvatarsInInvitesDescription =>
+ 'Do not show room avatars in invites';
@override
String get presencesToggle => '显示其他用户的状态消息';
@@ -1714,7 +1728,8 @@ class L10nZh extends L10n {
String get start => '开始';
@override
- String get pleaseEnterRecoveryKeyDescription => '要解锁你的旧邮件,请输入你在之前会话中生成的恢复密钥。 你的恢复密钥不是你的密码。';
+ String get pleaseEnterRecoveryKeyDescription =>
+ '要解锁你的旧邮件,请输入你在之前会话中生成的恢复密钥。 你的恢复密钥不是你的密码。';
@override
String get publish => '发布';
@@ -1760,10 +1775,12 @@ class L10nZh extends L10n {
String get unsupportedAndroidVersion => '不受支持的 Android 版本';
@override
- String get unsupportedAndroidVersionLong => '这个功能需要较新版本的 Android 系统。请检查更新或 Lineage OS 支持。';
+ String get unsupportedAndroidVersionLong =>
+ '这个功能需要较新版本的 Android 系统。请检查更新或 Lineage OS 支持。';
@override
- String get videoCallsBetaWarning => '请注意,视频通话目前处于测试阶段。它们可能不能像预期的那样工作,或者在所有平台上都不能工作。';
+ String get videoCallsBetaWarning =>
+ '请注意,视频通话目前处于测试阶段。它们可能不能像预期的那样工作,或者在所有平台上都不能工作。';
@override
String get experimentalVideoCalls => '实验性的视频通话';
@@ -1775,7 +1792,8 @@ class L10nZh extends L10n {
String get indexedDbErrorTitle => '私有模式问题';
@override
- String get indexedDbErrorLong => '遗憾的是,默认情况下未在私有模式下启用消息存储。\n请访问\n - about:config\n - 将 dom.indexedDB.privateBrowsing.enabled 设置为 true\n否则,无法运行 FluffyChat。';
+ String get indexedDbErrorLong =>
+ '遗憾的是,默认情况下未在私有模式下启用消息存储。\n请访问\n - about:config\n - 将 dom.indexedDB.privateBrowsing.enabled 设置为 true\n否则,无法运行 FluffyChat。';
@override
String switchToAccount(String number) {
@@ -1945,7 +1963,8 @@ class L10nZh extends L10n {
String get appearOnTop => '显示在其它应用上方';
@override
- String get appearOnTopDetails => '允许应用显示在顶部(如果你已经将 Fluffychat 设置为呼叫账户,则不需要授予此权限)';
+ String get appearOnTopDetails =>
+ '允许应用显示在顶部(如果你已经将 Fluffychat 设置为呼叫账户,则不需要授予此权限)';
@override
String get otherCallingPermissions => '麦克风、摄像头和其它 FluffyChat 权限';
@@ -1954,7 +1973,8 @@ class L10nZh extends L10n {
String get whyIsThisMessageEncrypted => '为什么此消息不可读?';
@override
- String get noKeyForThisMessage => '如果消息是在你在此设备上登录账户前发送的,就可能发生这种情况。\n\n也有可能是发送者屏蔽了你的设备或网络连接出了问题。\n\n你能在另一个会话中读取消息吗?如果是的话,你可以从它那里传递信息!点击设置 > 设备,并确保你的设备已经相互验证。当你下次打开聊天室,且两个会话都在前台,密钥就会自动传输。\n\n你不想在注销或切换设备时丢失密钥?请确保在设置中启用了聊天备份。';
+ String get noKeyForThisMessage =>
+ '如果消息是在你在此设备上登录账户前发送的,就可能发生这种情况。\n\n也有可能是发送者屏蔽了你的设备或网络连接出了问题。\n\n你能在另一个会话中读取消息吗?如果是的话,你可以从它那里传递信息!点击设置 > 设备,并确保你的设备已经相互验证。当你下次打开聊天室,且两个会话都在前台,密钥就会自动传输。\n\n你不想在注销或切换设备时丢失密钥?请确保在设置中启用了聊天备份。';
@override
String get newGroup => '新群组';
@@ -2086,7 +2106,8 @@ class L10nZh extends L10n {
String get archiveRoomDescription => '聊天将被移至存档。其他用户将能看到你已离开聊天。';
@override
- String get roomUpgradeDescription => '将使用新版聊天室来重新创建当前聊天室。所有参与者都会收到通知以切换到新的聊天室。有关聊天室版本的更多信息,请访问 https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ '将使用新版聊天室来重新创建当前聊天室。所有参与者都会收到通知以切换到新的聊天室。有关聊天室版本的更多信息,请访问 https://spec.matrix.org/latest/rooms/';
@override
String get removeDevicesDescription => '你将从此设备登出,无法再接收消息。';
@@ -2280,13 +2301,15 @@ class L10nZh extends L10n {
String get verifyOtherUser => '🔐 验证其他用户';
@override
- String get verifyOtherUserDescription => '如果你验证了其他用户,就可以确保你清楚自己正在与谁进行通信。💪\n\n当你开始验证时,你和其他用户将在应用中看到一个弹出窗口。然后你会看到一系列表情符号或数字,你和其他用户需要比较它们是否一致。\n\n最好的方式是线下会面或开始视频通话。👭';
+ String get verifyOtherUserDescription =>
+ '如果你验证了其他用户,就可以确保你清楚自己正在与谁进行通信。💪\n\n当你开始验证时,你和其他用户将在应用中看到一个弹出窗口。然后你会看到一系列表情符号或数字,你和其他用户需要比较它们是否一致。\n\n最好的方式是线下会面或开始视频通话。👭';
@override
String get verifyOtherDevice => '🔐 验证其它设备';
@override
- String get verifyOtherDeviceDescription => '当你验证另一个设备时,这些设备可以交换密钥,从而提高整体安全性。 💪 当你开始验证时,两个设备上的应用都将显示一个弹出窗口。然后你会看到一系列表情符号或数字,你需要比较两个设备上显示的内容。在开始验证之前,最好将两个设备都放在手边。🤳';
+ String get verifyOtherDeviceDescription =>
+ '当你验证另一个设备时,这些设备可以交换密钥,从而提高整体安全性。 💪 当你开始验证时,两个设备上的应用都将显示一个弹出窗口。然后你会看到一系列表情符号或数字,你需要比较两个设备上显示的内容。在开始验证之前,最好将两个设备都放在手边。🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -2413,7 +2436,8 @@ class L10nZh extends L10n {
String get changeTheDescriptionOfTheGroup => '更改聊天描述';
@override
- String get chatPermissionsDescription => '定义此聊天中哪个权限等级对特定操作是必需的。权限等级 0、50 和 100 通常代表用户、主持人和管理员,但你可以自定义任何等级。';
+ String get chatPermissionsDescription =>
+ '定义此聊天中哪个权限等级对特定操作是必需的。权限等级 0、50 和 100 通常代表用户、主持人和管理员,但你可以自定义任何等级。';
@override
String updateInstalled(String version) {
@@ -2436,7 +2460,8 @@ class L10nZh extends L10n {
String get whatIsAHomeserver => '什么是主服务器?';
@override
- String get homeserverDescription => '主服务器上就像电子邮件提供商,你的所有数据都存储在上面。你可以选择你想使用哪个主服务器。在 https://matrix.org 上了解更多信息。';
+ String get homeserverDescription =>
+ '主服务器上就像电子邮件提供商,你的所有数据都存储在上面。你可以选择你想使用哪个主服务器。在 https://matrix.org 上了解更多信息。';
@override
String get doesNotSeemToBeAValidHomeserver => '似乎不是兼容的主服务器。URL 不正确?';
@@ -2470,13 +2495,15 @@ class L10nZh extends L10n {
String get oneOfYourDevicesIsNotVerified => '您设备中的一台未验证';
@override
- String get noticeChatBackupDeviceVerification => '注意:当你连接所有设备到聊天备份时,这些设备将被自动验证。';
+ String get noticeChatBackupDeviceVerification =>
+ '注意:当你连接所有设备到聊天备份时,这些设备将被自动验证。';
@override
String get continueText => '继续';
@override
- String get welcomeText => '你好呀 👋 欢迎来到 FluffyChat。你可以登录任意兼容 https://matrix.org 的 homeserver,然后和任何人聊天。这是个巨大的去中心化消息网络!';
+ String get welcomeText =>
+ '你好呀 👋 欢迎来到 FluffyChat。你可以登录任意兼容 https://matrix.org 的 homeserver,然后和任何人聊天。这是个巨大的去中心化消息网络!';
@override
String get blur => '模糊:';
@@ -2559,7 +2586,8 @@ class L10nZh extends L10n {
String get waitingForServer => '正在等待服务器…';
@override
- String get appIntroduction => 'FluffyChat 让使用不同即时通信工具的你和你的好友得以聊天。 访问 https://matrix.org 了解详情或轻按 *继续*。';
+ String get appIntroduction =>
+ 'FluffyChat 让使用不同即时通信工具的你和你的好友得以聊天。 访问 https://matrix.org 了解详情或轻按 *继续*。';
@override
String get newChatRequest => '📩 新的聊天请求';
@@ -2583,7 +2611,8 @@ class L10nZh extends L10n {
String get notificationRuleContainsUserName => '包含用户名';
@override
- String get notificationRuleContainsUserNameDescription => '当消息包含用户名时通知使用该用户名的用户。';
+ String get notificationRuleContainsUserNameDescription =>
+ '当消息包含用户名时通知使用该用户名的用户。';
@override
String get notificationRuleMaster => '静音所有通知';
@@ -2595,7 +2624,8 @@ class L10nZh extends L10n {
String get notificationRuleSuppressNotices => '隐藏自动消息';
@override
- String get notificationRuleSuppressNoticesDescription => '隐藏来自 bot 等自动客户端的通知。';
+ String get notificationRuleSuppressNoticesDescription =>
+ '隐藏来自 bot 等自动客户端的通知。';
@override
String get notificationRuleInviteForMe => '给我的邀请';
@@ -2613,13 +2643,15 @@ class L10nZh extends L10n {
String get notificationRuleIsUserMention => '用户提及';
@override
- String get notificationRuleIsUserMentionDescription => '当消息中直接提到用户名时通知使用该用户名的用户。';
+ String get notificationRuleIsUserMentionDescription =>
+ '当消息中直接提到用户名时通知使用该用户名的用户。';
@override
String get notificationRuleContainsDisplayName => '包含展示名称';
@override
- String get notificationRuleContainsDisplayNameDescription => '当消息包含用户的展示名时提醒使用该展示名的用户。';
+ String get notificationRuleContainsDisplayNameDescription =>
+ '当消息包含用户的展示名时提醒使用该展示名的用户。';
@override
String get notificationRuleIsRoomMention => '聊天室提及';
@@ -2649,7 +2681,8 @@ class L10nZh extends L10n {
String get notificationRuleRoomServerAcl => '聊天室服务器 ACL';
@override
- String get notificationRuleRoomServerAclDescription => '隐藏聊天室服务器访问控制列表(ACL)通知。';
+ String get notificationRuleRoomServerAclDescription =>
+ '隐藏聊天室服务器访问控制列表(ACL)通知。';
@override
String get notificationRuleSuppressEdits => '隐藏编辑';
@@ -2667,7 +2700,8 @@ class L10nZh extends L10n {
String get notificationRuleEncryptedRoomOneToOne => '已加密一对一聊天室';
@override
- String get notificationRuleEncryptedRoomOneToOneDescription => '在已加密一对一聊天室中提醒用户消息。';
+ String get notificationRuleEncryptedRoomOneToOneDescription =>
+ '在已加密一对一聊天室中提醒用户消息。';
@override
String get notificationRuleRoomOneToOne => '一对一聊天室';
@@ -2750,12 +2784,13 @@ class L10nZh extends L10n {
String get youHaveKnocked => 'You have knocked';
@override
- String get pleaseWaitUntilInvited => 'Please wait now, until someone from the room invites you.';
+ String get pleaseWaitUntilInvited =>
+ 'Please wait now, until someone from the room invites you.';
}
/// The translations for Chinese, using the Han script (`zh_Hant`).
class L10nZhHant extends L10nZh {
- L10nZhHant(): super('zh_Hant');
+ L10nZhHant() : super('zh_Hant');
@override
String get alwaysUse24HourFormat => 'false';
@@ -2902,7 +2937,8 @@ class L10nZhHant extends L10nZh {
String get autoplayImages => '自動播放動態貼圖和表情';
@override
- String badServerLoginTypesException(String serverVersions, String supportedVersions, Object suportedVersions) {
+ String badServerLoginTypesException(String serverVersions,
+ String supportedVersions, Object suportedVersions) {
return '目前伺服器支援的登入類型:\n$serverVersions\n但本應用程式僅支援:\n$supportedVersions';
}
@@ -2916,7 +2952,8 @@ class L10nZhHant extends L10nZh {
String get sendOnEnter => '按 Enter 鍵傳送';
@override
- String badServerVersionsException(String serverVersions, String supportedVersions, Object serverVerions, Object suportedVersions) {
+ String badServerVersionsException(String serverVersions,
+ String supportedVersions, Object serverVerions, Object suportedVersions) {
return '目前伺服器支援的協議版本:\n$serverVersions\n但本應用程式僅支援 $supportedVersions';
}
@@ -3660,7 +3697,8 @@ class L10nZhHant extends L10nZh {
String get noEncryptionForPublicRooms => '您只能在這個聊天室不再被允許公開訪問後,才能啟用加密。';
@override
- String get noGoogleServicesWarning => '您手機上沒有安裝 Google 服務框架。這或許對於保護您的隱私而言是個好事!但為了收到 FluffyChat 的推播通知,我們建議您使用 https://microg.org 或 https://unifiedpush.org。';
+ String get noGoogleServicesWarning =>
+ '您手機上沒有安裝 Google 服務框架。這或許對於保護您的隱私而言是個好事!但為了收到 FluffyChat 的推播通知,我們建議您使用 https://microg.org 或 https://unifiedpush.org。';
@override
String noMatrixServer(String server1, String server2) {
@@ -3781,7 +3819,8 @@ class L10nZhHant extends L10nZh {
String get hideMemberChangesInPublicChats => '在公開聊天室中隱藏成員變動';
@override
- String get hideMemberChangesInPublicChatsBody => '若有人加入或離開公開聊天室,將不在聊天室時間軸顯示,以提升資訊可讀性。';
+ String get hideMemberChangesInPublicChatsBody =>
+ '若有人加入或離開公開聊天室,將不在聊天室時間軸顯示,以提升資訊可讀性。';
@override
String get overview => '概觀';
@@ -4296,7 +4335,8 @@ class L10nZhHant extends L10nZh {
String get start => '開始';
@override
- String get pleaseEnterRecoveryKeyDescription => '要解鎖您的舊訊息,請輸入在之前的會話中生成的恢復密鑰。您的恢復密鑰不是您的密碼。';
+ String get pleaseEnterRecoveryKeyDescription =>
+ '要解鎖您的舊訊息,請輸入在之前的會話中生成的恢復密鑰。您的恢復密鑰不是您的密碼。';
@override
String get publish => '發布';
@@ -4342,10 +4382,12 @@ class L10nZhHant extends L10nZh {
String get unsupportedAndroidVersion => '不支持的Android版本';
@override
- String get unsupportedAndroidVersionLong => '此功能需要較新的 Android 版本。請檢查更新或 Lineage OS 支持。';
+ String get unsupportedAndroidVersionLong =>
+ '此功能需要較新的 Android 版本。請檢查更新或 Lineage OS 支持。';
@override
- String get videoCallsBetaWarning => '請注意,視訊通話目前處於測試階段。它們可能不會按預期工作,或者在所有平台上都不工作。';
+ String get videoCallsBetaWarning =>
+ '請注意,視訊通話目前處於測試階段。它們可能不會按預期工作,或者在所有平台上都不工作。';
@override
String get experimentalVideoCalls => '實驗性視訊通話';
@@ -4357,7 +4399,8 @@ class L10nZhHant extends L10nZh {
String get indexedDbErrorTitle => '私密模式問題';
@override
- String get indexedDbErrorLong => '預設情況下,私密模式不啟用消息存儲。\n請訪問\n - about:config\n - 將 dom.indexedDB.privateBrowsing.enabled 設定為 true\n否則,無法運行 FluffyChat。';
+ String get indexedDbErrorLong =>
+ '預設情況下,私密模式不啟用消息存儲。\n請訪問\n - about:config\n - 將 dom.indexedDB.privateBrowsing.enabled 設定為 true\n否則,無法運行 FluffyChat。';
@override
String switchToAccount(String number) {
@@ -4536,7 +4579,8 @@ class L10nZhHant extends L10nZh {
String get whyIsThisMessageEncrypted => '為什麼這條訊息無法讀取?';
@override
- String get noKeyForThisMessage => '如果訊息是在您登入此裝置之前傳送的,就可能會發生這種情況。\n\n也有可能是傳送者已經封鎖了您的裝置,或者網絡連接出了問題。\n\n如果您能在另一個會話中讀取該訊息,那麼您可以從中轉移訊息!前往設定 > 裝置,並確保您的裝置已相互驗證。當您下次打開房間且兩個會話都在前景時,密鑰將自動傳輸。\n\n不想在登出或切換裝置時丟失密鑰?請確保您已在設定中啟用了聊天室備份。';
+ String get noKeyForThisMessage =>
+ '如果訊息是在您登入此裝置之前傳送的,就可能會發生這種情況。\n\n也有可能是傳送者已經封鎖了您的裝置,或者網絡連接出了問題。\n\n如果您能在另一個會話中讀取該訊息,那麼您可以從中轉移訊息!前往設定 > 裝置,並確保您的裝置已相互驗證。當您下次打開房間且兩個會話都在前景時,密鑰將自動傳輸。\n\n不想在登出或切換裝置時丟失密鑰?請確保您已在設定中啟用了聊天室備份。';
@override
String get newGroup => '新群組';
@@ -4668,7 +4712,8 @@ class L10nZhHant extends L10nZh {
String get archiveRoomDescription => '聊天室將被移動到存檔中。其他使用者將能看到您已離開聊天室。';
@override
- String get roomUpgradeDescription => '將使用新版本聊天室來重新建立聊天室。所有本聊天室的參與者都會收到通知,他們都需要換到新的聊天室裡。若您想知道有關新版本的更多資訊,請前往 https://spec.matrix.org/latest/rooms/';
+ String get roomUpgradeDescription =>
+ '將使用新版本聊天室來重新建立聊天室。所有本聊天室的參與者都會收到通知,他們都需要換到新的聊天室裡。若您想知道有關新版本的更多資訊,請前往 https://spec.matrix.org/latest/rooms/';
@override
String get removeDevicesDescription => '您將從這個裝置登出,並將不再能夠接收消息。';
@@ -4683,7 +4728,8 @@ class L10nZhHant extends L10nZh {
String get kickUserDescription => '該使用者被踢出聊天室,但未被禁止。在公開聊天室中,該使用者可以隨時重新加入。';
@override
- String get makeAdminDescription => '一旦您讓這個使用者成為管理員,您可能無法撤銷此操作,因為他們將擁有與您相同的權限。';
+ String get makeAdminDescription =>
+ '一旦您讓這個使用者成為管理員,您可能無法撤銷此操作,因為他們將擁有與您相同的權限。';
@override
String get pushNotificationsNotAvailable => '推送通知不可用';
@@ -4852,13 +4898,15 @@ class L10nZhHant extends L10nZh {
String get verifyOtherUser => '🔐 驗證其他使用者';
@override
- String get verifyOtherUserDescription => '如果您驗證了另一個使用者,您可以確定您真正與誰通信。💪\n\n當您開始驗證時,您和另一個使用者將在應用程式中看到一個彈出視窗。在那裡,您將看到一系列的表情符號或數字,您需要相互比較。\n\n最好的方式是見面或開始視訊通話。👭';
+ String get verifyOtherUserDescription =>
+ '如果您驗證了另一個使用者,您可以確定您真正與誰通信。💪\n\n當您開始驗證時,您和另一個使用者將在應用程式中看到一個彈出視窗。在那裡,您將看到一系列的表情符號或數字,您需要相互比較。\n\n最好的方式是見面或開始視訊通話。👭';
@override
String get verifyOtherDevice => '🔐 驗證其他裝置';
@override
- String get verifyOtherDeviceDescription => '當您驗證另一個裝置時,這些裝置可以交換密鑰,提升您的整體安全性。💪 當您開始驗證時,一個彈出視窗將在兩個裝置上的應用程式中出現。在那裡,您將看到一系列的表情符號或數字,您需要相互比較。在開始驗證之前最好有兩個裝置在手邊。🤳';
+ String get verifyOtherDeviceDescription =>
+ '當您驗證另一個裝置時,這些裝置可以交換密鑰,提升您的整體安全性。💪 當您開始驗證時,一個彈出視窗將在兩個裝置上的應用程式中出現。在那裡,您將看到一系列的表情符號或數字,您需要相互比較。在開始驗證之前最好有兩個裝置在手邊。🤳';
@override
String acceptedKeyVerification(String sender) {
@@ -4972,7 +5020,8 @@ class L10nZhHant extends L10nZh {
String get changeTheDescriptionOfTheGroup => '變更聊天室說明';
@override
- String get chatPermissionsDescription => '定義此聊天中某些操作需要哪個權限等級。 權限等級0、50和100通常代表使用者、版主和管理員,但任何分級都是可能的。';
+ String get chatPermissionsDescription =>
+ '定義此聊天中某些操作需要哪個權限等級。 權限等級0、50和100通常代表使用者、版主和管理員,但任何分級都是可能的。';
@override
String updateInstalled(String version) {
@@ -4995,7 +5044,8 @@ class L10nZhHant extends L10nZh {
String get whatIsAHomeserver => '什麼是歸屬伺服器?';
@override
- String get homeserverDescription => '您的所有資料都儲存在歸屬伺服器上,就像電子郵件提供商一樣。 您可以選擇要使用的歸屬伺服器,同時您仍然可以與每個人溝通。 請訪問https://matrix.org瞭解更多資訊。';
+ String get homeserverDescription =>
+ '您的所有資料都儲存在歸屬伺服器上,就像電子郵件提供商一樣。 您可以選擇要使用的歸屬伺服器,同時您仍然可以與每個人溝通。 請訪問https://matrix.org瞭解更多資訊。';
@override
String get doesNotSeemToBeAValidHomeserver => '似乎不是能匹配的歸屬伺服器。伺服器域名打錯了嗎?';
@@ -5029,13 +5079,15 @@ class L10nZhHant extends L10nZh {
String get oneOfYourDevicesIsNotVerified => '你的其中一個裝置尚未驗證';
@override
- String get noticeChatBackupDeviceVerification => '注意:當您將所有裝置連線到聊天備份時,它們會自動驗證。';
+ String get noticeChatBackupDeviceVerification =>
+ '注意:當您將所有裝置連線到聊天備份時,它們會自動驗證。';
@override
String get continueText => '繼續';
@override
- String get welcomeText => '嘿,嘿👋這是FluffyChat。 您可以登入任何與https://matrix.org相容的歸屬伺服器後和任何人聊天。 這是一個巨大的去中心化訊息網路!';
+ String get welcomeText =>
+ '嘿,嘿👋這是FluffyChat。 您可以登入任何與https://matrix.org相容的歸屬伺服器後和任何人聊天。 這是一個巨大的去中心化訊息網路!';
@override
String get blur => '模糊:';
@@ -5118,7 +5170,8 @@ class L10nZhHant extends L10nZh {
String get waitingForServer => '等待伺服器中...';
@override
- String get appIntroduction => 'FluffyChat 讓你和你的朋友跨越工具聊天。在 https://matrix.org 了解更多或*繼續*。';
+ String get appIntroduction =>
+ 'FluffyChat 讓你和你的朋友跨越工具聊天。在 https://matrix.org 了解更多或*繼續*。';
@override
String get newChatRequest => '📩 新的聊天邀請';
diff --git a/lib/pages/chat/chat.dart b/lib/pages/chat/chat.dart
index b6b09eb..b1f83b0 100644
--- a/lib/pages/chat/chat.dart
+++ b/lib/pages/chat/chat.dart
@@ -1377,6 +1377,12 @@ class ChatController extends State
if (choice == 'file') {
sendFileAction();
}
+ if (choice == 'image') {
+ sendFileAction(type: FileSelectorType.images);
+ }
+ if (choice == 'video') {
+ sendFileAction(type: FileSelectorType.videos);
+ }
if (choice == 'poll') {
sendPollAction();
}
diff --git a/pubspec.lock b/pubspec.lock
index 0939bc9..9f172c7 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -113,6 +113,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.4.0"
+ base58check:
+ dependency: transitive
+ description:
+ name: base58check
+ sha256: "6c300dfc33e598d2fe26319e13f6243fea81eaf8204cb4c6b69ef20a625319a5"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.0.0"
blurhash_dart:
dependency: "direct main"
description:
@@ -137,6 +145,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.1"
+ canonical_json:
+ dependency: transitive
+ description:
+ name: canonical_json
+ sha256: d6be1dd66b420c6ac9f42e3693e09edf4ff6edfee26cb4c28c1c019fdb8c0c15
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.1.2"
characters:
dependency: transitive
description:
@@ -918,6 +934,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.15.6"
+ html_unescape:
+ dependency: transitive
+ description:
+ name: html_unescape
+ sha256: "15362d7a18f19d7b742ef8dcb811f5fd2a2df98db9f80ea393c075189e0b61e3"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.0.0"
http:
dependency: "direct main"
description:
@@ -1551,6 +1575,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
+ random_string:
+ dependency: transitive
+ description:
+ name: random_string
+ sha256: "03b52435aae8cbdd1056cf91bfc5bf845e9706724dd35ae2e99fa14a1ef79d02"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.3.1"
receive_sharing_intent:
dependency: "direct main"
description:
@@ -1695,6 +1727,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.1"
+ sdp_transform:
+ dependency: transitive
+ description:
+ name: sdp_transform
+ sha256: "73e412a5279a5c2de74001535208e20fff88f225c9a4571af0f7146202755e45"
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.3.2"
share_plus:
dependency: "direct main"
description:
@@ -2108,6 +2148,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
+ unorm_dart:
+ dependency: transitive
+ description:
+ name: unorm_dart
+ sha256: "5b35bff83fce4d76467641438f9e867dc9bcfdb8c1694854f230579d68cd8f4b"
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.2.0"
url_launcher:
dependency: "direct main"
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index d0805ab..2bf912b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -138,4 +138,4 @@ msix_config:
sign_msix: false
install_certificate: false
-dependency_overrides:
+dependency_overrides: {}
\ No newline at end of file