Skip to content

Commit ac0c1b0

Browse files
committed
chore: locales
1 parent 0281f46 commit ac0c1b0

File tree

14 files changed

+459
-27
lines changed

14 files changed

+459
-27
lines changed

locales/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- `en`: English
44
- `zh`: 简体中文
5-
- `zh-TW`: 繁體中文
5+
- `zh_Hant`: 繁體中文
66
- `ja`: 日本語
77
- `ko`: 한국어
88
- `fr`: Français

locales/de/app.json

+38-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "Seitenleiste anzeigen",
2323
"hideSidebar": "Seitenleiste verbergen",
2424
"devTools": "Entwicklerwerkzeuge",
25-
"frosted_texture": "Frosted Textur",
26-
"x_quit": "Klicken Sie auf [X], um zu beenden",
25+
"frostedTexture": "Frosted Textur",
26+
"xQuit": "Klicken Sie auf [X], um zu beenden",
2727

2828
"edit": "Bearbeiten",
2929
"undo": "Rückgängig",
@@ -101,5 +101,41 @@
101101
"check_1": "Die Verbindung überprüfen",
102102
"check_2": "Proxy und Firewall überprüfen"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "Allgemein",
108+
"extensions": "Erweiterungen",
109+
"prompts": {
110+
"name": "Aufforderungen",
111+
"userPrompts": "Benutzer-Aufforderungen",
112+
"promptTags": "Aufforderungs-Tags",
113+
"customSync": "Benutzerdefinierte Synchronisation"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "Sind Sie sicher, dass Sie diese Aufforderungen verwenden möchten?",
119+
"delete": "Sind Sie sicher, dass Sie diese Aufforderungen löschen möchten?",
120+
"disable": "Sind Sie sicher, dass Sie diese Aufforderungen deaktivieren möchten?",
121+
"enable": "Sind Sie sicher, dass Sie diese Aufforderungen aktivieren möchten?"
122+
}
123+
},
124+
"message": {
125+
"add": "Hinzugefügt",
126+
"sync": "Synchronisiert",
127+
"invalidData": "Ungültige Daten",
128+
"missingActAndPrompt": "Fehlende Felder: 'act', 'prompt'. Verwenden Sie 'Alias' zum Umbenennen."
129+
},
130+
"table": {
131+
"name": "Name",
132+
"sync": "Synchronisierung",
133+
"description": "Beschreibung",
134+
"tag": "Tag",
135+
"action": "Aktion",
136+
"color": "Farbe",
137+
"lastUpdate": "Letzte Aktualisierung",
138+
"usageCount": "Nutzungszähler"
139+
}
104140
}
105141
}

locales/en/app.json

+39-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "Show Sidebar",
2323
"hideSidebar": "Hide Sidebar",
2424
"devTools": "Developer Tools",
25-
"frosted_texture": "Frosted Texture",
26-
"x_quit": "Click [X] to Exit",
25+
"frostedTexture": "Frosted Texture",
26+
"xQuit": "Click [X] to Exit",
2727

2828
"edit": "Edit",
2929
"undo": "Undo",
@@ -101,5 +101,41 @@
101101
"check_1": "Checking the connection",
102102
"check_2": "Checking the proxy and the firewall"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "General",
108+
"extensions": "Extensions",
109+
"prompts": {
110+
"name": "Prompts",
111+
"userPrompts": "User Prompts",
112+
"promptTags": "Prompt Tags",
113+
"customSync": "Custom Sync"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "Are you sure you want to use these prompts?",
119+
"delete": "Are you sure you want to delete these prompts?",
120+
"disable": "Are you sure you want to disable these prompts?",
121+
"enable": "AAre you sure you want to enable these prompts?"
122+
}
123+
},
124+
"message": {
125+
"add": "Added",
126+
"sync": "Synchronized",
127+
"invalidData": "Invalid Data",
128+
"missingActAndPrompt": "Missing fields: 'act', 'prompt'. Use 'Alias' to rename."
129+
},
130+
"table": {
131+
"name": "Name",
132+
"sync": "Sync",
133+
"description": "Description",
134+
"tag": "Tag",
135+
"action": "Action",
136+
"color": "Color",
137+
"lastUpdate": "Last Update",
138+
"usageCount": "Usage Count"
139+
}
104140
}
105-
}
141+
}

locales/es/app.json

+38-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "Mostrar Barra Lateral",
2323
"hideSidebar": "Ocultar Barra Lateral",
2424
"devTools": "Herramientas para Desarrolladores",
25-
"frosted_texture": "Textura Escarchada",
26-
"x_quit": "Hacer clic en [X] para salir",
25+
"frostedTexture": "Textura Escarchada",
26+
"xQuit": "Hacer clic en [X] para salir",
2727

2828
"edit": "Editar",
2929
"undo": "Deshacer",
@@ -101,5 +101,41 @@
101101
"check_1": "Revisar la conexión",
102102
"check_2": "Revisar el proxy y el cortafuegos"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "General",
108+
"extensions": "Extensiones",
109+
"prompts": {
110+
"name": "Prompts",
111+
"userPrompts": "Prompts de Usuario",
112+
"promptTags": "Etiquetas de Prompt",
113+
"customSync": "Sincronización Personalizada"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "¿Estás seguro de que quieres usar estos prompts?",
119+
"delete": "¿Estás seguro de que quieres eliminar estos prompts?",
120+
"disable": "¿Estás seguro de que quieres deshabilitar estos prompts?",
121+
"enable": "¿Estás seguro de que quieres habilitar estos prompts?"
122+
}
123+
},
124+
"message": {
125+
"add": "Agregado",
126+
"sync": "Sincronizado",
127+
"invalidData": "Datos Inválidos",
128+
"missingActAndPrompt": "Faltan campos: 'act', 'prompt'. Usa 'Alias' para renombrar."
129+
},
130+
"table": {
131+
"name": "Nombre",
132+
"sync": "Sincronización",
133+
"description": "Descripción",
134+
"tag": "Etiqueta",
135+
"action": "Acción",
136+
"color": "Color",
137+
"lastUpdate": "Última Actualización",
138+
"usageCount": "Conteo de Uso"
139+
}
104140
}
105141
}

locales/fr/app.json

+38-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "Afficher la barre latérale",
2323
"hideSidebar": "Cacher la barre latérale",
2424
"devTools": "Outils de développement",
25-
"frosted_texture": "Texture Givrée",
26-
"x_quit": "Cliquer sur [X] pour quitter",
25+
"frostedTexture": "Texture Givrée",
26+
"xQuit": "Cliquer sur [X] pour quitter",
2727

2828
"edit": "Éditer",
2929
"undo": "Annuler",
@@ -101,5 +101,41 @@
101101
"check_1": "Vérifier la connexion",
102102
"check_2": "Vérifier le proxy et le pare-feu"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "Général",
108+
"extensions": "Extensions",
109+
"prompts": {
110+
"name": "Invites",
111+
"userPrompts": "Invites Utilisateur",
112+
"promptTags": "Étiquettes d'Invite",
113+
"customSync": "Synchronisation Personnalisée"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "Êtes-vous sûr de vouloir utiliser ces invites ?",
119+
"delete": "Êtes-vous sûr de vouloir supprimer ces invites ?",
120+
"disable": "Êtes-vous sûr de vouloir désactiver ces invites ?",
121+
"enable": "Êtes-vous sûr de vouloir activer ces invites ?"
122+
}
123+
},
124+
"message": {
125+
"add": "Ajouté",
126+
"sync": "Synchronisé",
127+
"invalidData": "Données Invalides",
128+
"missingActAndPrompt": "Champs manquants : 'act', 'prompt'. Utilisez 'Alias' pour renommer."
129+
},
130+
"table": {
131+
"name": "Nom",
132+
"sync": "Synchronisation",
133+
"description": "Description",
134+
"tag": "Étiquette",
135+
"action": "Action",
136+
"color": "Couleur",
137+
"lastUpdate": "Dernière Mise à Jour",
138+
"usageCount": "Nombre d'Utilisations"
139+
}
104140
}
105141
}

locales/it/app.json

+38-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "Mostra Barra Laterale",
2323
"hideSidebar": "Nascondi Barra Laterale",
2424
"devTools": "Strumenti per Sviluppatori",
25-
"frosted_texture": "Texture Opacizzata",
26-
"x_quit": "Clicca su [X] per uscire",
25+
"frostedTexture": "Texture Opacizzata",
26+
"xQuit": "Clicca su [X] per uscire",
2727

2828
"edit": "Modifica",
2929
"undo": "Annulla",
@@ -101,5 +101,41 @@
101101
"check_1": "Verificare la connessione",
102102
"check_2": "Controllare il proxy e il firewall"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "Generale",
108+
"extensions": "Estensioni",
109+
"prompts": {
110+
"name": "Prompt",
111+
"userPrompts": "Prompt Utente",
112+
"promptTags": "Tag dei Prompt",
113+
"customSync": "Sincronizzazione Personalizzata"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "Sei sicuro di voler utilizzare questi prompt?",
119+
"delete": "Sei sicuro di voler eliminare questi prompt?",
120+
"disable": "Sei sicuro di voler disattivare questi prompt?",
121+
"enable": "Sei sicuro di voler attivare questi prompt?"
122+
}
123+
},
124+
"message": {
125+
"add": "Aggiunto",
126+
"sync": "Sincronizzato",
127+
"invalidData": "Dati Non Validi",
128+
"missingActAndPrompt": "Mancano i campi: 'act', 'prompt'. Usa 'Alias' per rinominarli."
129+
},
130+
"table": {
131+
"name": "Nome",
132+
"sync": "Sincronizzazione",
133+
"description": "Descrizione",
134+
"tag": "Tag",
135+
"action": "Azione",
136+
"color": "Colore",
137+
"lastUpdate": "Ultimo Aggiornamento",
138+
"usageCount": "Conteggio Utilizzi"
139+
}
104140
}
105141
}

locales/ja/app.json

+38-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "サイドバーを表示",
2323
"hideSidebar": "サイドバーを隠す",
2424
"devTools": "開発者ツール",
25-
"frosted_texture": "霜降りテクスチャ",
26-
"x_quit": "[X]をクリックして終了",
25+
"frostedTexture": "霜降りテクスチャ",
26+
"xQuit": "[X]をクリックして終了",
2727

2828
"edit": "編集",
2929
"undo": "元に戻す",
@@ -101,5 +101,41 @@
101101
"check_1": "接続を確認する",
102102
"check_2": "プロキシとファイアウォールを確認する"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "一般",
108+
"extensions": "拡張機能",
109+
"prompts": {
110+
"name": "プロンプト",
111+
"userPrompts": "ユーザープロンプト",
112+
"promptTags": "プロンプトタグ",
113+
"customSync": "カスタム同期"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "これらのプロンプトを使用しますか?",
119+
"delete": "これらのプロンプトを削除しますか?",
120+
"disable": "これらのプロンプトを無効にしますか?",
121+
"enable": "これらのプロンプトを有効にしますか?"
122+
}
123+
},
124+
"message": {
125+
"add": "追加されました",
126+
"sync": "同期されました",
127+
"invalidData": "無効なデータ",
128+
"missingActAndPrompt": "'act'、'prompt' のフィールドが足りません。'Alias'を使用して名前を変更してください。"
129+
},
130+
"table": {
131+
"name": "名前",
132+
"sync": "同期",
133+
"description": "説明",
134+
"tag": "タグ",
135+
"action": "アクション",
136+
"color": "",
137+
"lastUpdate": "最終更新",
138+
"usageCount": "使用回数"
139+
}
104140
}
105141
}

locales/ko/app.json

+38-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"showSidebar": "사이드바 보기",
2323
"hideSidebar": "사이드바 숨기기",
2424
"devTools": "개발자 도구",
25-
"frosted_texture": "프로스티드 텍스쳐",
26-
"x_quit": "[X] 클릭하여 종료",
25+
"frostedTexture": "프로스티드 텍스쳐",
26+
"xQuit": "[X] 클릭하여 종료",
2727

2828
"edit": "편집",
2929
"undo": "실행 취소",
@@ -101,5 +101,41 @@
101101
"check_1": "연결 확인",
102102
"check_2": "프록시 및 방화벽 확인"
103103
}
104+
},
105+
"settings": {
106+
"menu": {
107+
"general": "일반",
108+
"extensions": "확장 기능",
109+
"prompts": {
110+
"name": "프롬프트",
111+
"userPrompts": "사용자 프롬프트",
112+
"promptTags": "프롬프트 태그",
113+
"customSync": "사용자 정의 동기화"
114+
}
115+
},
116+
"confirm": {
117+
"batch": {
118+
"use": "이 프롬프트를 사용하시겠습니까?",
119+
"delete": "이 프롬프트를 삭제하시겠습니까?",
120+
"disable": "이 프롬프트를 비활성화하시겠습니까?",
121+
"enable": "이 프롬프트를 활성화하시겠습니까?"
122+
}
123+
},
124+
"message": {
125+
"add": "추가됨",
126+
"sync": "동기화됨",
127+
"invalidData": "잘못된 데이터",
128+
"missingActAndPrompt": "'act', 'prompt' 필드가 누락되었습니다. 'Alias'를 사용하여 이름을 변경하세요."
129+
},
130+
"table": {
131+
"name": "이름",
132+
"sync": "동기화",
133+
"description": "설명",
134+
"tag": "태그",
135+
"action": "작업",
136+
"color": "색상",
137+
"lastUpdate": "마지막 업데이트",
138+
"usageCount": "사용 횟수"
139+
}
104140
}
105141
}

locales/noi.lang.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"locales": [
55
{ "code": "en", "label": "English" },
66
{ "code": "zh", "label": "简体中文" },
7-
{ "code": "zh-TW", "label": "繁體中文" },
7+
{ "code": "zh_Hant", "label": "繁體中文" },
88
{ "code": "ja", "label": "日本語" },
99
{ "code": "ko", "label": "한국어" },
1010
{ "code": "fr", "label": "Français" },

0 commit comments

Comments
 (0)