update gitignore
This commit is contained in:
parent
01f13723f5
commit
33d3536660
|
|
@ -362,3 +362,5 @@ docs/node_modules/to-regex-range/package.json
|
|||
docs/node_modules/to-regex-range/README.md
|
||||
docs/package.json
|
||||
docs/package-lock.json
|
||||
|
||||
lib/generated
|
||||
|
|
@ -247,6 +247,24 @@ abstract class L10n {
|
|||
/// **'PIN code'**
|
||||
String get pinCode;
|
||||
|
||||
/// No description provided for @displayNavigationRail.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Display navigation rail on mobile'**
|
||||
String get displayNavigationRail;
|
||||
|
||||
/// No description provided for @enableGradient.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enable bubble background gradient'**
|
||||
String get enableGradient;
|
||||
|
||||
/// No description provided for @translationDisabledInE2e.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'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;
|
||||
|
||||
/// No description provided for @remove.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nAr extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'أزِل';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nBe extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nBn extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nBo extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nCa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Elimina';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nCs extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Odstranit';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nDe extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Entfernen';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nEl extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Αφαιρέστε το';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nEn extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nEo extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Forigi';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nEs extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Eliminar';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nEt extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Eemalda';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nEu extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Kendu';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nFa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'حذف کردن';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nFi extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Poista';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nFil extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Tanggalin';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nFr extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Supprimer';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nGa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Bain';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nGl extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Quitar';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nHe extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nHi extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'निकालना';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nHr extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Ukloni';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nHu extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Eltávolítás';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nIa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remover';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nId extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Hapus';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nIe extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remover';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nIt extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Rimuovi';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nJa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => '消去';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nKa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'წაშლა';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nKo extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => '지우기';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nLt extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Pašalinti';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nLv extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Noņemt';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nNb extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Fjern';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nNl extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Verwijder';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nPl extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Usuń';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nPt extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nRo extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Eliminați';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nRu extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN-код';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Всегда показывать боковую панель';
|
||||
|
||||
@override
|
||||
String get enableGradient => 'Фоновый градиент для сообщений';
|
||||
|
||||
@override
|
||||
String get translationDisabledInE2e =>
|
||||
'Облачные переводы недоступны в зашифрованных комнатах для защиты конфиденциальности. Выбирайте отдельные слова и переводите их через другие приложения.';
|
||||
|
||||
@override
|
||||
String get remove => 'Удалить';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nSk extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Odstrániť';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nSl extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Remove';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nSr extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Уклони';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nSv extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Ta bort';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nTa extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'அகற்று';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nTe extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'తొలగించు';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nTh extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'ลบออก';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nTr extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Kaldır';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nUk extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Вилучити';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nVi extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => 'Loại bỏ';
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,16 @@ class L10nZh extends L10n {
|
|||
@override
|
||||
String get pinCode => 'PIN code';
|
||||
|
||||
@override
|
||||
String get displayNavigationRail => 'Display navigation rail on mobile';
|
||||
|
||||
@override
|
||||
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.';
|
||||
|
||||
@override
|
||||
String get remove => '移除';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue