Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonavichus committed Oct 16, 2023
1 parent e0033ee commit 8ae2ac1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions lib/translation/translation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,11 @@ class Translation extends Translations {
'notFound': 'لا يوجد شيئ',
'settings': 'الإعدادات',
'backup': 'أنشئ نسخة إحتياطية لبينات المستخدم',
'restore': 'إستعد بينات المستخدم من نسخة إحتياطية'
'restore': 'إستعد بينات المستخدم من نسخة إحتياطية',
'deleteAllBD': 'إخذف جميع بينات المستخدم',
'deleteAllBDTitle': 'خذف جميع بينات المستخدم',
'deleteAllBDQuery': 'هل أنت متأكد من رغبتك في حذف جميع بينات المستخدم',
'deleteAllBDQuery':
'هل أنت متأكد من رغبتك في حذف جميع بينات المستخدم',
'errorPath': 'لم تختر مسار لحفض النسخ الإحتياطية',
'error': 'حدث خطأ ما',
'successBackup': 'تم إنشاء النسخة الاحتياطية بنجاح',
Expand Down
2 changes: 1 addition & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
FlutterTimezonePlugin.register(with: registry.registrar(forPlugin: "FlutterTimezonePlugin"))
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -601,10 +601,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: "6ff267fcd9d48cb61c8df74a82680e8b82e940231bb5f68356672fde0397334a"
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.2.0"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
path_provider: ^2.1.1
table_calendar: ^3.0.9
flutter_timezone: ^1.0.8
package_info_plus: ^4.1.0
package_info_plus: ^4.2.0
flex_color_picker: ^3.3.0
isar_flutter_libs: ^3.1.0+1
flutter_easyloading: ^3.0.5
Expand Down

0 comments on commit 8ae2ac1

Please sign in to comment.