diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index ab500ee1..ae0618ca 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -399,7 +399,9 @@ "tooltip": "Kalender öffnen" }, "context-menu": { + "activate-app": "{app} aktivieren", "clear-history": "Verlauf löschen", + "close-app": "{app} schließen", "cycle-visualizer": "Zyklus-Visualisierer", "disable-bluetooth": "Bluetooth deaktivieren", "disable-dnd": "Bitte nicht stören deaktivieren", @@ -416,6 +418,7 @@ "pause": "Pause", "play": "Spielen", "previous": "Vorherige", + "random-wallpaper": "Zufälliges Hintergrundbild", "toggle-mute": "Stummschaltung umschalten", "widget-settings": "Widget-Einstellungen" }, @@ -910,6 +913,41 @@ "label": "Dunkler Modus" } }, + "delete": { + "error": { + "description": "Fehler beim Löschen von {scheme}", + "title": "Löschen fehlgeschlagen" + }, + "success": { + "description": "{scheme} wurde erfolgreich gelöscht", + "title": "Farbschema gelöscht" + } + }, + "download": { + "button": "Mehr herunterladen", + "delete": "Löschen", + "download": "Herunterladen", + "downloading": "Wird heruntergeladen...", + "empty": "Keine Farbschemata verfügbar", + "error": { + "api-error": "API-Fehler: {status}", + "description": "Fehler beim Herunterladen von {scheme}", + "download-failed": "Download fehlgeschlagen mit Exit-Code: {code}", + "invalid-response": "Ungültiges API-Antwortformat", + "no-files": "Keine Dateien für Schema gefunden", + "parse-failed": "Fehler beim Parsen der API-Antwort: {error}", + "rate-limit": "GitHub API-Ratenlimit überschritten", + "title": "Download fehlgeschlagen" + }, + "fetching": "Verfügbare Farbschemata werden abgerufen...", + "installed": "Installiert", + "refresh": "Aktualisieren", + "success": { + "description": "{scheme} wurde erfolgreich heruntergeladen", + "title": "Farbschema heruntergeladen" + }, + "title": "Farbschemata herunterladen" + }, "predefined": { "generate-templates": { "description": "Generiert Matugen-Templates (GTK, Terminal-Themes, etc.) bei der Verwendung vordefinierter Farbschemata.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Mehr herunterladen", - "title": "Farbschemata herunterladen", - "fetching": "Verfügbare Farbschemata werden abgerufen...", - "empty": "Keine Farbschemata verfügbar", - "refresh": "Aktualisieren", - "download": "Herunterladen", - "downloading": "Wird heruntergeladen...", - "delete": "Löschen", - "installed": "Installiert", - "success": { - "title": "Farbschema heruntergeladen", - "description": "{scheme} wurde erfolgreich heruntergeladen" - }, - "error": { - "title": "Download fehlgeschlagen", - "description": "Fehler beim Herunterladen von {scheme}", - "invalid-response": "Ungültiges API-Antwortformat", - "parse-failed": "Fehler beim Parsen der API-Antwort: {error}", - "rate-limit": "GitHub API-Ratenlimit überschritten", - "api-error": "API-Fehler: {status}", - "no-files": "Keine Dateien für Schema gefunden", - "download-failed": "Download fehlgeschlagen mit Exit-Code: {code}" - } - }, - "delete": { - "success": { - "title": "Farbschema gelöscht", - "description": "{scheme} wurde erfolgreich gelöscht" - }, - "error": { - "title": "Löschen fehlgeschlagen", - "description": "Fehler beim Löschen von {scheme}" - } - }, "title": "Farbschema" }, "control-center": { diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index aa2482f0..55ff382c 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -913,6 +913,41 @@ "label": "Dark mode" } }, + "delete": { + "error": { + "description": "Failed to delete {scheme}", + "title": "Delete Failed" + }, + "success": { + "description": "Successfully deleted {scheme}", + "title": "Color Scheme Deleted" + } + }, + "download": { + "button": "Download more", + "delete": "Delete", + "download": "Download", + "downloading": "Downloading...", + "empty": "No color schemes available", + "error": { + "api-error": "API error: {status}", + "description": "Failed to download {scheme}", + "download-failed": "Download failed with exit code: {code}", + "invalid-response": "Invalid API response format", + "no-files": "No files found for scheme", + "parse-failed": "Failed to parse API response: {error}", + "rate-limit": "GitHub API rate limit exceeded", + "title": "Download Failed" + }, + "fetching": "Fetching available color schemes...", + "installed": "Installed", + "refresh": "Refresh", + "success": { + "description": "Successfully downloaded {scheme}", + "title": "Color Scheme Downloaded" + }, + "title": "Download Color Schemes" + }, "predefined": { "generate-templates": { "description": "Generate Matugen templates (GTK, terminal themes, etc.) when using predefined color schemes.", @@ -923,41 +958,6 @@ "label": "Predefined color schemes" } }, - "download": { - "button": "Download more", - "title": "Download Color Schemes", - "fetching": "Fetching available color schemes...", - "empty": "No color schemes available", - "refresh": "Refresh", - "download": "Download", - "downloading": "Downloading...", - "delete": "Delete", - "installed": "Installed", - "success": { - "title": "Color Scheme Downloaded", - "description": "Successfully downloaded {scheme}" - }, - "error": { - "title": "Download Failed", - "description": "Failed to download {scheme}", - "invalid-response": "Invalid API response format", - "parse-failed": "Failed to parse API response: {error}", - "rate-limit": "GitHub API rate limit exceeded", - "api-error": "API error: {status}", - "no-files": "No files found for scheme", - "download-failed": "Download failed with exit code: {code}" - } - }, - "delete": { - "success": { - "title": "Color Scheme Deleted", - "description": "Successfully deleted {scheme}" - }, - "error": { - "title": "Delete Failed", - "description": "Failed to delete {scheme}" - } - }, "templates": { "misc": { "description": "Additional configuration options.", diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 5172f46e..2b79eb26 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -399,7 +399,9 @@ "tooltip": "Abrir calendario" }, "context-menu": { + "activate-app": "Activar {app}", "clear-history": "Borrar historial", + "close-app": "Cerrar {app}", "cycle-visualizer": "Visualizador de ciclos", "disable-bluetooth": "Desactivar Bluetooth", "disable-dnd": "Desactivar No molestar", @@ -416,6 +418,7 @@ "pause": "Pausa", "play": "Jugar", "previous": "Anterior", + "random-wallpaper": "Fondo de pantalla aleatorio", "toggle-mute": "Activar/desactivar silencio", "widget-settings": "Configuración del widget" }, @@ -910,6 +913,41 @@ "label": "Modo oscuro" } }, + "delete": { + "error": { + "description": "Error al eliminar {scheme}", + "title": "Error al eliminar" + }, + "success": { + "description": "{scheme} eliminado correctamente", + "title": "Esquema de colores eliminado" + } + }, + "download": { + "button": "Descargar más", + "delete": "Eliminar", + "download": "Descargar", + "downloading": "Descargando...", + "empty": "No hay esquemas de colores disponibles", + "error": { + "api-error": "Error de API: {status}", + "description": "Error al descargar {scheme}", + "download-failed": "Error al descargar con código de salida: {code}", + "invalid-response": "Formato de respuesta de API inválido", + "no-files": "No se encontraron archivos para el esquema", + "parse-failed": "Error al analizar la respuesta de la API: {error}", + "rate-limit": "Límite de velocidad de la API de GitHub excedido", + "title": "Error al descargar" + }, + "fetching": "Obteniendo esquemas de colores disponibles...", + "installed": "Instalado", + "refresh": "Actualizar", + "success": { + "description": "{scheme} descargado correctamente", + "title": "Esquema de colores descargado" + }, + "title": "Descargar esquemas de colores" + }, "predefined": { "generate-templates": { "description": "Genera plantillas de Matugen (GTK, temas de terminal, etc.) al usar esquemas de colores predefinidos.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Descargar más", - "title": "Descargar esquemas de colores", - "fetching": "Obteniendo esquemas de colores disponibles...", - "empty": "No hay esquemas de colores disponibles", - "refresh": "Actualizar", - "download": "Descargar", - "downloading": "Descargando...", - "delete": "Eliminar", - "installed": "Instalado", - "success": { - "title": "Esquema de colores descargado", - "description": "{scheme} descargado correctamente" - }, - "error": { - "title": "Error al descargar", - "description": "Error al descargar {scheme}", - "invalid-response": "Formato de respuesta de API inválido", - "parse-failed": "Error al analizar la respuesta de la API: {error}", - "rate-limit": "Límite de velocidad de la API de GitHub excedido", - "api-error": "Error de API: {status}", - "no-files": "No se encontraron archivos para el esquema", - "download-failed": "Error al descargar con código de salida: {code}" - } - }, - "delete": { - "success": { - "title": "Esquema de colores eliminado", - "description": "{scheme} eliminado correctamente" - }, - "error": { - "title": "Error al eliminar", - "description": "Error al eliminar {scheme}" - } - }, "title": "Esquema de colores" }, "control-center": { diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index c3fcdbe8..f0f192f3 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -399,7 +399,9 @@ "tooltip": "Ouvrir le calendrier" }, "context-menu": { + "activate-app": "Activer {app}", "clear-history": "Effacer l'historique", + "close-app": "Fermer {app}", "cycle-visualizer": "Visualiseur de cycle", "disable-bluetooth": "Désactiver le Bluetooth", "disable-dnd": "Désactiver le mode Ne pas déranger", @@ -416,6 +418,7 @@ "pause": "Pause", "play": "Jouer", "previous": "Précédent", + "random-wallpaper": "Fond d'écran aléatoire", "toggle-mute": "Activer/désactiver le mode muet", "widget-settings": "Paramètres du widget" }, @@ -910,6 +913,41 @@ "label": "Mode sombre" } }, + "delete": { + "error": { + "description": "Échec de la suppression de {scheme}", + "title": "Échec de la suppression" + }, + "success": { + "description": "{scheme} supprimé avec succès", + "title": "Jeu de couleurs supprimé" + } + }, + "download": { + "button": "Télécharger plus", + "delete": "Supprimer", + "download": "Télécharger", + "downloading": "Téléchargement...", + "empty": "Aucun jeu de couleurs disponible", + "error": { + "api-error": "Erreur API: {status}", + "description": "Échec du téléchargement de {scheme}", + "download-failed": "Échec du téléchargement avec le code de sortie: {code}", + "invalid-response": "Format de réponse API invalide", + "no-files": "Aucun fichier trouvé pour le jeu de couleurs", + "parse-failed": "Échec de l'analyse de la réponse API: {error}", + "rate-limit": "Limite de débit de l'API GitHub dépassée", + "title": "Échec du téléchargement" + }, + "fetching": "Récupération des jeux de couleurs disponibles...", + "installed": "Installé", + "refresh": "Actualiser", + "success": { + "description": "{scheme} téléchargé avec succès", + "title": "Jeu de couleurs téléchargé" + }, + "title": "Télécharger des jeux de couleurs" + }, "predefined": { "generate-templates": { "description": "Génère des modèles Matugen (GTK, thèmes de terminal, etc.) lors de l'utilisation de schémas de couleurs prédéfinis.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Télécharger plus", - "title": "Télécharger des jeux de couleurs", - "fetching": "Récupération des jeux de couleurs disponibles...", - "empty": "Aucun jeu de couleurs disponible", - "refresh": "Actualiser", - "download": "Télécharger", - "downloading": "Téléchargement...", - "delete": "Supprimer", - "installed": "Installé", - "success": { - "title": "Jeu de couleurs téléchargé", - "description": "{scheme} téléchargé avec succès" - }, - "error": { - "title": "Échec du téléchargement", - "description": "Échec du téléchargement de {scheme}", - "invalid-response": "Format de réponse API invalide", - "parse-failed": "Échec de l'analyse de la réponse API: {error}", - "rate-limit": "Limite de débit de l'API GitHub dépassée", - "api-error": "Erreur API: {status}", - "no-files": "Aucun fichier trouvé pour le jeu de couleurs", - "download-failed": "Échec du téléchargement avec le code de sortie: {code}" - } - }, - "delete": { - "success": { - "title": "Jeu de couleurs supprimé", - "description": "{scheme} supprimé avec succès" - }, - "error": { - "title": "Échec de la suppression", - "description": "Échec de la suppression de {scheme}" - } - }, "title": "Jeu de couleurs" }, "control-center": { diff --git a/Assets/Translations/nl.json b/Assets/Translations/nl.json index 72a26247..e43b6329 100644 --- a/Assets/Translations/nl.json +++ b/Assets/Translations/nl.json @@ -399,7 +399,9 @@ "tooltip": "Kalender openen" }, "context-menu": { + "activate-app": "Activeer {app}", "clear-history": "Geschiedenis wissen", + "close-app": "Sluit {app}", "cycle-visualizer": "Cyclusvisualisatie", "disable-bluetooth": "Bluetooth uitschakelen", "disable-dnd": "Niet Storen uitschakelen", @@ -416,6 +418,7 @@ "pause": "Pauze", "play": "Spelen", "previous": "Vorige", + "random-wallpaper": "Willekeurige achtergrond", "toggle-mute": "Dempen aan/uit", "widget-settings": "Widgetinstellingen" }, @@ -910,6 +913,41 @@ "label": "Donkere modus" } }, + "delete": { + "error": { + "description": "Verwijderen van {scheme} mislukt", + "title": "Verwijderen mislukt" + }, + "success": { + "description": "{scheme} succesvol verwijderd", + "title": "Kleurenschema verwijderd" + } + }, + "download": { + "button": "Meer downloaden", + "delete": "Verwijderen", + "download": "Downloaden", + "downloading": "Downloaden...", + "empty": "Geen kleurenschema's beschikbaar", + "error": { + "api-error": "API-fout: {status}", + "description": "Download van {scheme} mislukt", + "download-failed": "Download mislukt met afsluitcode: {code}", + "invalid-response": "Ongeldig API-antwoordformaat", + "no-files": "Geen bestanden gevonden voor schema", + "parse-failed": "Fout bij parseren van API-antwoord: {error}", + "rate-limit": "GitHub API-snelheidslimiet overschreden", + "title": "Download mislukt" + }, + "fetching": "Beschikbare kleurenschema's ophalen...", + "installed": "Geïnstalleerd", + "refresh": "Vernieuwen", + "success": { + "description": "{scheme} succesvol gedownload", + "title": "Kleurenschema gedownload" + }, + "title": "Kleurenschema's downloaden" + }, "predefined": { "generate-templates": { "description": "Genereer Matugen-sjablonen (GTK, terminalthema's, enz.) bij gebruik van vooraf gedefinieerde kleurenschema's.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Meer downloaden", - "title": "Kleurenschema's downloaden", - "fetching": "Beschikbare kleurenschema's ophalen...", - "empty": "Geen kleurenschema's beschikbaar", - "refresh": "Vernieuwen", - "download": "Downloaden", - "downloading": "Downloaden...", - "delete": "Verwijderen", - "installed": "Geïnstalleerd", - "success": { - "title": "Kleurenschema gedownload", - "description": "{scheme} succesvol gedownload" - }, - "error": { - "title": "Download mislukt", - "description": "Download van {scheme} mislukt", - "invalid-response": "Ongeldig API-antwoordformaat", - "parse-failed": "Fout bij parseren van API-antwoord: {error}", - "rate-limit": "GitHub API-snelheidslimiet overschreden", - "api-error": "API-fout: {status}", - "no-files": "Geen bestanden gevonden voor schema", - "download-failed": "Download mislukt met afsluitcode: {code}" - } - }, - "delete": { - "success": { - "title": "Kleurenschema verwijderd", - "description": "{scheme} succesvol verwijderd" - }, - "error": { - "title": "Verwijderen mislukt", - "description": "Verwijderen van {scheme} mislukt" - } - }, "title": "Kleurschema" }, "control-center": { diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index c769ed75..93f94a9f 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -399,7 +399,9 @@ "tooltip": "Abrir calendário" }, "context-menu": { + "activate-app": "Ativar {app}", "clear-history": "Limpar histórico", + "close-app": "Fechar {app}", "cycle-visualizer": "Visualizador de ciclo", "disable-bluetooth": "Desativar Bluetooth", "disable-dnd": "Desativar o Não Perturbe", @@ -416,6 +418,7 @@ "pause": "Pausa", "play": "Jogar", "previous": "Anterior", + "random-wallpaper": "Papel de parede aleatório", "toggle-mute": "Alternar mudo", "widget-settings": "Configurações do widget" }, @@ -910,6 +913,41 @@ "label": "Modo escuro" } }, + "delete": { + "error": { + "description": "Falha ao excluir {scheme}", + "title": "Falha ao excluir" + }, + "success": { + "description": "{scheme} excluído com sucesso", + "title": "Esquema de cores excluído" + } + }, + "download": { + "button": "Baixar mais", + "delete": "Excluir", + "download": "Baixar", + "downloading": "Baixando...", + "empty": "Nenhum esquema de cores disponível", + "error": { + "api-error": "Erro da API: {status}", + "description": "Falha ao baixar {scheme}", + "download-failed": "Falha no download com código de saída: {code}", + "invalid-response": "Formato de resposta da API inválido", + "no-files": "Nenhum arquivo encontrado para o esquema", + "parse-failed": "Falha ao analisar a resposta da API: {error}", + "rate-limit": "Limite de taxa da API do GitHub excedido", + "title": "Falha no download" + }, + "fetching": "Buscando esquemas de cores disponíveis...", + "installed": "Instalado", + "refresh": "Atualizar", + "success": { + "description": "{scheme} baixado com sucesso", + "title": "Esquema de cores baixado" + }, + "title": "Baixar esquemas de cores" + }, "predefined": { "generate-templates": { "description": "Gera modelos Matugen (GTK, temas de terminal, etc.) ao usar esquemas de cores predefinidos.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Baixar mais", - "title": "Baixar esquemas de cores", - "fetching": "Buscando esquemas de cores disponíveis...", - "empty": "Nenhum esquema de cores disponível", - "refresh": "Atualizar", - "download": "Baixar", - "downloading": "Baixando...", - "delete": "Excluir", - "installed": "Instalado", - "success": { - "title": "Esquema de cores baixado", - "description": "{scheme} baixado com sucesso" - }, - "error": { - "title": "Falha no download", - "description": "Falha ao baixar {scheme}", - "invalid-response": "Formato de resposta da API inválido", - "parse-failed": "Falha ao analisar a resposta da API: {error}", - "rate-limit": "Limite de taxa da API do GitHub excedido", - "api-error": "Erro da API: {status}", - "no-files": "Nenhum arquivo encontrado para o esquema", - "download-failed": "Falha no download com código de saída: {code}" - } - }, - "delete": { - "success": { - "title": "Esquema de cores excluído", - "description": "{scheme} excluído com sucesso" - }, - "error": { - "title": "Falha ao excluir", - "description": "Falha ao excluir {scheme}" - } - }, "title": "Esquema de cores" }, "control-center": { diff --git a/Assets/Translations/ru.json b/Assets/Translations/ru.json index 8faca6b9..c0fb0d89 100644 --- a/Assets/Translations/ru.json +++ b/Assets/Translations/ru.json @@ -399,7 +399,9 @@ "tooltip": "Открыть календарь" }, "context-menu": { + "activate-app": "Активировать {app}", "clear-history": "Очистить историю", + "close-app": "Закрыть {app}", "cycle-visualizer": "Визуализатор циклов", "disable-bluetooth": "Отключить Bluetooth", "disable-dnd": "Отключить режим \"Не беспокоить\"", @@ -416,6 +418,7 @@ "pause": "Пауза", "play": "Играть", "previous": "Предыдущий", + "random-wallpaper": "Случайные обои", "toggle-mute": "Включить/выключить звук", "widget-settings": "Настройки виджета" }, @@ -910,6 +913,41 @@ "label": "Темный режим" } }, + "delete": { + "error": { + "description": "Не удалось удалить {scheme}", + "title": "Ошибка удаления" + }, + "success": { + "description": "{scheme} успешно удалена", + "title": "Цветовая схема удалена" + } + }, + "download": { + "button": "Загрузить ещё", + "delete": "Удалить", + "download": "Загрузить", + "downloading": "Загрузка...", + "empty": "Нет доступных цветовых схем", + "error": { + "api-error": "Ошибка API: {status}", + "description": "Не удалось загрузить {scheme}", + "download-failed": "Ошибка загрузки с кодом выхода: {code}", + "invalid-response": "Неверный формат ответа API", + "no-files": "Файлы для схемы не найдены", + "parse-failed": "Ошибка парсинга ответа API: {error}", + "rate-limit": "Превышен лимит запросов GitHub API", + "title": "Ошибка загрузки" + }, + "fetching": "Получение доступных цветовых схем...", + "installed": "Установлено", + "refresh": "Обновить", + "success": { + "description": "{scheme} успешно загружена", + "title": "Цветовая схема загружена" + }, + "title": "Загрузить цветовые схемы" + }, "predefined": { "generate-templates": { "description": "Генерировать шаблоны Matugen (GTK, темы терминала и т. д.) при использовании предопределенных цветовых схем.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Загрузить ещё", - "title": "Загрузить цветовые схемы", - "fetching": "Получение доступных цветовых схем...", - "empty": "Нет доступных цветовых схем", - "refresh": "Обновить", - "download": "Загрузить", - "downloading": "Загрузка...", - "delete": "Удалить", - "installed": "Установлено", - "success": { - "title": "Цветовая схема загружена", - "description": "{scheme} успешно загружена" - }, - "error": { - "title": "Ошибка загрузки", - "description": "Не удалось загрузить {scheme}", - "invalid-response": "Неверный формат ответа API", - "parse-failed": "Ошибка парсинга ответа API: {error}", - "rate-limit": "Превышен лимит запросов GitHub API", - "api-error": "Ошибка API: {status}", - "no-files": "Файлы для схемы не найдены", - "download-failed": "Ошибка загрузки с кодом выхода: {code}" - } - }, - "delete": { - "success": { - "title": "Цветовая схема удалена", - "description": "{scheme} успешно удалена" - }, - "error": { - "title": "Ошибка удаления", - "description": "Не удалось удалить {scheme}" - } - }, "title": "Цветовая схема" }, "control-center": { diff --git a/Assets/Translations/tr.json b/Assets/Translations/tr.json index 12811b8a..55088cb7 100644 --- a/Assets/Translations/tr.json +++ b/Assets/Translations/tr.json @@ -399,7 +399,9 @@ "tooltip": "Takvimi aç" }, "context-menu": { + "activate-app": "{app}'i etkinleştir", "clear-history": "Geçmişi temizle", + "close-app": "{app}'i kapat", "cycle-visualizer": "Döngü görselleştirici", "disable-bluetooth": "Bluetooth'u kapat", "disable-dnd": "Rahatsız Etmeyin'i Kapat", @@ -416,6 +418,7 @@ "pause": "Duraklat", "play": "Oyna", "previous": "Önceki", + "random-wallpaper": "Rastgele duvar kağıdı", "toggle-mute": "Sesi kapat/aç", "widget-settings": "Araç ayarları" }, @@ -910,6 +913,41 @@ "label": "Koyu mod" } }, + "delete": { + "error": { + "description": "{scheme} silinemedi", + "title": "Silme başarısız" + }, + "success": { + "description": "{scheme} başarıyla silindi", + "title": "Renk şeması silindi" + } + }, + "download": { + "button": "Daha fazla indir", + "delete": "Sil", + "download": "İndir", + "downloading": "İndiriliyor...", + "empty": "Mevcut renk şeması yok", + "error": { + "api-error": "API hatası: {status}", + "description": "{scheme} indirilemedi", + "download-failed": "İndirme başarısız, çıkış kodu: {code}", + "invalid-response": "Geçersiz API yanıt formatı", + "no-files": "Şema için dosya bulunamadı", + "parse-failed": "API yanıtı ayrıştırılamadı: {error}", + "rate-limit": "GitHub API hız sınırı aşıldı", + "title": "İndirme başarısız" + }, + "fetching": "Mevcut renk şemaları alınıyor...", + "installed": "Yüklü", + "refresh": "Yenile", + "success": { + "description": "{scheme} başarıyla indirildi", + "title": "Renk şeması indirildi" + }, + "title": "Renk şemalarını indir" + }, "predefined": { "generate-templates": { "description": "Önceden tanımlanmış renk şemaları kullanırken Matugen şablonları (GTK, terminal temaları vb.) oluşturun.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Daha fazla indir", - "title": "Renk şemalarını indir", - "fetching": "Mevcut renk şemaları alınıyor...", - "empty": "Mevcut renk şeması yok", - "refresh": "Yenile", - "download": "İndir", - "downloading": "İndiriliyor...", - "delete": "Sil", - "installed": "Yüklü", - "success": { - "title": "Renk şeması indirildi", - "description": "{scheme} başarıyla indirildi" - }, - "error": { - "title": "İndirme başarısız", - "description": "{scheme} indirilemedi", - "invalid-response": "Geçersiz API yanıt formatı", - "parse-failed": "API yanıtı ayrıştırılamadı: {error}", - "rate-limit": "GitHub API hız sınırı aşıldı", - "api-error": "API hatası: {status}", - "no-files": "Şema için dosya bulunamadı", - "download-failed": "İndirme başarısız, çıkış kodu: {code}" - } - }, - "delete": { - "success": { - "title": "Renk şeması silindi", - "description": "{scheme} başarıyla silindi" - }, - "error": { - "title": "Silme başarısız", - "description": "{scheme} silinemedi" - } - }, "title": "Renk şeması" }, "control-center": { diff --git a/Assets/Translations/uk-UA.json b/Assets/Translations/uk-UA.json index a0b44010..664d4916 100644 --- a/Assets/Translations/uk-UA.json +++ b/Assets/Translations/uk-UA.json @@ -399,7 +399,9 @@ "tooltip": "Відкрити календар" }, "context-menu": { + "activate-app": "Активувати {app}", "clear-history": "Очистити історію", + "close-app": "Закрити {app}", "cycle-visualizer": "Візуалізатор циклів", "disable-bluetooth": "Вимкнути Bluetooth", "disable-dnd": "Вимкнути режим \"Не турбувати\"", @@ -416,6 +418,7 @@ "pause": "Пауза", "play": "Грати", "previous": "Попередній", + "random-wallpaper": "Випадкові шпалери", "toggle-mute": "Увімкнути/вимкнути звук", "widget-settings": "Налаштування віджета" }, @@ -910,6 +913,41 @@ "label": "Темний режим" } }, + "delete": { + "error": { + "description": "Не вдалося видалити {scheme}", + "title": "Помилка видалення" + }, + "success": { + "description": "{scheme} успішно видалено", + "title": "Кольорову схему видалено" + } + }, + "download": { + "button": "Завантажити ще", + "delete": "Видалити", + "download": "Завантажити", + "downloading": "Завантаження...", + "empty": "Немає доступних кольорових схем", + "error": { + "api-error": "Помилка API: {status}", + "description": "Не вдалося завантажити {scheme}", + "download-failed": "Помилка завантаження з кодом виходу: {code}", + "invalid-response": "Невірний формат відповіді API", + "no-files": "Файли для схеми не знайдено", + "parse-failed": "Помилка парсингу відповіді API: {error}", + "rate-limit": "Перевищено ліміт запитів GitHub API", + "title": "Помилка завантаження" + }, + "fetching": "Отримання доступних кольорових схем...", + "installed": "Встановлено", + "refresh": "Оновити", + "success": { + "description": "{scheme} успішно завантажено", + "title": "Кольорову схему завантажено" + }, + "title": "Завантажити кольорові схеми" + }, "predefined": { "generate-templates": { "description": "Генерувати шаблони Matugen (GTK, теми терміналу тощо) при використанні попередньо визначених колірних схем.", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "Завантажити ще", - "title": "Завантажити кольорові схеми", - "fetching": "Отримання доступних кольорових схем...", - "empty": "Немає доступних кольорових схем", - "refresh": "Оновити", - "download": "Завантажити", - "downloading": "Завантаження...", - "delete": "Видалити", - "installed": "Встановлено", - "success": { - "title": "Кольорову схему завантажено", - "description": "{scheme} успішно завантажено" - }, - "error": { - "title": "Помилка завантаження", - "description": "Не вдалося завантажити {scheme}", - "invalid-response": "Невірний формат відповіді API", - "parse-failed": "Помилка парсингу відповіді API: {error}", - "rate-limit": "Перевищено ліміт запитів GitHub API", - "api-error": "Помилка API: {status}", - "no-files": "Файли для схеми не знайдено", - "download-failed": "Помилка завантаження з кодом виходу: {code}" - } - }, - "delete": { - "success": { - "title": "Кольорову схему видалено", - "description": "{scheme} успішно видалено" - }, - "error": { - "title": "Помилка видалення", - "description": "Не вдалося видалити {scheme}" - } - }, "title": "Колірна схема" }, "control-center": { diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 07559f3f..9346021b 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -399,7 +399,9 @@ "tooltip": "打开日历" }, "context-menu": { + "activate-app": "激活 {app}", "clear-history": "清除历史记录", + "close-app": "关闭 {app}", "cycle-visualizer": "周期可视化工具", "disable-bluetooth": "禁用蓝牙", "disable-dnd": "关闭勿扰模式", @@ -416,6 +418,7 @@ "pause": "暂停", "play": "玩", "previous": "上一个", + "random-wallpaper": "随机壁纸", "toggle-mute": "切换静音", "widget-settings": "小部件设置" }, @@ -910,6 +913,41 @@ "label": "深色模式" } }, + "delete": { + "error": { + "description": "删除 {scheme} 失败", + "title": "删除失败" + }, + "success": { + "description": "成功删除 {scheme}", + "title": "配色方案已删除" + } + }, + "download": { + "button": "下载更多", + "delete": "删除", + "download": "下载", + "downloading": "正在下载...", + "empty": "没有可用的配色方案", + "error": { + "api-error": "API 错误: {status}", + "description": "下载 {scheme} 失败", + "download-failed": "下载失败,退出代码: {code}", + "invalid-response": "无效的 API 响应格式", + "no-files": "未找到方案的文件", + "parse-failed": "解析 API 响应失败: {error}", + "rate-limit": "GitHub API 速率限制已超出", + "title": "下载失败" + }, + "fetching": "正在获取可用的配色方案...", + "installed": "已安装", + "refresh": "刷新", + "success": { + "description": "成功下载 {scheme}", + "title": "配色方案已下载" + }, + "title": "下载配色方案" + }, "predefined": { "generate-templates": { "description": "使用预定义配色方案时生成 Matugen 模板(GTK、终端主题等)。", @@ -1003,41 +1041,6 @@ } } }, - "download": { - "button": "下载更多", - "title": "下载配色方案", - "fetching": "正在获取可用的配色方案...", - "empty": "没有可用的配色方案", - "refresh": "刷新", - "download": "下载", - "downloading": "正在下载...", - "delete": "删除", - "installed": "已安装", - "success": { - "title": "配色方案已下载", - "description": "成功下载 {scheme}" - }, - "error": { - "title": "下载失败", - "description": "下载 {scheme} 失败", - "invalid-response": "无效的 API 响应格式", - "parse-failed": "解析 API 响应失败: {error}", - "rate-limit": "GitHub API 速率限制已超出", - "api-error": "API 错误: {status}", - "no-files": "未找到方案的文件", - "download-failed": "下载失败,退出代码: {code}" - } - }, - "delete": { - "success": { - "title": "配色方案已删除", - "description": "成功删除 {scheme}" - }, - "error": { - "title": "删除失败", - "description": "删除 {scheme} 失败" - } - }, "title": "配色方案" }, "control-center": {