fluffychat merge
This commit is contained in:
commit
5a9294fe60
4 changed files with 17 additions and 14 deletions
|
|
@ -3383,10 +3383,16 @@
|
|||
"@commandHint_logoutall": {},
|
||||
"displayNavigationRail": "Mostrar carril de navegación en móvil",
|
||||
"@displayNavigationRail": {},
|
||||
"youHaveKnocked": "Has sido golpeado",
|
||||
"@youHaveKnocked": {},
|
||||
"approve": "Aprobar",
|
||||
"@approve": {},
|
||||
"youHaveKnocked": "Has sido golpeado",
|
||||
"@youHaveKnocked": {},
|
||||
"customReaction": "Reacción personalizada",
|
||||
"@customReaction": {},
|
||||
"moreEvents": "Más eventos",
|
||||
"@moreEvents": {},
|
||||
"declineInvitation": "Rechazar invitación",
|
||||
"@declineInvitation": {},
|
||||
"archivedRoom": "",
|
||||
"askSSSSCache": "Ingrese su contraseña de almacenamiento segura (SSSS) o la clave de recuperación para almacenar en caché las claves.",
|
||||
"askSSSSVerify": "",
|
||||
|
|
@ -5276,7 +5282,6 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"customReaction": "Reacción personalizada",
|
||||
"chatCapacitySetTooLow": "La capacidad de chat debe ser al menos {count}.",
|
||||
"spaceCapacitySetTooLow": "La capacidad del espacio debe ser al menos {count}.",
|
||||
"grammarCopyVERBFORMshrt": "Corto",
|
||||
|
|
@ -5343,10 +5348,6 @@
|
|||
"errorFetchingActivity": "Error al obtener la actividad",
|
||||
"check": "Verificar",
|
||||
"unableToFindRoom": "No se encontró chat o espacio con ese código. Por favor, intenta de nuevo.",
|
||||
"@customReaction": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"@chatCapacitySetTooLow": {
|
||||
"type": "int",
|
||||
"placeholders": {
|
||||
|
|
@ -8203,4 +8204,4 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2615,9 +2615,9 @@
|
|||
},
|
||||
"profileNotFound": "பயனரை சேவையகத்தில் காண முடியவில்லை. ஒரு இணைப்பு சிக்கல் இருக்கலாம் அல்லது பயனர் இல்லை.",
|
||||
"@profileNotFound": {},
|
||||
"inviteGroupChat": "Compect குழு அரட்டையை அழைக்கவும்",
|
||||
"inviteGroupChat": "📨 குழு அரட்டை அழைப்பு",
|
||||
"@inviteGroupChat": {},
|
||||
"invitePrivateChat": "தனிப்பட்ட தனியார் அரட்டையை அழைக்கவும்",
|
||||
"invitePrivateChat": "Sative தனியார் அரட்டை அழைப்பு",
|
||||
"@invitePrivateChat": {},
|
||||
"invalidInput": "தவறான உள்ளீடு!",
|
||||
"@invalidInput": {},
|
||||
|
|
@ -3375,6 +3375,8 @@
|
|||
"@customReaction": {},
|
||||
"moreEvents": "மேலும் நிகழ்வுகள்",
|
||||
"@moreEvents": {},
|
||||
"declineInvitation": "அழைப்பை நிராகரிக்கவும்",
|
||||
"@declineInvitation": {},
|
||||
"ignore": "தடுக்கும்",
|
||||
"ignoredUsers": "தடுக்கும் பயனர்கள்",
|
||||
"writeAMessageLangCodes": "{l1} அல்லது {l2} இல் எழுதவும்...",
|
||||
|
|
|
|||
|
|
@ -892,10 +892,10 @@ packages:
|
|||
dependency: "direct dev"
|
||||
description:
|
||||
name: flutter_native_splash
|
||||
sha256: "7062602e0dbd29141fb8eb19220b5871ca650be5197ab9c1f193a28b17537bc7"
|
||||
sha256: "8321a6d11a8d13977fa780c89de8d257cce3d841eecfb7a4cadffcc4f12d82dc"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.4.4"
|
||||
version: "2.4.6"
|
||||
flutter_new_badger:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ dependencies:
|
|||
flutter_web_auth_2: ^3.1.1 # Version 4 blocked by https://github.com/MixinNetwork/flutter-plugins/issues/379
|
||||
flutter_webrtc: ^1.0.0
|
||||
geolocator: ^14.0.2
|
||||
go_router: ^16.0.0
|
||||
go_router: ^16.1.0
|
||||
handy_window: ^0.4.0
|
||||
html: ^0.15.4
|
||||
http: ^1.2.0
|
||||
|
|
@ -137,7 +137,7 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
flutter_native_splash: ^2.0.3+1
|
||||
flutter_native_splash: ^2.4.6
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
import_sorter: ^4.6.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue