Skip to content

Commit

Permalink
Merge pull request #329 from weblate/weblate-chrono-app
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
AhsanSarwar45 authored Sep 8, 2024
2 parents 11d6b7b + c1f8c77 commit 296b634
Show file tree
Hide file tree
Showing 13 changed files with 1,696 additions and 42 deletions.
24 changes: 16 additions & 8 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -675,23 +675,23 @@
"@cityAlreadyInFavorites": {},
"durationPickerTitle": "Dauer wählen",
"@durationPickerTitle": {},
"hoursString": "{count, plural, =0{} =1{1 hour} other{{count} hours}}",
"hoursString": "{count, plural, =0{} =1{1 Stunde} other{{count} Stunden}}",
"@hoursString": {},
"secondsString": "{count, plural, =0{} =1{1 second} other{{count} seconds}}",
"secondsString": "{count, plural, =0{} =1{1 Sekunde} other{{count} Sekunden}}",
"@secondsString": {},
"daysString": "{count, plural, =0{} =1{1 day} other{{count} days}}",
"daysString": "{count, plural, =0{} =1{1 Tag} other{{count} Tage}}",
"@daysString": {},
"weeksString": "{count, plural, =0{} =1{1 week} other{{count} weeks}}",
"weeksString": "{count, plural, =0{} =1{1 Woche} other{{count} Wochen}}",
"@weeksString": {},
"monthsString": "{count, plural, =0{} =1{1 month} other{{count} months}}",
"monthsString": "{count, plural, =0{} =1{1 Monat} other{{count} Monate}}",
"@monthsString": {},
"yearsString": "{count, plural, =0{} =1{1 year} other{{count} years}}",
"yearsString": "{count, plural, =0{} =1{1 Jahr} other{{count} Jahre}}",
"@yearsString": {},
"lessThanOneMinute": "weniger als 1 Minute",
"@lessThanOneMinute": {},
"alarmRingInMessage": "Der Alarm ertönt in {duration}",
"@alarmRingInMessage": {},
"minutesString": "{count, plural, =0{} =1{1 minute} other{{count} minutes}}",
"minutesString": "{count, plural, =0{} =1{1 Minute} other{{count} Minuten}}",
"@minutesString": {},
"nextAlarmIn": "Nächste: {duration}",
"@nextAlarmIn": {},
Expand All @@ -704,5 +704,13 @@
"shortSecondsString": "{seconds}s",
"@shortSecondsString": {},
"showNextAlarm": "Nächsten Alarm anzeigen",
"@showNextAlarm": {}
"@showNextAlarm": {},
"showForegroundNotification": "Vordergrund-Benachrichtigung anzeigen",
"@showForegroundNotification": {},
"showForegroundNotificationDescription": "Eine dauerhafte Benachrichtigung anzeigen, um die App am Leben zu erhalten",
"@showForegroundNotificationDescription": {},
"notificationPermissionDescription": "Anzeigen von Benachrichtigungen zulassen",
"@notificationPermissionDescription": {},
"extraAnimationSettingDescription": "Animationen anzeigen, die nicht optimiert sind und bei leistungsschwachen Geräten zu Bildaussetzern führen können",
"@extraAnimationSettingDescription": {}
}
10 changes: 9 additions & 1 deletion lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -696,5 +696,13 @@
"lessThanOneMinute": "menos de 1 minuto",
"@lessThanOneMinute": {},
"showNextAlarm": "Mostrar la siguiente alarma",
"@showNextAlarm": {}
"@showNextAlarm": {},
"notificationPermissionDescription": "Permitir que se muestren notificaciones",
"@notificationPermissionDescription": {},
"showForegroundNotification": "Mostrar notificación en primer plano",
"@showForegroundNotification": {},
"showForegroundNotificationDescription": "Mostrar una notificación persistente para mantener activa la aplicación",
"@showForegroundNotificationDescription": {},
"extraAnimationSettingDescription": "Muestra animaciones que no están pulidas y que pueden provocar caídas de cuadros en dispositivos de gama baja",
"@extraAnimationSettingDescription": {}
}
Loading

0 comments on commit 296b634

Please sign in to comment.