Skip to content

Commit 8fee35b

Browse files
authored
Merge pull request #116 from nykula/master
Translate to Ukrainian
2 parents 7e4d3c1 + eecbd5b commit 8fee35b

File tree

4 files changed

+419
-6
lines changed

4 files changed

+419
-6
lines changed

data/resources/ui/window.blp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,21 +206,21 @@ menu primary_menu {
206206
}
207207
section {
208208
item {
209-
label: "All Bookmarks";
209+
label: _("All Bookmarks");
210210
action: "win.show-bookmarks";
211211
}
212212
item {
213-
label: "Add Bookmark";
213+
label: _("Add Bookmark");
214214
action: "win.bookmark-current";
215215
}
216216
}
217217
section {
218218
item {
219-
label: "Keyboard Shortcuts";
219+
label: _("Keyboard Shortcuts");
220220
action: "win.show-help-overlay";
221221
}
222222
item {
223-
label: "About Geopard";
223+
label: _("About Geopard");
224224
action: "win.about";
225225
}
226226
}

po/LINGUAS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
bg
22
fr
33
ru
4+
uk
45
pt_BR
56
it

po/geopard.pot

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: geopard\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-04-10 18:52+0200\n"
11+
"POT-Creation-Date: 2024-07-06 19:23+0300\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"
@@ -113,7 +113,6 @@ msgid "Reset Zoom"
113113
msgstr ""
114114

115115
#: data/resources/ui/window.blp:5 data/com.ranfdev.Geopard.desktop.in.in:3
116-
#: data/com.ranfdev.Geopard.metainfo.xml.in.in:4
117116
msgid "Geopard"
118117
msgstr ""
119118

@@ -153,6 +152,22 @@ msgstr ""
153152
msgid "Start Searching"
154153
msgstr ""
155154

155+
#: data/resources/ui/window.blp:209
156+
msgid "All Bookmarks"
157+
msgstr ""
158+
159+
#: data/resources/ui/window.blp:213
160+
msgid "Add Bookmark"
161+
msgstr ""
162+
163+
#: data/resources/ui/window.blp:219
164+
msgid "Keyboard Shortcuts"
165+
msgstr ""
166+
167+
#: data/resources/ui/window.blp:223
168+
msgid "About Geopard"
169+
msgstr ""
170+
156171
#: data/com.ranfdev.Geopard.desktop.in.in:4
157172
msgid "A GTK 4 Gemini browser written in Rust"
158173
msgstr ""

0 commit comments

Comments
 (0)