diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 513b19da..f5079826 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -468,7 +468,7 @@ "@supersetWith": { "description": "Text used between exercise cards when adding a new set. Translate as something like 'in a superset with'" }, - "total": "Gesamt", + "total": "Summe", "@total": { "description": "Label used for total sums of e.g. calories or similar" }, @@ -788,5 +788,11 @@ "lb": "lb", "@lb": { "description": "Generated entry for translation for server strings" - } + }, + "useMetric": "Metrische Einheiten für das Körpergewicht verwenden", + "@useMetric": {}, + "done": "Fertig", + "@done": {}, + "searchNamesInEnglish": "Namen auch auf English suchen", + "@searchNamesInEnglish": {} } diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index 4c15eaf9..3f1bdec7 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -755,5 +755,37 @@ "kg": "Kg", "@kg": { "description": "Generated entry for translation for server strings" - } + }, + "useMetric": "Utilizar unidades metricas para el peso corporal", + "@useMetric": {}, + "settingsTitle": "Configuraciones", + "@settingsTitle": {}, + "settingsCacheTitle": "Cache", + "@settingsCacheTitle": {}, + "settingsCacheDeletedSnackbar": "Cache borrado exitosamente", + "@settingsCacheDeletedSnackbar": {}, + "log": "Registro", + "@log": { + "description": "Log a specific meal (imperative form)" + }, + "done": "Listo", + "@done": {}, + "noMatchingExerciseFound": "No se encontraron ejercicios que coincidan", + "@noMatchingExerciseFound": { + "description": "Message returned if no exercises match the searched string" + }, + "aboutMastodonTitle": "Mastodon", + "@aboutMastodonTitle": { + "description": "Title for mastodon section in the about dialog" + }, + "aboutMastodonText": "Siguenos en mastodon para recibir actualizaciones y noticias sobre el proyecto", + "@aboutMastodonText": { + "description": "Text for the mastodon section in the about dialog" + }, + "settingsCacheDescription": "Cache de ejercicios", + "@settingsCacheDescription": {}, + "aboutDonateTitle": "Donar", + "@aboutDonateTitle": {}, + "aboutDonateText": "Invítanos un café para ayudar al proyecto, cubrir los costos del servidor y mantenernos activos", + "@aboutDonateText": {} } diff --git a/lib/l10n/app_tr.arb b/lib/l10n/app_tr.arb index 9d36b087..82d583ab 100644 --- a/lib/l10n/app_tr.arb +++ b/lib/l10n/app_tr.arb @@ -775,5 +775,13 @@ "settingsCacheDescription": "Egzersiz önbelleği", "@settingsCacheDescription": {}, "settingsCacheDeletedSnackbar": "Önbellek başarıyla temizlendi", - "@settingsCacheDeletedSnackbar": {} + "@settingsCacheDeletedSnackbar": {}, + "log": "Kaydet", + "@log": { + "description": "Log a specific meal (imperative form)" + }, + "useMetric": "Vücut ağırlığı için metrik birimler kullan", + "@useMetric": {}, + "done": "Bitti", + "@done": {} } diff --git a/pubspec.lock b/pubspec.lock index 28c9b03a..caf63741 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -389,10 +389,10 @@ packages: dependency: "direct main" description: name: fl_chart - sha256: fe6fec7d85975a99c73b9515a69a6e291364accfa0e4a5b3ce6de814d74b9a1c + sha256: b5e2b0f13d93f8c532b5a2786bfb44580de1f50b927bf95813fa1af617e9caf8 url: "https://pub.dev" source: hosted - version: "0.66.0" + version: "0.66.1" flex_color_scheme: dependency: "direct main" description: @@ -558,10 +558,10 @@ packages: dependency: "direct main" description: name: font_awesome_flutter - sha256: "52671aea66da73b58d42ec6d0912b727a42248dd9a7c76d6c20f275783c48c08" + sha256: "275ff26905134bcb59417cf60ad979136f1f8257f2f449914b2c3e05bbb4cd6f" url: "https://pub.dev" source: hosted - version: "10.6.0" + version: "10.7.0" freezed: dependency: "direct dev" description: @@ -595,10 +595,10 @@ packages: dependency: "direct main" description: name: get_it - sha256: d0b88dc35a7f97fd91fec0cf8f165abd97a57977968d8fc02ba0bc92e14ba07e + sha256: e6017ce7fdeaf218dc51a100344d8cb70134b80e28b760f8bb23c242437bafd7 url: "https://pub.dev" source: hosted - version: "7.6.6" + version: "7.6.7" glob: dependency: transitive description: @@ -1309,10 +1309,10 @@ packages: dependency: "direct main" description: name: url_launcher - sha256: d25bb0ca00432a5e1ee40e69c36c85863addf7cc45e433769d61bed3fe81fd96 + sha256: c512655380d241a337521703af62d2c122bf7b77a46ff7dd750092aa9433499c url: "https://pub.dev" source: hosted - version: "6.2.3" + version: "6.2.4" url_launcher_android: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d16d29ef..f60d9e5a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: flutter_calendar_carousel: ^2.4.1 flutter_html: ^3.0.0-beta.2 flutter_typeahead: ^5.1.0 - font_awesome_flutter: ^10.4.0 + font_awesome_flutter: ^10.7.0 http: ^1.2.0 image_picker: ^1.0.6 intl: ^0.18.1 @@ -50,20 +50,20 @@ dependencies: rive: ^0.12.2 shared_preferences: ^2.2.2 table_calendar: ^3.0.8 - url_launcher: ^6.1.11 + url_launcher: ^6.2.4 flutter_barcode_scanner: ^2.0.0 video_player: ^2.7.2 flutter_staggered_grid_view: ^0.7.0 carousel_slider: ^4.2.1 multi_select_flutter: ^4.1.3 flutter_svg: ^2.0.5 - fl_chart: ^0.66.0 + fl_chart: ^0.66.1 flutter_zxing: ^1.5.2 drift: ^2.15.0 path: ^1.8.3 path_provider: ^2.1.1 sqlite3_flutter_libs: ^0.5.19+1 - get_it: ^7.6.4 + get_it: ^7.6.7 flex_seed_scheme: ^1.4.0 flex_color_scheme: ^7.3.1 freezed_annotation: ^2.4.1