From ac0c1b0de65ed8ca3fd001c03e7b7c8f41e287b3 Mon Sep 17 00:00:00 2001 From: lencx Date: Wed, 24 Jan 2024 00:38:19 +0800 Subject: [PATCH] chore: locales --- locales/README.md | 2 +- locales/de/app.json | 40 +++++++++++++++++++++++++-- locales/en/app.json | 42 ++++++++++++++++++++++++++--- locales/es/app.json | 40 +++++++++++++++++++++++++-- locales/fr/app.json | 40 +++++++++++++++++++++++++-- locales/it/app.json | 40 +++++++++++++++++++++++++-- locales/ja/app.json | 40 +++++++++++++++++++++++++-- locales/ko/app.json | 40 +++++++++++++++++++++++++-- locales/noi.lang.json | 2 +- locales/pt/app.json | 40 +++++++++++++++++++++++++-- locales/ru/app.json | 40 +++++++++++++++++++++++++-- locales/tr/app.json | 40 +++++++++++++++++++++++++-- locales/zh/app.json | 40 +++++++++++++++++++++++++-- locales/{zh-TW => zh_Hant}/app.json | 40 +++++++++++++++++++++++++-- 14 files changed, 459 insertions(+), 27 deletions(-) rename locales/{zh-TW => zh_Hant}/app.json (73%) diff --git a/locales/README.md b/locales/README.md index 3d9b25b..299808d 100644 --- a/locales/README.md +++ b/locales/README.md @@ -2,7 +2,7 @@ - `en`: English - `zh`: 简体中文 -- `zh-TW`: 繁體中文 +- `zh_Hant`: 繁體中文 - `ja`: 日本語 - `ko`: 한국어 - `fr`: Français diff --git a/locales/de/app.json b/locales/de/app.json index 079cf73..443c2a1 100644 --- a/locales/de/app.json +++ b/locales/de/app.json @@ -22,8 +22,8 @@ "showSidebar": "Seitenleiste anzeigen", "hideSidebar": "Seitenleiste verbergen", "devTools": "Entwicklerwerkzeuge", - "frosted_texture": "Frosted Textur", - "x_quit": "Klicken Sie auf [X], um zu beenden", + "frostedTexture": "Frosted Textur", + "xQuit": "Klicken Sie auf [X], um zu beenden", "edit": "Bearbeiten", "undo": "Rückgängig", @@ -101,5 +101,41 @@ "check_1": "Die Verbindung überprüfen", "check_2": "Proxy und Firewall überprüfen" } + }, + "settings": { + "menu": { + "general": "Allgemein", + "extensions": "Erweiterungen", + "prompts": { + "name": "Aufforderungen", + "userPrompts": "Benutzer-Aufforderungen", + "promptTags": "Aufforderungs-Tags", + "customSync": "Benutzerdefinierte Synchronisation" + } + }, + "confirm": { + "batch": { + "use": "Sind Sie sicher, dass Sie diese Aufforderungen verwenden möchten?", + "delete": "Sind Sie sicher, dass Sie diese Aufforderungen löschen möchten?", + "disable": "Sind Sie sicher, dass Sie diese Aufforderungen deaktivieren möchten?", + "enable": "Sind Sie sicher, dass Sie diese Aufforderungen aktivieren möchten?" + } + }, + "message": { + "add": "Hinzugefügt", + "sync": "Synchronisiert", + "invalidData": "Ungültige Daten", + "missingActAndPrompt": "Fehlende Felder: 'act', 'prompt'. Verwenden Sie 'Alias' zum Umbenennen." + }, + "table": { + "name": "Name", + "sync": "Synchronisierung", + "description": "Beschreibung", + "tag": "Tag", + "action": "Aktion", + "color": "Farbe", + "lastUpdate": "Letzte Aktualisierung", + "usageCount": "Nutzungszähler" + } } } diff --git a/locales/en/app.json b/locales/en/app.json index 082fd6f..939fe83 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -22,8 +22,8 @@ "showSidebar": "Show Sidebar", "hideSidebar": "Hide Sidebar", "devTools": "Developer Tools", - "frosted_texture": "Frosted Texture", - "x_quit": "Click [X] to Exit", + "frostedTexture": "Frosted Texture", + "xQuit": "Click [X] to Exit", "edit": "Edit", "undo": "Undo", @@ -101,5 +101,41 @@ "check_1": "Checking the connection", "check_2": "Checking the proxy and the firewall" } + }, + "settings": { + "menu": { + "general": "General", + "extensions": "Extensions", + "prompts": { + "name": "Prompts", + "userPrompts": "User Prompts", + "promptTags": "Prompt Tags", + "customSync": "Custom Sync" + } + }, + "confirm": { + "batch": { + "use": "Are you sure you want to use these prompts?", + "delete": "Are you sure you want to delete these prompts?", + "disable": "Are you sure you want to disable these prompts?", + "enable": "AAre you sure you want to enable these prompts?" + } + }, + "message": { + "add": "Added", + "sync": "Synchronized", + "invalidData": "Invalid Data", + "missingActAndPrompt": "Missing fields: 'act', 'prompt'. Use 'Alias' to rename." + }, + "table": { + "name": "Name", + "sync": "Sync", + "description": "Description", + "tag": "Tag", + "action": "Action", + "color": "Color", + "lastUpdate": "Last Update", + "usageCount": "Usage Count" + } } -} \ No newline at end of file +} diff --git a/locales/es/app.json b/locales/es/app.json index a0dfd77..718e6fc 100644 --- a/locales/es/app.json +++ b/locales/es/app.json @@ -22,8 +22,8 @@ "showSidebar": "Mostrar Barra Lateral", "hideSidebar": "Ocultar Barra Lateral", "devTools": "Herramientas para Desarrolladores", - "frosted_texture": "Textura Escarchada", - "x_quit": "Hacer clic en [X] para salir", + "frostedTexture": "Textura Escarchada", + "xQuit": "Hacer clic en [X] para salir", "edit": "Editar", "undo": "Deshacer", @@ -101,5 +101,41 @@ "check_1": "Revisar la conexión", "check_2": "Revisar el proxy y el cortafuegos" } + }, + "settings": { + "menu": { + "general": "General", + "extensions": "Extensiones", + "prompts": { + "name": "Prompts", + "userPrompts": "Prompts de Usuario", + "promptTags": "Etiquetas de Prompt", + "customSync": "Sincronización Personalizada" + } + }, + "confirm": { + "batch": { + "use": "¿Estás seguro de que quieres usar estos prompts?", + "delete": "¿Estás seguro de que quieres eliminar estos prompts?", + "disable": "¿Estás seguro de que quieres deshabilitar estos prompts?", + "enable": "¿Estás seguro de que quieres habilitar estos prompts?" + } + }, + "message": { + "add": "Agregado", + "sync": "Sincronizado", + "invalidData": "Datos Inválidos", + "missingActAndPrompt": "Faltan campos: 'act', 'prompt'. Usa 'Alias' para renombrar." + }, + "table": { + "name": "Nombre", + "sync": "Sincronización", + "description": "Descripción", + "tag": "Etiqueta", + "action": "Acción", + "color": "Color", + "lastUpdate": "Última Actualización", + "usageCount": "Conteo de Uso" + } } } diff --git a/locales/fr/app.json b/locales/fr/app.json index c77790e..9daee44 100644 --- a/locales/fr/app.json +++ b/locales/fr/app.json @@ -22,8 +22,8 @@ "showSidebar": "Afficher la barre latérale", "hideSidebar": "Cacher la barre latérale", "devTools": "Outils de développement", - "frosted_texture": "Texture Givrée", - "x_quit": "Cliquer sur [X] pour quitter", + "frostedTexture": "Texture Givrée", + "xQuit": "Cliquer sur [X] pour quitter", "edit": "Éditer", "undo": "Annuler", @@ -101,5 +101,41 @@ "check_1": "Vérifier la connexion", "check_2": "Vérifier le proxy et le pare-feu" } + }, + "settings": { + "menu": { + "general": "Général", + "extensions": "Extensions", + "prompts": { + "name": "Invites", + "userPrompts": "Invites Utilisateur", + "promptTags": "Étiquettes d'Invite", + "customSync": "Synchronisation Personnalisée" + } + }, + "confirm": { + "batch": { + "use": "Êtes-vous sûr de vouloir utiliser ces invites ?", + "delete": "Êtes-vous sûr de vouloir supprimer ces invites ?", + "disable": "Êtes-vous sûr de vouloir désactiver ces invites ?", + "enable": "Êtes-vous sûr de vouloir activer ces invites ?" + } + }, + "message": { + "add": "Ajouté", + "sync": "Synchronisé", + "invalidData": "Données Invalides", + "missingActAndPrompt": "Champs manquants : 'act', 'prompt'. Utilisez 'Alias' pour renommer." + }, + "table": { + "name": "Nom", + "sync": "Synchronisation", + "description": "Description", + "tag": "Étiquette", + "action": "Action", + "color": "Couleur", + "lastUpdate": "Dernière Mise à Jour", + "usageCount": "Nombre d'Utilisations" + } } } diff --git a/locales/it/app.json b/locales/it/app.json index f4088db..6e17b50 100644 --- a/locales/it/app.json +++ b/locales/it/app.json @@ -22,8 +22,8 @@ "showSidebar": "Mostra Barra Laterale", "hideSidebar": "Nascondi Barra Laterale", "devTools": "Strumenti per Sviluppatori", - "frosted_texture": "Texture Opacizzata", - "x_quit": "Clicca su [X] per uscire", + "frostedTexture": "Texture Opacizzata", + "xQuit": "Clicca su [X] per uscire", "edit": "Modifica", "undo": "Annulla", @@ -101,5 +101,41 @@ "check_1": "Verificare la connessione", "check_2": "Controllare il proxy e il firewall" } + }, + "settings": { + "menu": { + "general": "Generale", + "extensions": "Estensioni", + "prompts": { + "name": "Prompt", + "userPrompts": "Prompt Utente", + "promptTags": "Tag dei Prompt", + "customSync": "Sincronizzazione Personalizzata" + } + }, + "confirm": { + "batch": { + "use": "Sei sicuro di voler utilizzare questi prompt?", + "delete": "Sei sicuro di voler eliminare questi prompt?", + "disable": "Sei sicuro di voler disattivare questi prompt?", + "enable": "Sei sicuro di voler attivare questi prompt?" + } + }, + "message": { + "add": "Aggiunto", + "sync": "Sincronizzato", + "invalidData": "Dati Non Validi", + "missingActAndPrompt": "Mancano i campi: 'act', 'prompt'. Usa 'Alias' per rinominarli." + }, + "table": { + "name": "Nome", + "sync": "Sincronizzazione", + "description": "Descrizione", + "tag": "Tag", + "action": "Azione", + "color": "Colore", + "lastUpdate": "Ultimo Aggiornamento", + "usageCount": "Conteggio Utilizzi" + } } } diff --git a/locales/ja/app.json b/locales/ja/app.json index 9bc8eb4..19f82b9 100644 --- a/locales/ja/app.json +++ b/locales/ja/app.json @@ -22,8 +22,8 @@ "showSidebar": "サイドバーを表示", "hideSidebar": "サイドバーを隠す", "devTools": "開発者ツール", - "frosted_texture": "霜降りテクスチャ", - "x_quit": "[X]をクリックして終了", + "frostedTexture": "霜降りテクスチャ", + "xQuit": "[X]をクリックして終了", "edit": "編集", "undo": "元に戻す", @@ -101,5 +101,41 @@ "check_1": "接続を確認する", "check_2": "プロキシとファイアウォールを確認する" } + }, + "settings": { + "menu": { + "general": "一般", + "extensions": "拡張機能", + "prompts": { + "name": "プロンプト", + "userPrompts": "ユーザープロンプト", + "promptTags": "プロンプトタグ", + "customSync": "カスタム同期" + } + }, + "confirm": { + "batch": { + "use": "これらのプロンプトを使用しますか?", + "delete": "これらのプロンプトを削除しますか?", + "disable": "これらのプロンプトを無効にしますか?", + "enable": "これらのプロンプトを有効にしますか?" + } + }, + "message": { + "add": "追加されました", + "sync": "同期されました", + "invalidData": "無効なデータ", + "missingActAndPrompt": "'act'、'prompt' のフィールドが足りません。'Alias'を使用して名前を変更してください。" + }, + "table": { + "name": "名前", + "sync": "同期", + "description": "説明", + "tag": "タグ", + "action": "アクション", + "color": "色", + "lastUpdate": "最終更新", + "usageCount": "使用回数" + } } } diff --git a/locales/ko/app.json b/locales/ko/app.json index 2b3d62d..70d4fd4 100644 --- a/locales/ko/app.json +++ b/locales/ko/app.json @@ -22,8 +22,8 @@ "showSidebar": "사이드바 보기", "hideSidebar": "사이드바 숨기기", "devTools": "개발자 도구", - "frosted_texture": "프로스티드 텍스쳐", - "x_quit": "[X] 클릭하여 종료", + "frostedTexture": "프로스티드 텍스쳐", + "xQuit": "[X] 클릭하여 종료", "edit": "편집", "undo": "실행 취소", @@ -101,5 +101,41 @@ "check_1": "연결 확인", "check_2": "프록시 및 방화벽 확인" } + }, + "settings": { + "menu": { + "general": "일반", + "extensions": "확장 기능", + "prompts": { + "name": "프롬프트", + "userPrompts": "사용자 프롬프트", + "promptTags": "프롬프트 태그", + "customSync": "사용자 정의 동기화" + } + }, + "confirm": { + "batch": { + "use": "이 프롬프트를 사용하시겠습니까?", + "delete": "이 프롬프트를 삭제하시겠습니까?", + "disable": "이 프롬프트를 비활성화하시겠습니까?", + "enable": "이 프롬프트를 활성화하시겠습니까?" + } + }, + "message": { + "add": "추가됨", + "sync": "동기화됨", + "invalidData": "잘못된 데이터", + "missingActAndPrompt": "'act', 'prompt' 필드가 누락되었습니다. 'Alias'를 사용하여 이름을 변경하세요." + }, + "table": { + "name": "이름", + "sync": "동기화", + "description": "설명", + "tag": "태그", + "action": "작업", + "color": "색상", + "lastUpdate": "마지막 업데이트", + "usageCount": "사용 횟수" + } } } diff --git a/locales/noi.lang.json b/locales/noi.lang.json index c10e0d7..8afb335 100644 --- a/locales/noi.lang.json +++ b/locales/noi.lang.json @@ -4,7 +4,7 @@ "locales": [ { "code": "en", "label": "English" }, { "code": "zh", "label": "简体中文" }, - { "code": "zh-TW", "label": "繁體中文" }, + { "code": "zh_Hant", "label": "繁體中文" }, { "code": "ja", "label": "日本語" }, { "code": "ko", "label": "한국어" }, { "code": "fr", "label": "Français" }, diff --git a/locales/pt/app.json b/locales/pt/app.json index 97e2554..f99f972 100644 --- a/locales/pt/app.json +++ b/locales/pt/app.json @@ -22,8 +22,8 @@ "showSidebar": "Mostrar Barra Lateral", "hideSidebar": "Ocultar Barra Lateral", "devTools": "Ferramentas de Desenvolvedor", - "frosted_texture": "Textura Fosca", - "x_quit": "Clique em [X] para Sair", + "frostedTexture": "Textura Fosca", + "xQuit": "Clique em [X] para Sair", "edit": "Editar", "undo": "Desfazer", @@ -101,5 +101,41 @@ "check_1": "Verificar a conexão", "check_2": "Verificar o proxy e o firewall" } + }, + "settings": { + "menu": { + "general": "Geral", + "extensions": "Extensões", + "prompts": { + "name": "Prompts", + "userPrompts": "Prompts de Usuários", + "promptTags": "Tags de Prompts", + "customSync": "Sincronização Personalizada" + } + }, + "confirm": { + "batch": { + "use": "Tem certeza de que deseja usar estes prompts?", + "delete": "Tem certeza de que deseja deletar estes prompts?", + "disable": "Tem certeza de que deseja desativar estes prompts?", + "enable": "Tem certeza de que deseja ativar estes prompts?" + } + }, + "message": { + "add": "Adicionado", + "sync": "Sincronizado", + "invalidData": "Dados Inválidos", + "missingActAndPrompt": "Faltam campos: 'act', 'prompt'. Use 'Alias' para renomear." + }, + "table": { + "name": "Nome", + "sync": "Sincronização", + "description": "Descrição", + "tag": "Tag", + "action": "Ação", + "color": "Cor", + "lastUpdate": "Última Atualização", + "usageCount": "Contagem de Uso" + } } } diff --git a/locales/ru/app.json b/locales/ru/app.json index 143199a..1a3afbc 100644 --- a/locales/ru/app.json +++ b/locales/ru/app.json @@ -22,8 +22,8 @@ "showSidebar": "Показать боковую панель", "hideSidebar": "Скрыть боковую панель", "devTools": "Инструменты разработчика", - "frosted_texture": "Матовая текстура", - "x_quit": "Нажмите [X], чтобы выйти", + "frostedTexture": "Матовая текстура", + "xQuit": "Нажмите [X], чтобы выйти", "edit": "Редактировать", "undo": "Отменить", @@ -101,5 +101,41 @@ "check_1": "Проверить соединение", "check_2": "Проверить прокси и фаервол" } + }, + "settings": { + "menu": { + "general": "Основные", + "extensions": "Расширения", + "prompts": { + "name": "Подсказки", + "userPrompts": "Пользовательские подсказки", + "promptTags": "Теги подсказок", + "customSync": "Настройка синхронизации" + } + }, + "confirm": { + "batch": { + "use": "Вы уверены, что хотите использовать эти подсказки?", + "delete": "Вы уверены, что хотите удалить эти подсказки?", + "disable": "Вы уверены, что хотите отключить эти подсказки?", + "enable": "Вы уверены, что хотите включить эти подсказки?" + } + }, + "message": { + "add": "Добавлено", + "sync": "Синхронизировано", + "invalidData": "Неверные данные", + "missingActAndPrompt": "Отсутствуют поля: 'act', 'prompt'. Используйте 'Alias' для переименования." + }, + "table": { + "name": "Имя", + "sync": "Синхронизация", + "description": "Описание", + "tag": "Тег", + "action": "Действие", + "color": "Цвет", + "lastUpdate": "Последнее обновление", + "usageCount": "Количество использований" + } } } diff --git a/locales/tr/app.json b/locales/tr/app.json index 073c905..c8e72fb 100644 --- a/locales/tr/app.json +++ b/locales/tr/app.json @@ -22,8 +22,8 @@ "showSidebar": "Kenar Çubuğunu Göster", "hideSidebar": "Kenar Çubuğunu Gizle", "devTools": "Geliştirici Araçları", - "frosted_texture": "Buzlu Doku", - "x_quit": "[X]'e tıklayarak çık", + "frostedTexture": "Buzlu Doku", + "xQuit": "[X]'e tıklayarak çık", "edit": "Düzenle", "undo": "Geri Al", @@ -101,5 +101,41 @@ "check_1": "Bağlantıyı kontrol et", "check_2": "Proxy ve güvenlik duvarını kontrol et" } + }, + "settings": { + "menu": { + "general": "Genel", + "extensions": "Eklentiler", + "prompts": { + "name": "İstemler", + "userPrompts": "Kullanıcı İstemleri", + "promptTags": "İstem Etiketleri", + "customSync": "Özel Senkronizasyon" + } + }, + "confirm": { + "batch": { + "use": "Bu istemleri kullanmak istediğinizden emin misiniz?", + "delete": "Bu istemleri silmek istediğinizden emin misiniz?", + "disable": "Bu istemleri devre dışı bırakmak istediğinizden emin misiniz?", + "enable": "Bu istemleri etkinleştirmek istediğinizden emin misiniz?" + } + }, + "message": { + "add": "Eklendi", + "sync": "Senkronize Edildi", + "invalidData": "Geçersiz Veri", + "missingActAndPrompt": "'act' ve 'prompt' alanları eksik. Yeniden adlandırmak için 'Alias' kullanın." + }, + "table": { + "name": "İsim", + "sync": "Senkronizasyon", + "description": "Açıklama", + "tag": "Etiket", + "action": "Eylem", + "color": "Renk", + "lastUpdate": "Son Güncelleme", + "usageCount": "Kullanım Sayısı" + } } } diff --git a/locales/zh/app.json b/locales/zh/app.json index b5c5bd1..a96d37b 100644 --- a/locales/zh/app.json +++ b/locales/zh/app.json @@ -22,8 +22,8 @@ "showSidebar": "显示侧边栏", "hideSidebar": "隐藏侧边栏", "devTools": "开发者工具", - "frosted_texture": "磨砂纹理", - "x_quit": "点击 [X] 退出", + "frostedTexture": "磨砂纹理", + "xQuit": "点击 [X] 退出", "edit": "编辑", "undo": "撤销", @@ -101,5 +101,41 @@ "check_1": "检查连接", "check_2": "检查代理和防火墙" } + }, + "settings": { + "menu": { + "general": "常规", + "extensions": "扩展", + "prompts": { + "name": "提示", + "userPrompts": "用户提示", + "promptTags": "提示标签", + "customSync": "自定义同步" + } + }, + "confirm": { + "batch": { + "use": "您确定要使用这些提示吗?", + "delete": "您确定要删除这些提示吗?", + "disable": "您确定要禁用这些提示吗?", + "enable": "您确定要启用这些提示吗?" + } + }, + "message": { + "add": "已添加", + "sync": "已同步", + "invalidData": "数据无效", + "missingActAndPrompt": "缺少字段:'act'、'prompt'。请使用 'Alias' 进行重命名。" + }, + "table": { + "name": "名称", + "sync": "同步", + "description": "描述", + "tag": "标签", + "action": "操作", + "color": "颜色", + "lastUpdate": "最后更新", + "usageCount": "使用次数" + } } } diff --git a/locales/zh-TW/app.json b/locales/zh_Hant/app.json similarity index 73% rename from locales/zh-TW/app.json rename to locales/zh_Hant/app.json index 110cbf8..179b446 100644 --- a/locales/zh-TW/app.json +++ b/locales/zh_Hant/app.json @@ -22,8 +22,8 @@ "showSidebar": "顯示側邊欄", "hideSidebar": "隱藏側邊欄", "devTools": "開發者工具", - "frosted_texture": "磨砂紋理", - "x_quit": "點擊 [X] 退出", + "frostedTexture": "磨砂紋理", + "xQuit": "點擊 [X] 退出", "edit": "編輯", "undo": "復原", @@ -101,5 +101,41 @@ "check_1": "檢查連接", "check_2": "檢查代理和防火牆" } + }, + "settings": { + "menu": { + "general": "一般", + "extensions": "擴展功能", + "prompts": { + "name": "提示", + "userPrompts": "用戶提示", + "promptTags": "提示標籤", + "customSync": "自定義同步" + } + }, + "confirm": { + "batch": { + "use": "您確定要使用這些提示嗎?", + "delete": "您確定要刪除這些提示嗎?", + "disable": "您確定要禁用這些提示嗎?", + "enable": "您確定要啟用這些提示嗎?" + } + }, + "message": { + "add": "已新增", + "sync": "已同步", + "invalidData": "資料無效", + "missingActAndPrompt": "缺少字段:'act', 'prompt'。請使用 'Alias' 進行重命名。" + }, + "table": { + "name": "名稱", + "sync": "同步", + "description": "描述", + "tag": "標籤", + "action": "操作", + "color": "顏色", + "lastUpdate": "最後更新", + "usageCount": "使用次數" + } } }