fluffychat merge
This commit is contained in:
commit
30b068ae60
4 changed files with 23 additions and 23 deletions
|
|
@ -2380,6 +2380,21 @@
|
|||
"@calls": {},
|
||||
"customEmojisAndStickers": "Egendefinerte emojier og klistremerker",
|
||||
"@customEmojisAndStickers": {},
|
||||
"oopsPushError": "Oops! Dessverre oppsto det en feil under oppsettet av push-varsler.",
|
||||
"@oopsPushError": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"openVideoCamera": "Åpne kameraet for en video",
|
||||
"@openVideoCamera": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"obtainingLocation": "Henter sted …",
|
||||
"@obtainingLocation": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"alwaysUse24HourFormat": "falsk",
|
||||
"exportEmotePack": "Eksporter Emote-pakke som .zip",
|
||||
"commandHint_googly": "Send noen googly-øyne",
|
||||
|
|
@ -2437,9 +2452,6 @@
|
|||
"locationPermissionDeniedNotice": "Plasseringstillatelse nektet. Vennligst gi tillatelse for å kunne dele din plassering.",
|
||||
"noEncryptionForPublicRooms": "Du kan bare aktivere kryptering når rommet ikke lenger er offentlig tilgjengelig.",
|
||||
"noMatrixServer": "{server1} er ingen matrix-server, bruk {server2} i stedet?",
|
||||
"obtainingLocation": "Henter plassering…",
|
||||
"oopsPushError": "Oi! Dessverre oppstod en feil under oppsett av push-varsler.",
|
||||
"openVideoCamera": "Åpne kamera for en video",
|
||||
"editBundlesForAccount": "Rediger pakker for denne kontoen",
|
||||
"addToBundle": "Legg til i pakke",
|
||||
"removeFromBundle": "Fjern fra denne pakken",
|
||||
|
|
@ -4055,18 +4067,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@obtainingLocation": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"@oopsPushError": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"@openVideoCamera": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"@editBundlesForAccount": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
|
|||
|
|
@ -840,12 +840,12 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"fromJoining": "De que entrou",
|
||||
"fromJoining": "Desde que entrou",
|
||||
"@fromJoining": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"fromTheInvitation": "Do convite",
|
||||
"fromTheInvitation": "Desde o convite",
|
||||
"@fromTheInvitation": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
|
|
@ -3245,7 +3245,7 @@
|
|||
"@homeserverDescription": {},
|
||||
"notificationRuleEncryptedRoomOneToOne": "Sala criptografada de 2 pessoas",
|
||||
"@notificationRuleEncryptedRoomOneToOne": {},
|
||||
"pleaseWaitUntilInvited": "Aguarde, até que alguém da sala te convide.",
|
||||
"pleaseWaitUntilInvited": "Aguarde até que alguém da sala te convide.",
|
||||
"@pleaseWaitUntilInvited": {},
|
||||
"waitingForServer": "Aguardando o servidor...",
|
||||
"@waitingForServer": {},
|
||||
|
|
|
|||
|
|
@ -838,10 +838,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_local_notifications
|
||||
sha256: edae0c34573233ab03f5ba1f07465e55c384743893042cb19e010b4ee8541c12
|
||||
sha256: "20ca0a9c82ce0c855ac62a2e580ab867f3fbea82680a90647f7953832d0850ae"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "19.3.0"
|
||||
version: "19.4.0"
|
||||
flutter_local_notifications_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -862,10 +862,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: flutter_local_notifications_windows
|
||||
sha256: f8fc0652a601f83419d623c85723a3e82ad81f92b33eaa9bcc21ea1b94773e6e
|
||||
sha256: ed46d7ae4ec9d19e4c8fa2badac5fe27ba87a3fe387343ce726f927af074ec98
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
version: "1.0.2"
|
||||
flutter_localizations:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ dependencies:
|
|||
flutter_foreground_task: ^6.1.3
|
||||
flutter_highlighter: ^0.1.1
|
||||
flutter_linkify: ^6.0.0
|
||||
flutter_local_notifications: ^19.2.1
|
||||
flutter_local_notifications: ^19.4.0
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_map: ^8.1.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue