Skip to content

Commit 627e5b5

Browse files
authored
Merge pull request #3 from NathanBnm/add-fr
Add French translations + Adjustments
2 parents e8eeac7 + e83dbf5 commit 627e5b5

File tree

4 files changed

+239
-47
lines changed

4 files changed

+239
-47
lines changed

data/com.github.elfenware.badger.appdata.xml.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Badger</name>
88
<summary>Remind yourself to not sit and stare at the screen for too long</summary>
99
<description>
10-
<p>Whether you're dashing through <i>Mario Kart</i> on <a href="appstream://com.github.efdos.mupengui">MupenGUI</a>, binge-watching <i>Silicon Valley</i> on <a href="appstream://com.github.artemanufrij.playmyvideos">Cinema</a>, or writing your next novel on <a href="appstream://com.github.lainsce.quilter">Quilter</a>, you need to relax your body every once in a while.</p>
10+
<p>Whether you're dashing through Mario Kart on MupenGUI, binge-watching Silicon Valley on Cinema, or writing your next novel on Quilter, you need to relax your body every once in a while.</p>
1111

1212
<p>Badger helps you do exactly that. It reminds you — or should I say, badgers you — to destress yourself and rest your eyes and muscles.</p>
1313

@@ -24,6 +24,11 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27+
<release version="1.1.0" date="2019-03-15">
28+
<description>
29+
<p>Add: French translations (@NathanBnm)</p>
30+
</description>
31+
</release>
2732
<release version="1.0.3" date="2019-03-10">
2833
<description>
2934
<p>Fix: Multiple notifications when window is opened >1 times</p>

po/LINGUAS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fr

po/com.github.elfenware.badger.pot

Lines changed: 49 additions & 46 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-03-10 01:03+0530\n"
11+
"POT-Creation-Date: 2019-03-15 01:23+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,68 +17,68 @@ 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:153
2121
msgid "Blink your eyes"
2222
msgstr ""
2323

24-
#: src/Application.vala:155
24+
#: src/Application.vala:154
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:155
2929
msgid "Eyes"
3030
msgstr ""
3131

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

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

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

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

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

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

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

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

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

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

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

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

8080
#: data/com.github.elfenware.badger.desktop.in:4
81-
#: data/com.github.elfenware.badger.appdata.xml.in:8
81+
#: data/com.github.elfenware.badger.appdata.xml.in:7
8282
msgid "Badger"
8383
msgstr ""
8484

@@ -98,68 +98,71 @@ msgstr ""
9898
msgid "Ergonomics;Health;Eyes;Muscles;"
9999
msgstr ""
100100

101-
#: data/com.github.elfenware.badger.appdata.xml.in:9
101+
#: data/com.github.elfenware.badger.appdata.xml.in:8
102102
msgid "Remind yourself to not sit and stare at the screen for too long"
103103
msgstr ""
104104

105-
#: data/com.github.elfenware.badger.appdata.xml.in:11
106-
msgid "Mario Kart"
105+
#: data/com.github.elfenware.badger.appdata.xml.in:10
106+
msgid ""
107+
"Whether you're dashing through Mario Kart on MupenGUI, binge-watching "
108+
"Silicon Valley on Cinema, or writing your next novel on Quilter, you need to "
109+
"relax your body every once in a while."
107110
msgstr ""
108111

109112
#: data/com.github.elfenware.badger.appdata.xml.in:12
110-
msgid "MupenGUI"
111-
msgstr ""
112-
113-
#: data/com.github.elfenware.badger.appdata.xml.in:13
114-
msgid "Silicon Valley"
115-
msgstr ""
116-
117-
#: data/com.github.elfenware.badger.appdata.xml.in:14
118-
msgid "Cinema"
119-
msgstr ""
120-
121-
#: data/com.github.elfenware.badger.appdata.xml.in:16
122-
msgid "Quilter"
123-
msgstr ""
124-
125-
#: data/com.github.elfenware.badger.appdata.xml.in:19
126113
msgid ""
127114
"Badger helps you do exactly that. It reminds you — or should I say, badgers "
128115
"you — to destress yourself and rest your eyes and muscles."
129116
msgstr ""
130117

131-
#: data/com.github.elfenware.badger.appdata.xml.in:22
118+
#: data/com.github.elfenware.badger.appdata.xml.in:14
132119
msgid "Currently, it has these five reminders:"
133120
msgstr ""
134121

135-
#: data/com.github.elfenware.badger.appdata.xml.in:25
122+
#: data/com.github.elfenware.badger.appdata.xml.in:17
136123
msgid "Blink eyes"
137124
msgstr ""
138125

139-
#: data/com.github.elfenware.badger.appdata.xml.in:26
126+
#: data/com.github.elfenware.badger.appdata.xml.in:18
140127
msgid "Stretch fingers"
141128
msgstr ""
142129

143-
#: data/com.github.elfenware.badger.appdata.xml.in:27
130+
#: data/com.github.elfenware.badger.appdata.xml.in:19
144131
msgid "Stretch arms"
145132
msgstr ""
146133

147-
#: data/com.github.elfenware.badger.appdata.xml.in:28
134+
#: data/com.github.elfenware.badger.appdata.xml.in:20
148135
msgid "Stretch legs"
149136
msgstr ""
150137

151-
#: data/com.github.elfenware.badger.appdata.xml.in:29
138+
#: data/com.github.elfenware.badger.appdata.xml.in:21
152139
msgid "Turn neck"
153140
msgstr ""
154141

155-
#: data/com.github.elfenware.badger.appdata.xml.in:32
142+
#: data/com.github.elfenware.badger.appdata.xml.in:24
156143
msgid "Stay healthy."
157144
msgstr ""
158145

159-
#: data/com.github.elfenware.badger.appdata.xml.in:37
146+
#: data/com.github.elfenware.badger.appdata.xml.in:29
147+
msgid "Added French translations (@NathanBnm)"
148+
msgstr ""
149+
150+
#: data/com.github.elfenware.badger.appdata.xml.in:34
151+
msgid "Fix: Multiple notifications when window is opened &gt;1 times"
152+
msgstr ""
153+
154+
#: data/com.github.elfenware.badger.appdata.xml.in:39
155+
msgid "Fix: Remove manual line breaks from appdata"
156+
msgstr ""
157+
158+
#: data/com.github.elfenware.badger.appdata.xml.in:44
159+
msgid "Fix: Use smaller window size by default"
160+
msgstr ""
161+
162+
#: data/com.github.elfenware.badger.appdata.xml.in:49
160163
msgid "Initial Release 🎉️"
161164
msgstr ""
162165

163-
#: data/com.github.elfenware.badger.appdata.xml.in:73
164-
msgid "Darshak Parikh"
166+
#: data/com.github.elfenware.badger.appdata.xml.in:85
167+
msgid "Elfenware"
165168
msgstr ""

0 commit comments

Comments
 (0)