diff --git a/lib/l10n/intl_nb.arb b/lib/l10n/intl_nb.arb index 6d3c30f20..0dac140fd 100644 --- a/lib/l10n/intl_nb.arb +++ b/lib/l10n/intl_nb.arb @@ -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": {} diff --git a/lib/l10n/intl_pt_BR.arb b/lib/l10n/intl_pt_BR.arb index 77eb245d2..66086f9a9 100644 --- a/lib/l10n/intl_pt_BR.arb +++ b/lib/l10n/intl_pt_BR.arb @@ -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": {}, diff --git a/pubspec.lock b/pubspec.lock index 408838668..9b0a4b43c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index ec84d8d4e..18e7d064e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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