mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 13:33:28 +01:00 
			
		
		
		
	Bugfix (#178) + translation typos
This commit is contained in:
		| @@ -135,7 +135,7 @@ | |||||||
|     "appearance": "Aussehen", |     "appearance": "Aussehen", | ||||||
|     "showWebInAppView": "Quellwebseite in der App-Ansicht anzeigen", |     "showWebInAppView": "Quellwebseite in der App-Ansicht anzeigen", | ||||||
|     "pinUpdates": "Apps mit Aktualisierungen oben anheften", |     "pinUpdates": "Apps mit Aktualisierungen oben anheften", | ||||||
|     "updates": "Aktualisiert", |     "updates": "Aktualisierungen", | ||||||
|     "sourceSpecific": "Quellenspezifisch", |     "sourceSpecific": "Quellenspezifisch", | ||||||
|     "appSource": "App-Quelle", |     "appSource": "App-Quelle", | ||||||
|     "noLogs": "Keine Protokolle", |     "noLogs": "Keine Protokolle", | ||||||
|   | |||||||
| @@ -135,7 +135,7 @@ | |||||||
|     "appearance": "Appearance", |     "appearance": "Appearance", | ||||||
|     "showWebInAppView": "Show Source Webpage in App View", |     "showWebInAppView": "Show Source Webpage in App View", | ||||||
|     "pinUpdates": "Pin Updates to Top of Apps View", |     "pinUpdates": "Pin Updates to Top of Apps View", | ||||||
|     "updates": "Updated", |     "updates": "Updates", | ||||||
|     "sourceSpecific": "Source-Specific", |     "sourceSpecific": "Source-Specific", | ||||||
|     "appSource": "App Source", |     "appSource": "App Source", | ||||||
|     "noLogs": "No Logs", |     "noLogs": "No Logs", | ||||||
|   | |||||||
| @@ -135,7 +135,7 @@ | |||||||
|     "appearance": "Megjelenés", |     "appearance": "Megjelenés", | ||||||
|     "showWebInAppView": "Forrás megjelenítése az Appok nézetben", |     "showWebInAppView": "Forrás megjelenítése az Appok nézetben", | ||||||
|     "pinUpdates": "Frissítések kitűzése az App nézet tetejére", |     "pinUpdates": "Frissítések kitűzése az App nézet tetejére", | ||||||
|     "updates": "Frissítve", |     "updates": "Frissítések", | ||||||
|     "sourceSpecific": "Forrás-specifikus", |     "sourceSpecific": "Forrás-specifikus", | ||||||
|     "appSource": "App forrás", |     "appSource": "App forrás", | ||||||
|     "noLogs": "Nincsenek naplók", |     "noLogs": "Nincsenek naplók", | ||||||
|   | |||||||
| @@ -135,7 +135,7 @@ | |||||||
|     "appearance": "Aspetto", |     "appearance": "Aspetto", | ||||||
|     "showWebInAppView": "Mostra pagina web dell'App se selezionata", |     "showWebInAppView": "Mostra pagina web dell'App se selezionata", | ||||||
|     "pinUpdates": "Fissa in alto gli aggiornamenti disponibili", |     "pinUpdates": "Fissa in alto gli aggiornamenti disponibili", | ||||||
|     "updates": "Aggiornato", |     "updates": "Aggiornamenti", | ||||||
|     "sourceSpecific": "Specifiche per la fonte", |     "sourceSpecific": "Specifiche per la fonte", | ||||||
|     "appSource": "Sorgente dell'App", |     "appSource": "Sorgente dell'App", | ||||||
|     "noLogs": "Nessun log", |     "noLogs": "Nessun log", | ||||||
|   | |||||||
| @@ -254,7 +254,6 @@ class _SettingsPageState extends State<SettingsPage> { | |||||||
|                                   color: Theme.of(context).colorScheme.primary), |                                   color: Theme.of(context).colorScheme.primary), | ||||||
|                             ), |                             ), | ||||||
|                             ...sourceSpecificFields, |                             ...sourceSpecificFields, | ||||||
|                             intervalDropdown, |  | ||||||
|                             const Divider( |                             const Divider( | ||||||
|                               height: 48, |                               height: 48, | ||||||
|                             ), |                             ), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user