Skip to content

Commit ee78a3d

Browse files
authored
gtk: remove c.zig (#6792)
It has been done.
2 parents d75c5ec + 72017ea commit ee78a3d

19 files changed

+679
-685
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,10 @@ jobs:
697697
msgcmp "$old_pot" po/com.mitchellh.ghostty.pot --use-untranslated
698698
699699
# Compare all other POs to current POT
700-
for f in po/*.po; do msgcmp "$f" po/com.mitchellh.ghostty.pot; done
700+
for f in po/*.po; do
701+
# Ignore untranslated entries
702+
msgcmp --use-untranslated "$f" po/com.mitchellh.ghostty.pot;
703+
done
701704
702705
test-pkg-linux:
703706
strategy:

po/com.mitchellh.ghostty.pot

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.mitchellh.ghostty\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-03-06 20:10+0100\n"
11+
"POT-Creation-Date: 2025-03-18 11:48+0100\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"
@@ -34,6 +34,26 @@ msgstr ""
3434
msgid "OK"
3535
msgstr ""
3636

37+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:5
38+
msgid "Configuration Errors"
39+
msgstr ""
40+
41+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:6
42+
msgid ""
43+
"One or more configuration errors were found. Please review the errors below, "
44+
"and either reload your configuration or ignore these errors."
45+
msgstr ""
46+
47+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:9
48+
msgid "Ignore"
49+
msgstr ""
50+
51+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:10
52+
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:97
53+
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:95
54+
msgid "Reload Configuration"
55+
msgstr ""
56+
3757
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:6
3858
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:6
3959
msgid "Copy"
@@ -123,17 +143,12 @@ msgstr ""
123143
msgid "Open Configuration"
124144
msgstr ""
125145

126-
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:97
127-
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:95
128-
msgid "Reload Configuration"
129-
msgstr ""
130-
131146
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:85
132147
msgid "Terminal Inspector"
133148
msgstr ""
134149

135150
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:102
136-
#: src/apprt/gtk/Window.zig:933
151+
#: src/apprt/gtk/Window.zig:958
137152
msgid "About Ghostty"
138153
msgstr ""
139154

@@ -178,27 +193,31 @@ msgid ""
178193
"commands may be executed."
179194
msgstr ""
180195

181-
#: src/apprt/gtk/Window.zig:199
196+
#: src/apprt/gtk/Window.zig:200
182197
msgid "Main Menu"
183198
msgstr ""
184199

185-
#: src/apprt/gtk/Window.zig:219
200+
#: src/apprt/gtk/Window.zig:221
186201
msgid "View Open Tabs"
187202
msgstr ""
188203

189-
#: src/apprt/gtk/Window.zig:265
204+
#: src/apprt/gtk/Window.zig:295
190205
msgid ""
191206
"⚠️ You're running a debug build of Ghostty! Performance will be degraded."
192207
msgstr ""
193208

194-
#: src/apprt/gtk/Window.zig:681
209+
#: src/apprt/gtk/Window.zig:725
195210
msgid "Reloaded the configuration"
196211
msgstr ""
197212

198-
#: src/apprt/gtk/Window.zig:914
213+
#: src/apprt/gtk/Window.zig:939
199214
msgid "Ghostty Developers"
200215
msgstr ""
201216

217+
#: src/apprt/gtk/inspector.zig:144
218+
msgid "Ghostty: Terminal Inspector"
219+
msgstr ""
220+
202221
#: src/apprt/gtk/CloseDialog.zig:47
203222
msgid "Close"
204223
msgstr ""
@@ -235,6 +254,6 @@ msgstr ""
235254
msgid "The currently running process in this split will be terminated."
236255
msgstr ""
237256

238-
#: src/apprt/gtk/Surface.zig:1128
257+
#: src/apprt/gtk/Surface.zig:1242
239258
msgid "Copied to clipboard"
240259
msgstr ""

po/de_DE.UTF-8.po

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.mitchellh.ghostty\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-03-06 20:10+0100\n"
11+
"POT-Creation-Date: 2025-03-18 11:48+0100\n"
1212
"PO-Revision-Date: 2025-03-06 14:57+0100\n"
1313
"Last-Translator: Robin <[email protected]>\n"
1414
"Language-Team: German <[email protected]>\n"
@@ -35,6 +35,26 @@ msgstr "Abbrechen"
3535
msgid "OK"
3636
msgstr "OK"
3737

38+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:5
39+
msgid "Configuration Errors"
40+
msgstr ""
41+
42+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:6
43+
msgid ""
44+
"One or more configuration errors were found. Please review the errors below, "
45+
"and either reload your configuration or ignore these errors."
46+
msgstr ""
47+
48+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:9
49+
msgid "Ignore"
50+
msgstr ""
51+
52+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:10
53+
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:97
54+
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:95
55+
msgid "Reload Configuration"
56+
msgstr "Konfiguration neu laden"
57+
3858
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:6
3959
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:6
4060
msgid "Copy"
@@ -124,17 +144,12 @@ msgstr "Konfiguration"
124144
msgid "Open Configuration"
125145
msgstr "Konfiguration öffnen"
126146

127-
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:97
128-
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:95
129-
msgid "Reload Configuration"
130-
msgstr "Konfiguration neu laden"
131-
132147
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:85
133148
msgid "Terminal Inspector"
134149
msgstr "Terminalinspektor"
135150

136151
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:102
137-
#: src/apprt/gtk/Window.zig:933
152+
#: src/apprt/gtk/Window.zig:958
138153
msgid "About Ghostty"
139154
msgstr "Über Ghostty"
140155

@@ -185,29 +200,33 @@ msgstr ""
185200
"Diesen Text in das Terminal einzufügen könnte möglicherweise gefährlich "
186201
"sein. Es scheint, dass Anweisungen ausgeführt werden könnten."
187202

188-
#: src/apprt/gtk/Window.zig:199
203+
#: src/apprt/gtk/Window.zig:200
189204
msgid "Main Menu"
190205
msgstr "Hauptmenü"
191206

192-
#: src/apprt/gtk/Window.zig:219
207+
#: src/apprt/gtk/Window.zig:221
193208
msgid "View Open Tabs"
194209
msgstr "Offene Tabs einblenden"
195210

196-
#: src/apprt/gtk/Window.zig:265
211+
#: src/apprt/gtk/Window.zig:295
197212
msgid ""
198213
"⚠️ You're running a debug build of Ghostty! Performance will be degraded."
199214
msgstr ""
200215
"⚠️ Du verwendest einen Debug Build von Ghostty! Die Leistung wird reduziert "
201216
"sein."
202217

203-
#: src/apprt/gtk/Window.zig:681
218+
#: src/apprt/gtk/Window.zig:725
204219
msgid "Reloaded the configuration"
205220
msgstr "Konfiguration wurde neu geladen"
206221

207-
#: src/apprt/gtk/Window.zig:914
222+
#: src/apprt/gtk/Window.zig:939
208223
msgid "Ghostty Developers"
209224
msgstr "Ghostty-Entwickler"
210225

226+
#: src/apprt/gtk/inspector.zig:144
227+
msgid "Ghostty: Terminal Inspector"
228+
msgstr ""
229+
211230
#: src/apprt/gtk/CloseDialog.zig:47
212231
msgid "Close"
213232
msgstr "Schließen"
@@ -244,6 +263,6 @@ msgstr "Alle Terminalsitzungen in diesem Tab werden beendet."
244263
msgid "The currently running process in this split will be terminated."
245264
msgstr "Der aktuell laufende Prozess in diesem geteilten Fenster wird beendet."
246265

247-
#: src/apprt/gtk/Surface.zig:1128
266+
#: src/apprt/gtk/Surface.zig:1242
248267
msgid "Copied to clipboard"
249268
msgstr "In die Zwischenablage kopiert"

po/zh_CN.UTF-8.po

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.mitchellh.ghostty\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2025-03-06 20:10+0100\n"
11+
"POT-Creation-Date: 2025-03-18 11:48+0100\n"
1212
"PO-Revision-Date: 2025-02-27 09:16+0100\n"
1313
"Last-Translator: Leah <[email protected]>\n"
1414
"Language-Team: Chinese (simplified) <[email protected]>\n"
@@ -34,6 +34,28 @@ msgstr "取消"
3434
msgid "OK"
3535
msgstr "确认"
3636

37+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:5
38+
msgid "Configuration Errors"
39+
msgstr "设置错误"
40+
41+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:6
42+
msgid ""
43+
"One or more configuration errors were found. Please review the errors below, "
44+
"and either reload your configuration or ignore these errors."
45+
msgstr ""
46+
"加载设置时发现了以下错误。请仔细阅读错误信息,"
47+
"并选择忽略或重新加载设置文件。"
48+
49+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:9
50+
msgid "Ignore"
51+
msgstr "忽略"
52+
53+
#: src/apprt/gtk/ui/1.5/config-errors-dialog.blp:10
54+
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:97
55+
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:95
56+
msgid "Reload Configuration"
57+
msgstr "重新加载设置"
58+
3759
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:6
3860
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:6
3961
msgid "Copy"
@@ -123,17 +145,12 @@ msgstr "设置"
123145
msgid "Open Configuration"
124146
msgstr "打开设置文件"
125147

126-
#: src/apprt/gtk/ui/1.0/menu-surface-context_menu.blp:97
127-
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:95
128-
msgid "Reload Configuration"
129-
msgstr "重新加载设置"
130-
131148
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:85
132149
msgid "Terminal Inspector"
133150
msgstr "终端检视器"
134151

135152
#: src/apprt/gtk/ui/1.0/menu-window-titlebar_menu.blp:102
136-
#: src/apprt/gtk/Window.zig:933
153+
#: src/apprt/gtk/Window.zig:958
137154
msgid "About Ghostty"
138155
msgstr "关于 Ghostty"
139156

@@ -178,27 +195,31 @@ msgid ""
178195
"commands may be executed."
179196
msgstr "将以下内容粘贴至终端内将可能执行有害命令。"
180197

181-
#: src/apprt/gtk/Window.zig:199
198+
#: src/apprt/gtk/Window.zig:200
182199
msgid "Main Menu"
183200
msgstr "主菜单"
184201

185-
#: src/apprt/gtk/Window.zig:219
202+
#: src/apprt/gtk/Window.zig:221
186203
msgid "View Open Tabs"
187204
msgstr "浏览标签页"
188205

189-
#: src/apprt/gtk/Window.zig:265
206+
#: src/apprt/gtk/Window.zig:295
190207
msgid ""
191208
"⚠️ You're running a debug build of Ghostty! Performance will be degraded."
192209
msgstr "⚠️ Ghostty 正在以调试模式运行!性能将大打折扣。"
193210

194-
#: src/apprt/gtk/Window.zig:681
211+
#: src/apprt/gtk/Window.zig:725
195212
msgid "Reloaded the configuration"
196213
msgstr "已重新加载设置"
197214

198-
#: src/apprt/gtk/Window.zig:914
215+
#: src/apprt/gtk/Window.zig:939
199216
msgid "Ghostty Developers"
200217
msgstr "Ghostty 开发团队"
201218

219+
#: src/apprt/gtk/inspector.zig:144
220+
msgid "Ghostty: Terminal Inspector"
221+
msgstr "Ghostty 终端检视器"
222+
202223
#: src/apprt/gtk/CloseDialog.zig:47
203224
msgid "Close"
204225
msgstr "关闭"
@@ -235,6 +256,6 @@ msgstr "标签页内所有运行中的进程将被终止。"
235256
msgid "The currently running process in this split will be terminated."
236257
msgstr "分屏内正在运行中的进程将被终止。"
237258

238-
#: src/apprt/gtk/Surface.zig:1128
259+
#: src/apprt/gtk/Surface.zig:1242
239260
msgid "Copied to clipboard"
240261
msgstr "已复制至剪切板"

0 commit comments

Comments
 (0)