Skip to content

Commit 334817d

Browse files
dar5hakVistausyakushabbNathanBnmsiigdev
authored
Add new reminder: Posture (#33)
* Add posture reminder * Slightly reduce row spacing to accommodate six reminders * Update translation files * Updated Dutch translation (#36) * Updated Dutch translation Co-Authored-By: Darshak Parikh <[email protected]> * Update Turkish translation (#37) * Update French translation (#39) * Danish translation update (#38) * Fix fuzzy strings in Danish translation Co-authored-by: Heimen Stoffels <[email protected]> Co-authored-by: Sabri Ünal <[email protected]> Co-authored-by: Nathan Bonnemains <[email protected]> Co-authored-by: Sebastian <[email protected]>
1 parent 8a0d671 commit 334817d

File tree

9 files changed

+545
-265
lines changed

9 files changed

+545
-265
lines changed

data/gschema.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@
7878
<default>true</default>
7979
<summary>Whether to show the neck reminders</summary>
8080
</key>
81+
<key name="posture" type="u">
82+
<default>27</default>
83+
<summary>Timer (in minutes) to remind the user sit straight</summary>
84+
</key>
85+
<key name="posture-active" type="b">
86+
<default>false</default>
87+
<summary>Whether to show the posture reminders</summary>
88+
</key>
8189
<key name="old-settings-replaced" type="b">
8290
<default>false</default>
8391
<summary>Whether the installation has switched to the newer custom timers instead of booleans</summary>

po/com.github.elfenware.badger.pot

Lines changed: 80 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.elfenware.badger\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-04-18 00:27+0530\n"
11+
"POT-Creation-Date: 2019-10-24 01:00+0530\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,95 +17,99 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: src/Application.vala:154
20+
#: src/Application.vala:156
2121
msgid "Blink your eyes"
2222
msgstr ""
2323

24-
#: src/Application.vala:155
24+
#: src/Application.vala:157
2525
msgid "Look away from the screen and slowly blink your eyes for 10 seconds."
2626
msgstr ""
2727

28-
#: src/Application.vala:156
28+
#: src/Application.vala:158
2929
msgid "Eyes:"
3030
msgstr ""
3131

32-
#: src/Application.vala:161
32+
#: src/Application.vala:163
3333
msgid "Stretch your fingers"
3434
msgstr ""
3535

36-
#: src/Application.vala:162
36+
#: src/Application.vala:164
3737
msgid "Spread out your palm wide, then close it into a fist. Repeat 5 times."
3838
msgstr ""
3939

40-
#: src/Application.vala:163
40+
#: src/Application.vala:165
4141
msgid "Fingers:"
4242
msgstr ""
4343

44-
#: src/Application.vala:168
44+
#: src/Application.vala:170
4545
msgid "Stretch your arms"
4646
msgstr ""
4747

48-
#: src/Application.vala:169
48+
#: src/Application.vala:171
4949
msgid "Stretch your arms, and twist your wrists for 10 seconds."
5050
msgstr ""
5151

52-
#: src/Application.vala:170
52+
#: src/Application.vala:172
5353
msgid "Arms:"
5454
msgstr ""
5555

56-
#: src/Application.vala:175
56+
#: src/Application.vala:177
5757
msgid "Stretch your legs"
5858
msgstr ""
5959

60-
#: src/Application.vala:176
60+
#: src/Application.vala:178
6161
msgid "Stand up, twist each ankle, and bend each knee."
6262
msgstr ""
6363

64-
#: src/Application.vala:177
64+
#: src/Application.vala:179
6565
msgid "Legs:"
6666
msgstr ""
6767

68-
#: src/Application.vala:182
68+
#: src/Application.vala:184
6969
msgid "Turn your neck"
7070
msgstr ""
7171

72-
#: src/Application.vala:183
72+
#: src/Application.vala:185
7373
msgid "Turn your head in all directions. Repeat 3 times."
7474
msgstr ""
7575

76-
#: src/Application.vala:184
76+
#: src/Application.vala:186
7777
msgid "Neck:"
7878
msgstr ""
7979

80-
#: src/MainGrid.vala:57
81-
msgid "Reminders"
80+
#: src/Application.vala:191
81+
msgid "Watch your posture"
8282
msgstr ""
8383

84-
#: src/MainGrid.vala:62
85-
msgid "Decide how often Badger should remind you to relax these:"
84+
#: src/Application.vala:192
85+
msgid "Make sure your back is straight."
8686
msgstr ""
8787

88-
#: src/MainGrid.vala:85 src/MainGrid.vala:107
89-
msgid "Never"
88+
#: src/Application.vala:193
89+
msgid "Posture:"
9090
msgstr ""
9191

92-
#: src/MainGrid.vala:86
93-
msgid "15 min"
92+
#: src/MainGrid.vala:59
93+
msgid "Reminders"
9494
msgstr ""
9595

96-
#: src/MainGrid.vala:87
97-
msgid "30 min"
96+
#: src/MainGrid.vala:74
97+
msgid "Decide how often Badger should remind you to relax these:"
98+
msgstr ""
99+
100+
#: src/MainGrid.vala:114
101+
msgid "1 min"
98102
msgstr ""
99103

100-
#: src/MainGrid.vala:88
101-
msgid "45 min"
104+
#: src/MainGrid.vala:116
105+
msgid "30 min"
102106
msgstr ""
103107

104-
#: src/MainGrid.vala:89
108+
#: src/MainGrid.vala:118
105109
msgid "1 hour"
106110
msgstr ""
107111

108-
#: src/MainGrid.vala:110
112+
#: src/MainGrid.vala:149
109113
#, c-format
110114
msgid "%.0f min"
111115
msgstr ""
@@ -177,45 +181,81 @@ msgid "Stay healthy."
177181
msgstr ""
178182

179183
#: data/com.github.elfenware.badger.appdata.xml.in:30
184+
msgid "Update: Screenshot"
185+
msgstr ""
186+
187+
#: data/com.github.elfenware.badger.appdata.xml.in:37
188+
msgid "Add: 🎉️ Global switch to turn off all reminders 🎉️"
189+
msgstr ""
190+
191+
#: data/com.github.elfenware.badger.appdata.xml.in:44
192+
msgid "Add: Turkish translation (@libreajans)"
193+
msgstr ""
194+
195+
#: data/com.github.elfenware.badger.appdata.xml.in:51
196+
msgid "Add: Dutch translation (@Vistaus)"
197+
msgstr ""
198+
199+
#: data/com.github.elfenware.badger.appdata.xml.in:58
200+
msgid "Fix: \"Never\" option not disabling the timer"
201+
msgstr ""
202+
203+
#: data/com.github.elfenware.badger.appdata.xml.in:65
204+
msgid "Add: 🎉️ Most awaited feature, custom timers! 🎉️"
205+
msgstr ""
206+
207+
#: data/com.github.elfenware.badger.appdata.xml.in:66
208+
msgid "Update: French translations (@NathanBnm)"
209+
msgstr ""
210+
211+
#: data/com.github.elfenware.badger.appdata.xml.in:67
212+
msgid "Update: Lithuanian translations (@welaq)"
213+
msgstr ""
214+
215+
#: data/com.github.elfenware.badger.appdata.xml.in:68
216+
msgid "Update: Danish translations (@siigdev)"
217+
msgstr ""
218+
219+
#: data/com.github.elfenware.badger.appdata.xml.in:75
180220
msgid "Add: Danish translation (@siigdev)"
181221
msgstr ""
182222

183-
#: data/com.github.elfenware.badger.appdata.xml.in:31
223+
#: data/com.github.elfenware.badger.appdata.xml.in:76
184224
msgid "Update: French translation (@NathanBnm)"
185225
msgstr ""
186226

187-
#: data/com.github.elfenware.badger.appdata.xml.in:37
227+
#: data/com.github.elfenware.badger.appdata.xml.in:82
188228
msgid "Fix: Empty window on launch"
189229
msgstr ""
190230

191-
#: data/com.github.elfenware.badger.appdata.xml.in:42
231+
#: data/com.github.elfenware.badger.appdata.xml.in:87
192232
msgid "Add: Lithuanian translations (@welaq)"
193233
msgstr ""
194234

195-
#: data/com.github.elfenware.badger.appdata.xml.in:43
235+
#: data/com.github.elfenware.badger.appdata.xml.in:88
196236
msgid "Fix: Illegible heading in dark mode"
197237
msgstr ""
198238

199-
#: data/com.github.elfenware.badger.appdata.xml.in:48
239+
#: data/com.github.elfenware.badger.appdata.xml.in:93
200240
msgid "Add: French translations (@NathanBnm)"
201241
msgstr ""
202242

203-
#: data/com.github.elfenware.badger.appdata.xml.in:53
243+
#: data/com.github.elfenware.badger.appdata.xml.in:98
204244
msgid "Fix: Multiple notifications when window is opened &gt;1 times"
205245
msgstr ""
206246

207-
#: data/com.github.elfenware.badger.appdata.xml.in:58
247+
#: data/com.github.elfenware.badger.appdata.xml.in:103
208248
msgid "Fix: Remove manual line breaks from appdata"
209249
msgstr ""
210250

211-
#: data/com.github.elfenware.badger.appdata.xml.in:63
251+
#: data/com.github.elfenware.badger.appdata.xml.in:108
212252
msgid "Fix: Use smaller window size by default"
213253
msgstr ""
214254

215-
#: data/com.github.elfenware.badger.appdata.xml.in:68
255+
#: data/com.github.elfenware.badger.appdata.xml.in:113
216256
msgid "Initial Release 🎉️"
217257
msgstr ""
218258

219-
#: data/com.github.elfenware.badger.appdata.xml.in:104
259+
#: data/com.github.elfenware.badger.appdata.xml.in:149
220260
msgid "Elfenware"
221261
msgstr ""

0 commit comments

Comments
 (0)