Skip to content

Commit f058572

Browse files
committed
Add Warp theme localization catalog entries
1 parent abe5bde commit f058572

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

src/renderer/src/i18n/locales/en.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5125,11 +5125,15 @@
51255125
"74bcecd5ec": "Clear",
51265126
"a4ff6143f8": "Clear font selection",
51275127
"b661b034ec": "· Default:",
5128+
"builtin_themes": "Built-in",
51285129
"ceefb9d7f1": "No themes found.",
5130+
"imported_from": "Imported from {{value0}}",
5131+
"imported_themes": "Imported",
51295132
"9119fb2268": "Current",
51305133
"4e11f87ca6": "Showing",
51315134
"fbb428db98": "Selected:",
51325135
"fac59213fc": "Search builtin themes",
5136+
"search_terminal_themes": "Search terminal themes",
51335137
"cb330ef7f8": " of {{value0}}",
51345138
"c822571b2e": " matching \"{{value0}}\"",
51355139
"3119c012a5": "string"
@@ -6943,6 +6947,13 @@
69436947
"82b63d07fe": "ghostty",
69446948
"73e9422f19": "One-time import of supported Ghostty terminal settings.",
69456949
"a979df0083": "Import from Ghostty",
6950+
"warp_import": {
6951+
"title": "Import themes from Warp",
6952+
"description": "Import Warp themes as Orca terminal themes.",
6953+
"keyword_warp": "warp",
6954+
"keyword_themes": "themes",
6955+
"keyword_yaml": "yaml"
6956+
},
69466957
"4cec42dbf7": "intl",
69476958
"b495dc6a9f": "jis",
69486959
"d8d6f7a3c5": "macos",

src/renderer/src/i18n/locales/ja.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5093,11 +5093,15 @@
50935093
"74bcecd5ec": "クリア",
50945094
"a4ff6143f8": "フォントの選択をクリア",
50955095
"b661b034ec": "・ デフォルト:",
5096+
"builtin_themes": "組み込み",
50965097
"ceefb9d7f1": "テーマが見つかりませんでした。",
5098+
"imported_from": "{{value0}} からインポート",
5099+
"imported_themes": "インポート済み",
50975100
"9119fb2268": "現在",
50985101
"4e11f87ca6": "表示中",
50995102
"fbb428db98": "選択済み:",
51005103
"fac59213fc": "組み込みテーマを検索する",
5104+
"search_terminal_themes": "ターミナルテーマを検索",
51015105
"cb330ef7f8": "{{value0}}の",
51025106
"c822571b2e": "「{{value0}}」に一致",
51035107
"3119c012a5": "文字列"
@@ -6911,6 +6915,13 @@
69116915
"82b63d07fe": "幽霊っぽい",
69126916
"73e9422f19": "サポートされている Ghostty ターミナル設定の 1 回限りのインポート。",
69136917
"a979df0083": "Ghostty からインポート",
6918+
"warp_import": {
6919+
"title": "Warp からテーマをインポート",
6920+
"description": "Warp テーマを Orca のターミナルテーマとしてインポートします。",
6921+
"keyword_warp": "warp",
6922+
"keyword_themes": "テーマ",
6923+
"keyword_yaml": "yaml"
6924+
},
69146925
"4cec42dbf7": "国際",
69156926
"b495dc6a9f": "JIS",
69166927
"d8d6f7a3c5": "マコス",

0 commit comments

Comments
 (0)