-
-
Notifications
You must be signed in to change notification settings - Fork 64
translations for Esperanto and Polish #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
np. I'll merge this a little later today.
There is also "silence" feature that is currently disabled/hidden. When an alarm is sounding its possible to silence the sound (but keep the alarm/notification active), which is subtly different than having the alarm timeout or dismissed entirely. Its possible to automatically silence after some period ( ..but while testing I discovered a bunch of bugs here. The hardware buttons don't always works, and I started to question the usefulness of "silence". So those features exist but are basically hidden. |
|
||
<string name="alarmAction_dismiss">Rezigni</string> <!-- notification action button --> | ||
<string name="alarmAction_snooze">Prokrasti</string> <!-- notification action button --> | ||
<string name="alarmAction_timeout">Silentiĝis</string> <!-- notification action button --> <!-- TODO --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't used anywhere (so actually safe to remove) - at one point there was an actual "Timeout" button but it was replaced with better UI.
It could be used as a notification title, or as a contentDescription, but should be applicable to a button (verb).
I completed the translations (sorry for delay). I also changed Polish name of application to "Czasy Słońca" (exact translation) and added file "name.txt" to metadata.
I have problems with:
alarmAction_timeout (Timeout): this is not button, but title of notification "The alarm timed out.", yes?
What is the difference between configLabel_alarms_silenceAfter (Go silent after) and configLabel_alarms_timeoutAfter (Timeout afte)?
What is difference between "Dismiss" and "Silence" in alarm_hardwarebutton_actions_display?