Skip to content

Commit 5ab5179

Browse files
committed
Update translation files
1 parent 1ebb4b4 commit 5ab5179

File tree

12 files changed

+699
-156
lines changed

12 files changed

+699
-156
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ You can use *POEdit* or *Gtranslator* to create or update a translation file (`.
7979
### Build
8080
Use `gnome-extensions` tool
8181
```
82-
$ gnome-extensions pack --podir=po --force ShutdownTimer@neumann
82+
$ gnome-extensions pack --podir=po --extra-source=timer.js --force src
8383
```

src/po/ShutdownTimer.pot

Lines changed: 64 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,118 @@
1-
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the Shutdown Timer GNOME Shell Extension package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
1+
#
2+
# AUTHOR: Daniel Neumann
53
#
64
#, fuzzy
75
msgid ""
86
msgstr ""
97
"Project-Id-Version: Shutdown Timer GNOME Shell Extension\n"
108
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-01-08 16:23+0100\n"
9+
"POT-Creation-Date: 2022-07-24 15:13+0200\n"
1210
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1311
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1412
"Language-Team: LANGUAGE <LL@li.org>\n"
15-
"Language: \n"
1613
"MIME-Version: 1.0\n"
1714
"Content-Type: text/plain; charset=UTF-8\n"
1815
"Content-Transfer-Encoding: 8bit\n"
16+
"X-Generator: Poedit 2.3\n"
17+
"X-Poedit-Basepath: ..\n"
18+
"X-Poedit-SearchPath-0: .\n"
19+
20+
#: extension.js:69 extension.js:72 extension.js:80 extension.js:83
21+
#: extension.js:99 extension.js:111 extension.js:113 timer.js:40 timer.js:61
22+
msgid "h : "
23+
msgstr ""
1924

20-
#: extension.js:79 extension.js:108
25+
#: extension.js:80 extension.js:111
2126
msgid "min"
2227
msgstr ""
2328

24-
#: extension.js:82 extension.js:110
29+
#: extension.js:83 extension.js:113
2530
msgid "min (root)"
2631
msgstr ""
2732

28-
#: extension.js:96
33+
#: extension.js:98
2934
msgid "System will shutdown in"
3035
msgstr ""
3136

32-
#: extension.js:97
37+
#: extension.js:99
3338
msgid "minutes"
3439
msgstr ""
3540

36-
#: extension.js:100
41+
#: extension.js:102
3742
msgid "Shutdown Timer stopped"
3843
msgstr ""
3944

40-
#: extension.js:101 extension.js:179
45+
#: extension.js:103 extension.js:182
4146
msgid "Shutdown Timer"
4247
msgstr ""
4348

44-
#: extension.js:119
49+
#: extension.js:122
4550
msgid "Settings"
4651
msgstr ""
4752

48-
#: prefs.js:34
53+
#: prefs.js:33
4954
msgid "Maximum timer value (in minutes)"
5055
msgstr ""
5156

52-
#: prefs.js:53
57+
#: prefs.js:52
5358
#, javascript-format
5459
msgid "Slider position (in % from 0 to 100)"
5560
msgstr ""
5661

57-
#: prefs.js:71
62+
#: prefs.js:70
63+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:19
5864
msgid "Show settings button"
5965
msgstr ""
6066

61-
#: prefs.js:84
67+
#: prefs.js:83
6268
msgid ""
6369
"Root mode (uses 'pkexec shutdown' command,\n"
6470
"no interruption of timer, but needs root password)"
6571
msgstr ""
6672

67-
#: prefs.js:97
73+
#: prefs.js:96
74+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:31
6875
msgid "Use suspend"
6976
msgstr ""
7077

71-
#: timer.js:43 timer.js:63
78+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:7
79+
msgid "Maximum time (in minutes)"
80+
msgstr ""
81+
82+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:8
83+
msgid ""
84+
"Set maximum selectable time of the slider (in minutes). Use only values "
85+
"greater zero."
86+
msgstr ""
87+
88+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:13
89+
msgid "Slider position"
90+
msgstr ""
91+
92+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:14
93+
msgid ""
94+
"Set slider position as percent of the maximum time. Must be in range 0 and "
95+
"100."
96+
msgstr ""
97+
98+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:20
99+
msgid "Show/hide settings button in widget."
100+
msgstr ""
101+
102+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:25
103+
msgid "Root mode"
104+
msgstr ""
105+
106+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:26
107+
msgid ""
108+
"Set root mode on/off. In root mode powering off is done via 'pkexec' and "
109+
"'shutdown' terminal command."
110+
msgstr ""
111+
112+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:32
113+
msgid "Use suspend instead of shutdown command."
114+
msgstr ""
115+
116+
#: timer.js:40 timer.js:61
72117
msgid "min till shutdown"
73118
msgstr ""

src/po/cs.po

Lines changed: 76 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,58 +6,121 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Shutdown Timer GNOME Shell Extension\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2015-05-27 00:44+0100\n"
10-
"PO-Revision-Date: 2015-05-27 00:44+0100\n"
9+
"POT-Creation-Date: 2022-07-24 15:15+0200\n"
10+
"PO-Revision-Date: 2022-07-24 15:17+0200\n"
1111
"Last-Translator: Daniel Neumann\n"
1212
"Language-Team: CZECH <jiri.doubravsky@gmail.com>\n"
1313
"Language: cs\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
17-
"X-Generator: Poedit 1.7.5\n"
1817
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18+
"X-Generator: Poedit 2.3\n"
1919
"X-Poedit-SourceCharset: UTF-8\n"
2020
"X-Poedit-KeywordsList: _\n"
21-
"X-Poedit-Basepath: ../../../\n"
21+
"X-Poedit-Basepath: ..\n"
2222
"X-Poedit-SearchPath-0: .\n"
2323

24-
#: extension.js:93
24+
#: extension.js:69 extension.js:72 extension.js:80 extension.js:83
25+
#: extension.js:99 extension.js:111 extension.js:113 timer.js:40 timer.js:61
26+
msgid "h : "
27+
msgstr ""
28+
29+
#: extension.js:80 extension.js:111
30+
msgid "min"
31+
msgstr "min"
32+
33+
#: extension.js:83 extension.js:113
34+
msgid "min (root)"
35+
msgstr ""
36+
37+
#: extension.js:98
2538
msgid "System will shutdown in"
2639
msgstr "Bude vypnuto za"
2740

28-
#: extension.js:94
41+
#: extension.js:99
2942
msgid "minutes"
30-
msgstr "minut."
43+
msgstr "minut"
3144

32-
#: extension.js:97
45+
#: extension.js:102
3346
msgid "Shutdown Timer stopped"
3447
msgstr "Odpočítávání k vypnutí zastaveno"
3548

36-
#: extension.js:98 extension.js:161
49+
#: extension.js:103 extension.js:182
3750
msgid "Shutdown Timer"
3851
msgstr "Odpočet k vypnutí"
3952

40-
#: extension.js:114
53+
#: extension.js:122
4154
msgid "Settings"
4255
msgstr "Možnosti"
4356

44-
#: prefs.js:34
57+
#: prefs.js:33
4558
msgid "Maximum timer value (in minutes)"
4659
msgstr "Nejvýše minut do vypnutí"
4760

48-
#: prefs.js:51
61+
#: prefs.js:52
4962
#, javascript-format
5063
msgid "Slider position (in % from 0 to 100)"
5164
msgstr "Výchozí poloha posuvníku (v %)"
5265

5366
#: prefs.js:70
67+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:19
68+
msgid "Show settings button"
69+
msgstr ""
70+
71+
#: prefs.js:83
5472
msgid ""
5573
"Root mode (uses 'pkexec shutdown' command,\n"
5674
"no interruption of timer, but needs root password)"
5775
msgstr ""
5876
"Režim správce (použije 'pkexec shutdown',\n"
5977
"odpočet nepůjde snadno přerušit, vyžaduje heslo root)"
6078

61-
#: timer.js:44 timer.js:64
79+
#: prefs.js:96
80+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:31
81+
msgid "Use suspend"
82+
msgstr ""
83+
84+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:7
85+
#, fuzzy
86+
#| msgid "Maximum timer value (in minutes)"
87+
msgid "Maximum time (in minutes)"
88+
msgstr "Nejvýše minut do vypnutí"
89+
90+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:8
91+
msgid ""
92+
"Set maximum selectable time of the slider (in minutes). Use only values "
93+
"greater zero."
94+
msgstr ""
95+
96+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:13
97+
msgid "Slider position"
98+
msgstr ""
99+
100+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:14
101+
msgid ""
102+
"Set slider position as percent of the maximum time. Must be in range 0 and "
103+
"100."
104+
msgstr ""
105+
106+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:20
107+
msgid "Show/hide settings button in widget."
108+
msgstr ""
109+
110+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:25
111+
msgid "Root mode"
112+
msgstr ""
113+
114+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:26
115+
msgid ""
116+
"Set root mode on/off. In root mode powering off is done via 'pkexec' and "
117+
"'shutdown' terminal command."
118+
msgstr ""
119+
120+
#: schemas/org.gnome.shell.extensions.shutdowntimer-neumann.gschema.xml:32
121+
msgid "Use suspend instead of shutdown command."
122+
msgstr ""
123+
124+
#: timer.js:40 timer.js:61
62125
msgid "min till shutdown"
63126
msgstr "minut do vypnutí"

src/po/de.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Shutdown Timer GNOME Shell Extension\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2022-02-08 10:49+0100\n"
9-
"PO-Revision-Date: 2022-02-08 10:49+0100\n"
8+
"POT-Creation-Date: 2022-07-24 15:10+0200\n"
9+
"PO-Revision-Date: 2022-07-24 15:11+0200\n"
1010
"Last-Translator: Daniel Neumann\n"
1111
"Language-Team: GERMAN Jonatan Zeidler <jonatan_zeidler@gmx.de>\n"
1212
"Language: de\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 3.0\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"X-Generator: Poedit 2.3\n"
1718
"X-Poedit-SourceCharset: UTF-8\n"
1819
"X-Poedit-KeywordsList: _\n"
1920
"X-Poedit-Basepath: ..\n"
20-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2121
"X-Poedit-SearchPath-0: .\n"
2222

2323
#: extension.js:69 extension.js:72 extension.js:80 extension.js:83

0 commit comments

Comments
 (0)