mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n
This commit is contained in:
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Kalender öffnen"
|
||||
},
|
||||
"common": {
|
||||
"add": "Hinzufügen",
|
||||
"apply": "Anwenden",
|
||||
"cancel": "Abbrechen",
|
||||
"close": "Schließen",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "{app} aktivieren",
|
||||
"clear-history": "Verlauf löschen",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Plugins aus konfigurierten Quellen durchsuchen und installieren.",
|
||||
"label": "Verfügbare Plugins",
|
||||
"no-plugins-description": "Überprüfen Sie Ihre Plugin-Quellen oder aktualisieren Sie die Liste.",
|
||||
"no-plugins-label": "Keine Plugins verfügbar"
|
||||
},
|
||||
"filter": {
|
||||
"all": "Alle",
|
||||
"downloaded": "Heruntergeladen",
|
||||
"not-downloaded": "Nicht heruntergeladen"
|
||||
},
|
||||
"install": "Installieren",
|
||||
"install-error": "Installation fehlgeschlagen: {error}",
|
||||
"install-success": "{plugin} erfolgreich installiert",
|
||||
"installed": {
|
||||
"description": "Alle lokal installierten Plugins verwalten und konfigurieren.",
|
||||
"label": "Installierte Plugins",
|
||||
"no-plugins-description": "Installieren Sie Plugins aus dem Abschnitt \"Verfügbare Plugins\" unten.",
|
||||
"no-plugins-label": "Keine Plugins installiert"
|
||||
},
|
||||
"installing": "{Plugin} wird installiert...",
|
||||
"plugin-settings-title": "{plugin} Einstellungen",
|
||||
"refresh": {
|
||||
"refreshing": "Aktualisiere Plugin-Liste...",
|
||||
"tooltip": "Verfügbare Plugins aktualisieren"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Plugin-Einstellungen"
|
||||
},
|
||||
"settings-error-not-loaded": "Plugin nicht geladen",
|
||||
"settings-saved": "Plugin-Einstellungen gespeichert",
|
||||
"sources": {
|
||||
"add-custom": "Benutzerdefiniertes Repository hinzufügen",
|
||||
"add-dialog": {
|
||||
"description": "Ein GitHub-Repository als Plugin-Quelle hinzufügen.",
|
||||
"error": "Fehler beim Hinzufügen der Plugin-Quelle",
|
||||
"name": "Repository-Name",
|
||||
"success": "Plugin-Quelle erfolgreich hinzugefügt",
|
||||
"title": "Plugin-Quelle hinzufügen",
|
||||
"url": "Repository-URL"
|
||||
},
|
||||
"description": "Plugin-Repositories verwalten, von denen Plugins heruntergeladen werden.",
|
||||
"label": "Plugin-Quellen",
|
||||
"remove": {
|
||||
"tooltip": "Plugin-Quelle entfernen"
|
||||
}
|
||||
},
|
||||
"title": "Plugins",
|
||||
"uninstall": "Deinstallieren",
|
||||
"uninstall-dialog": {
|
||||
"description": "Sind Sie sicher, dass Sie {plugin} deinstallieren möchten? Dadurch werden alle Plugin-Daten entfernt.",
|
||||
"title": "Plugin deinstallieren"
|
||||
},
|
||||
"uninstall-error": "Deinstallation fehlgeschlagen: {error}",
|
||||
"uninstall-success": "{plugin} wurde erfolgreich deinstalliert.",
|
||||
"uninstalling": "{Plugin} wird deinstalliert..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
+15
-15
@@ -3,13 +3,6 @@
|
||||
"error": "Authentication error",
|
||||
"failed": "Authentication failed"
|
||||
},
|
||||
"common": {
|
||||
"add": "Add",
|
||||
"cancel": "Cancel",
|
||||
"apply": "Apply",
|
||||
"save": "Save",
|
||||
"close": "Close"
|
||||
},
|
||||
"bar": {
|
||||
"widget-settings": {
|
||||
"active-window": {
|
||||
@@ -461,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Clock"
|
||||
},
|
||||
"common": {
|
||||
"add": "Add",
|
||||
"apply": "Apply",
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
"save": "Save"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Activate {app}",
|
||||
"clear-history": "Clear history",
|
||||
@@ -1750,17 +1750,11 @@
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"installed": {
|
||||
"description": "Manage and configure all locally installed plugins.",
|
||||
"label": "Installed plugins",
|
||||
"no-plugins-label": "No plugins installed",
|
||||
"no-plugins-description": "Install plugins from the Available Plugins section below."
|
||||
},
|
||||
"available": {
|
||||
"description": "Browse and install plugins from configured sources.",
|
||||
"label": "Available plugins",
|
||||
"no-plugins-label": "No plugins available",
|
||||
"no-plugins-description": "Check your plugin sources or refresh the list."
|
||||
"no-plugins-description": "Check your plugin sources or refresh the list.",
|
||||
"no-plugins-label": "No plugins available"
|
||||
},
|
||||
"filter": {
|
||||
"all": "All",
|
||||
@@ -1770,6 +1764,12 @@
|
||||
"install": "Install",
|
||||
"install-error": "Failed to install: {error}",
|
||||
"install-success": "Successfully installed {plugin}",
|
||||
"installed": {
|
||||
"description": "Manage and configure all locally installed plugins.",
|
||||
"label": "Installed plugins",
|
||||
"no-plugins-description": "Install plugins from the Available Plugins section below.",
|
||||
"no-plugins-label": "No plugins installed"
|
||||
},
|
||||
"installing": "Installing {plugin}...",
|
||||
"plugin-settings-title": "{plugin} Settings",
|
||||
"refresh": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Abrir calendario"
|
||||
},
|
||||
"common": {
|
||||
"add": "Añadir",
|
||||
"apply": "Aplicar",
|
||||
"cancel": "Cancelar",
|
||||
"close": "Cerrar",
|
||||
"save": "Guardar"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Activar {app}",
|
||||
"clear-history": "Borrar historial",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Navegar e instalar plugins desde fuentes configuradas.",
|
||||
"label": "Plugins disponibles",
|
||||
"no-plugins-description": "Comprueba las fuentes de tu plugin o actualiza la lista.",
|
||||
"no-plugins-label": "No hay plugins disponibles."
|
||||
},
|
||||
"filter": {
|
||||
"all": "Todo",
|
||||
"downloaded": "Descargado",
|
||||
"not-downloaded": "No descargado"
|
||||
},
|
||||
"install": "Instalar",
|
||||
"install-error": "Error al instalar: {error}",
|
||||
"install-success": "Se instaló {plugin} correctamente.",
|
||||
"installed": {
|
||||
"description": "Gestiona y configura todos los plugins instalados localmente.",
|
||||
"label": "Plugins instalados",
|
||||
"no-plugins-description": "Instale los plugins de la sección Plugins disponibles que se muestra a continuación.",
|
||||
"no-plugins-label": "No hay plugins instalados."
|
||||
},
|
||||
"installing": "Instalando {plugin}...",
|
||||
"plugin-settings-title": "Ajustes de {plugin}",
|
||||
"refresh": {
|
||||
"refreshing": "Actualizando la lista de plugins...",
|
||||
"tooltip": "Actualizar plugins disponibles"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Ajustes del plugin"
|
||||
},
|
||||
"settings-error-not-loaded": "Plugin no cargado",
|
||||
"settings-saved": "Ajustes del plugin guardados",
|
||||
"sources": {
|
||||
"add-custom": "Añadir repositorio personalizado",
|
||||
"add-dialog": {
|
||||
"description": "Añadir un repositorio de GitHub como fuente de plugin.",
|
||||
"error": "Error al agregar la fuente del plugin",
|
||||
"name": "Nombre del repositorio",
|
||||
"success": "Fuente del plugin añadida con éxito",
|
||||
"title": "Añadir fuente del plugin",
|
||||
"url": "URL del repositorio"
|
||||
},
|
||||
"description": "Gestionar los repositorios de plugins desde donde se descargan los plugins.",
|
||||
"label": "Fuentes del plugin",
|
||||
"remove": {
|
||||
"tooltip": "Eliminar fuente del plugin"
|
||||
}
|
||||
},
|
||||
"title": "Plugins",
|
||||
"uninstall": "Desinstalar",
|
||||
"uninstall-dialog": {
|
||||
"description": "¿Está seguro de que quiere desinstalar {plugin}? Esto eliminará todos los datos del plugin.",
|
||||
"title": "Desinstalar plugin"
|
||||
},
|
||||
"uninstall-error": "Error al desinstalar: {error}",
|
||||
"uninstall-success": "{plugin} desinstalado correctamente",
|
||||
"uninstalling": "Desinstalando {plugin}..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Ouvrir le calendrier"
|
||||
},
|
||||
"common": {
|
||||
"add": "Ajouter",
|
||||
"apply": "Postuler",
|
||||
"cancel": "Annuler",
|
||||
"close": "Fermer",
|
||||
"save": "Enregistrer"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Activer {app}",
|
||||
"clear-history": "Effacer l'historique",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Parcourir et installer des plugins à partir des sources configurées.",
|
||||
"label": "Plugins disponibles",
|
||||
"no-plugins-description": "Vérifiez les sources de vos plugins ou actualisez la liste.",
|
||||
"no-plugins-label": "Aucun plugin disponible."
|
||||
},
|
||||
"filter": {
|
||||
"all": "Tout",
|
||||
"downloaded": "Téléchargé",
|
||||
"not-downloaded": "Non téléchargé"
|
||||
},
|
||||
"install": "Installer",
|
||||
"install-error": "Échec de l'installation : {error}",
|
||||
"install-success": "Installation de {plugin} réussie.",
|
||||
"installed": {
|
||||
"description": "Gérer et configurer tous les plugins installés localement.",
|
||||
"label": "Plugins installés",
|
||||
"no-plugins-description": "Installez les extensions depuis la section Extensions disponibles ci-dessous.",
|
||||
"no-plugins-label": "Aucun plugin installé"
|
||||
},
|
||||
"installing": "Installation de {plugin}...",
|
||||
"plugin-settings-title": "Paramètres de {plugin}",
|
||||
"refresh": {
|
||||
"refreshing": "Actualisation de la liste des plugins...",
|
||||
"tooltip": "Actualiser les extensions disponibles"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Paramètres du plugin"
|
||||
},
|
||||
"settings-error-not-loaded": "Plugin non chargé",
|
||||
"settings-saved": "Paramètres du plugin enregistrés",
|
||||
"sources": {
|
||||
"add-custom": "Ajouter un dépôt personnalisé",
|
||||
"add-dialog": {
|
||||
"description": "Ajouter un dépôt GitHub comme source de plugin.",
|
||||
"error": "Échec de l'ajout de la source du plugin.",
|
||||
"name": "Nom du dépôt",
|
||||
"success": "Source du plugin ajoutée avec succès.",
|
||||
"title": "Ajouter la source du plugin",
|
||||
"url": "URL du dépôt"
|
||||
},
|
||||
"description": "Gérer les dépôts de plugins à partir desquels les plugins sont téléchargés.",
|
||||
"label": "Sources du plugin",
|
||||
"remove": {
|
||||
"tooltip": "Supprimer la source du plugin"
|
||||
}
|
||||
},
|
||||
"title": "Modules d'extension",
|
||||
"uninstall": "Désinstaller",
|
||||
"uninstall-dialog": {
|
||||
"description": "Êtes-vous sûr de vouloir désinstaller {plugin} ? Cette action supprimera toutes les données du plugin.",
|
||||
"title": "Désinstaller le plugin"
|
||||
},
|
||||
"uninstall-error": "Échec de la désinstallation : {error}",
|
||||
"uninstall-success": "{plugin} a été désinstallé(e) avec succès.",
|
||||
"uninstalling": "Désinstallation de {plugin}..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "カレンダーを開く"
|
||||
},
|
||||
"common": {
|
||||
"add": "追加",
|
||||
"apply": "適用",
|
||||
"cancel": "キャンセル",
|
||||
"close": "閉じる",
|
||||
"save": "保存"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "{app} をアクティブにする",
|
||||
"clear-history": "履歴を削除する",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "構成されたソースからプラグインをブラウズしてインストールします。",
|
||||
"label": "利用できるプラグイン",
|
||||
"no-plugins-description": "プラグインのソースを確認するか、リストを更新してください。",
|
||||
"no-plugins-label": "利用できるプラグインはありません"
|
||||
},
|
||||
"filter": {
|
||||
"all": "すべて",
|
||||
"downloaded": "ダウンロード済み",
|
||||
"not-downloaded": "ダウンロードされていません"
|
||||
},
|
||||
"install": "インストール",
|
||||
"install-error": "インストールに失敗しました: {error}",
|
||||
"install-success": "{plugin} のインストールに成功しました。",
|
||||
"installed": {
|
||||
"description": "ローカルにインストールされたすべてのプラグインを管理および設定します。",
|
||||
"label": "インストール済みプラグイン",
|
||||
"no-plugins-description": "下の利用可能なプラグインのセクションからプラグインをインストールしてください。",
|
||||
"no-plugins-label": "プラグインはインストールされていません。"
|
||||
},
|
||||
"installing": "{plugin} をインストール中...",
|
||||
"plugin-settings-title": "{plugin} 設定",
|
||||
"refresh": {
|
||||
"refreshing": "プラグインリストを更新中...",
|
||||
"tooltip": "利用可能なプラグインを更新"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "プラグイン設定"
|
||||
},
|
||||
"settings-error-not-loaded": "プラグインはロードされませんでした。",
|
||||
"settings-saved": "プラグイン設定を保存しました。",
|
||||
"sources": {
|
||||
"add-custom": "カスタムリポジトリを追加",
|
||||
"add-dialog": {
|
||||
"description": "GitHubリポジトリをプラグインソースとして追加する。",
|
||||
"error": "プラグインソースの追加に失敗しました",
|
||||
"name": "リポジトリ名",
|
||||
"success": "プラグインソースが正常に追加されました。",
|
||||
"title": "プラグインソースを追加",
|
||||
"url": "リポジトリのURL"
|
||||
},
|
||||
"description": "プラグインのダウンロード元となるプラグインリポジトリを管理します。",
|
||||
"label": "プラグインのソース",
|
||||
"remove": {
|
||||
"tooltip": "プラグインソースを削除"
|
||||
}
|
||||
},
|
||||
"title": "プラグイン",
|
||||
"uninstall": "アンインストール",
|
||||
"uninstall-dialog": {
|
||||
"description": "{plugin} をアンインストールしてもよろしいですか?プラグインのデータはすべて削除されます。",
|
||||
"title": "プラグインをアンインストールする"
|
||||
},
|
||||
"uninstall-error": "アンインストールに失敗しました: {error}",
|
||||
"uninstall-success": "{plugin} のアンインストールに成功しました。",
|
||||
"uninstalling": "{plugin} をアンインストールしています..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Kalender openen"
|
||||
},
|
||||
"common": {
|
||||
"add": "Toevoegen",
|
||||
"apply": "Toepassen",
|
||||
"cancel": "Annuleren",
|
||||
"close": "Sluiten",
|
||||
"save": "Opslaan"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Activeer {app}",
|
||||
"clear-history": "Geschiedenis wissen",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Blader door en installeer plugins vanuit geconfigureerde bronnen.",
|
||||
"label": "Beschikbare plug-ins",
|
||||
"no-plugins-description": "Controleer je plugin-bronnen of vernieuw de lijst.",
|
||||
"no-plugins-label": "Geen plug-ins beschikbaar"
|
||||
},
|
||||
"filter": {
|
||||
"all": "Alles",
|
||||
"downloaded": "Gedownload",
|
||||
"not-downloaded": "Niet gedownload"
|
||||
},
|
||||
"install": "Installeren",
|
||||
"install-error": "Installatie mislukt: {error}",
|
||||
"install-success": "{plugin} succesvol geïnstalleerd",
|
||||
"installed": {
|
||||
"description": "Beheer en configureer alle lokaal geïnstalleerde plugins.",
|
||||
"label": "Geïnstalleerde plug-ins",
|
||||
"no-plugins-description": "Installeer plugins uit de sectie Beschikbare plugins hieronder.",
|
||||
"no-plugins-label": "Geen plugins geïnstalleerd"
|
||||
},
|
||||
"installing": "{plugin} installeren...",
|
||||
"plugin-settings-title": "{plugin} Instellingen",
|
||||
"refresh": {
|
||||
"refreshing": "Pluginlijst vernieuwen...",
|
||||
"tooltip": "Beschikbare plugins vernieuwen"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Plugin instellingen"
|
||||
},
|
||||
"settings-error-not-loaded": "Plugin niet geladen",
|
||||
"settings-saved": "Plugininstellingen opgeslagen",
|
||||
"sources": {
|
||||
"add-custom": "Aangepaste repository toevoegen",
|
||||
"add-dialog": {
|
||||
"description": "Voeg een GitHub repository toe als een pluginbron.",
|
||||
"error": "Pluginbron toevoegen mislukt",
|
||||
"name": "Repositorynaam",
|
||||
"success": "Pluginbron succesvol toegevoegd",
|
||||
"title": "Pluginbron toevoegen",
|
||||
"url": "Repository URL"
|
||||
},
|
||||
"description": "Beheer plugin-repositories vanwaar plugins worden gedownload.",
|
||||
"label": "Pluginbronnen",
|
||||
"remove": {
|
||||
"tooltip": "Pluginbron verwijderen"
|
||||
}
|
||||
},
|
||||
"title": "Plugins",
|
||||
"uninstall": "Verwijderen",
|
||||
"uninstall-dialog": {
|
||||
"description": "Weet je zeker dat je {plugin} wilt verwijderen? Hiermee worden alle plugin-gegevens verwijderd.",
|
||||
"title": "Plugin verwijderen"
|
||||
},
|
||||
"uninstall-error": "Verwijderen mislukt: {error}",
|
||||
"uninstall-success": "{plugin} is succesvol verwijderd.",
|
||||
"uninstalling": "{plugin} verwijderen..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Abrir calendário"
|
||||
},
|
||||
"common": {
|
||||
"add": "Adicionar",
|
||||
"apply": "Aplicar",
|
||||
"cancel": "Cancelar",
|
||||
"close": "Fechar",
|
||||
"save": "Salvar"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Ativar {app}",
|
||||
"clear-history": "Limpar histórico",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Navegue e instale plugins a partir de fontes configuradas.",
|
||||
"label": "Plugins disponíveis",
|
||||
"no-plugins-description": "Verifique as fontes do seu plugin ou atualize a lista.",
|
||||
"no-plugins-label": "Nenhum plugin disponível."
|
||||
},
|
||||
"filter": {
|
||||
"all": "Tudo",
|
||||
"downloaded": "Baixado",
|
||||
"not-downloaded": "Não Baixado"
|
||||
},
|
||||
"install": "Instalar",
|
||||
"install-error": "Falha ao instalar: {error}",
|
||||
"install-success": "{plugin} instalado com sucesso.",
|
||||
"installed": {
|
||||
"description": "Gerenciar e configurar todos os plugins instalados localmente.",
|
||||
"label": "Plugins instalados",
|
||||
"no-plugins-description": "Instale os plugins da seção Plugins Disponíveis abaixo.",
|
||||
"no-plugins-label": "Nenhum plugin instalado"
|
||||
},
|
||||
"installing": "Instalando {plugin}...",
|
||||
"plugin-settings-title": "Configurações do {plugin}",
|
||||
"refresh": {
|
||||
"refreshing": "Atualizando a lista de plugins...",
|
||||
"tooltip": "Atualizar plugins disponíveis"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Configurações do plugin"
|
||||
},
|
||||
"settings-error-not-loaded": "Plugin não carregado",
|
||||
"settings-saved": "Configurações do plugin salvas.",
|
||||
"sources": {
|
||||
"add-custom": "Adicionar repositório personalizado",
|
||||
"add-dialog": {
|
||||
"description": "Adicionar um repositório GitHub como fonte de plugin.",
|
||||
"error": "Falha ao adicionar a fonte do plugin.",
|
||||
"name": "Nome do repositório",
|
||||
"success": "Fonte do plugin adicionada com sucesso.",
|
||||
"title": "Adicionar fonte do plugin",
|
||||
"url": "URL do repositório"
|
||||
},
|
||||
"description": "Gerenciar repositórios de plugins de onde os plugins são baixados.",
|
||||
"label": "Fontes de plugins",
|
||||
"remove": {
|
||||
"tooltip": "Remover código fonte do plugin"
|
||||
}
|
||||
},
|
||||
"title": "Plugins",
|
||||
"uninstall": "Desinstalar",
|
||||
"uninstall-dialog": {
|
||||
"description": "Tem certeza de que deseja desinstalar {plugin}? Isso removerá todos os dados do plugin.",
|
||||
"title": "Desinstalar plugin"
|
||||
},
|
||||
"uninstall-error": "Falha ao desinstalar: {error}",
|
||||
"uninstall-success": "{plugin} desinstalado com sucesso",
|
||||
"uninstalling": "Desinstalando {plugin}..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Открыть календарь"
|
||||
},
|
||||
"common": {
|
||||
"add": "Добавить",
|
||||
"apply": "Применить",
|
||||
"cancel": "Отменить",
|
||||
"close": "Закрыть",
|
||||
"save": "Сохранить"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Активировать {app}",
|
||||
"clear-history": "Очистить историю",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Просмотр и установка плагинов из настроенных источников.",
|
||||
"label": "Доступные плагины",
|
||||
"no-plugins-description": "Проверьте исходники вашего плагина или обновите список.",
|
||||
"no-plugins-label": "Нет доступных плагинов."
|
||||
},
|
||||
"filter": {
|
||||
"all": "Всё",
|
||||
"downloaded": "Скачано",
|
||||
"not-downloaded": "Не загружено"
|
||||
},
|
||||
"install": "Установить",
|
||||
"install-error": "Не удалось установить: {error}",
|
||||
"install-success": "Успешно установлен {plugin}",
|
||||
"installed": {
|
||||
"description": "Управляйте и настраивайте все локально установленные плагины.",
|
||||
"label": "Установленные плагины",
|
||||
"no-plugins-description": "Установите плагины из раздела \"Доступные плагины\" ниже.",
|
||||
"no-plugins-label": "Нет установленных плагинов"
|
||||
},
|
||||
"installing": "Установка {plugin}...",
|
||||
"plugin-settings-title": "Настройки {plugin}",
|
||||
"refresh": {
|
||||
"refreshing": "Обновление списка плагинов...",
|
||||
"tooltip": "Обновить доступные плагины"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Настройки плагина"
|
||||
},
|
||||
"settings-error-not-loaded": "Плагин не загружен",
|
||||
"settings-saved": "Настройки плагина сохранены",
|
||||
"sources": {
|
||||
"add-custom": "Добавить пользовательский репозиторий",
|
||||
"add-dialog": {
|
||||
"description": "Добавить репозиторий GitHub в качестве источника плагинов.",
|
||||
"error": "Не удалось добавить источник плагина",
|
||||
"name": "Имя репозитория",
|
||||
"success": "Источник плагина успешно добавлен.",
|
||||
"title": "Добавить исходный код плагина",
|
||||
"url": "URL репозитория"
|
||||
},
|
||||
"description": "Управление репозиториями плагинов, из которых загружаются плагины.",
|
||||
"label": "Исходники плагинов",
|
||||
"remove": {
|
||||
"tooltip": "Удалить исходный код плагина"
|
||||
}
|
||||
},
|
||||
"title": "Плагины",
|
||||
"uninstall": "Удалить",
|
||||
"uninstall-dialog": {
|
||||
"description": "Вы уверены, что хотите удалить {plugin}? Это удалит все данные плагина.",
|
||||
"title": "Удалить плагин"
|
||||
},
|
||||
"uninstall-error": "Не удалось удалить: {error}",
|
||||
"uninstall-success": "{plugin} успешно удален.",
|
||||
"uninstalling": "Удаление {plugin}..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Takvimi aç"
|
||||
},
|
||||
"common": {
|
||||
"add": "Ekle",
|
||||
"apply": "Uygula",
|
||||
"cancel": "İptal",
|
||||
"close": "Kapat",
|
||||
"save": "Kaydet"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "{app}'i etkinleştir",
|
||||
"clear-history": "Geçmişi temizle",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Yapılandırılmış kaynaklardan eklentilere göz atın ve yükleyin.",
|
||||
"label": "Mevcut eklentiler",
|
||||
"no-plugins-description": "Eklenti kaynaklarınızı kontrol edin veya listeyi yenileyin.",
|
||||
"no-plugins-label": "Kullanılabilir eklenti yok"
|
||||
},
|
||||
"filter": {
|
||||
"all": "Tüm",
|
||||
"downloaded": "İndirildi",
|
||||
"not-downloaded": "İndirilmedi"
|
||||
},
|
||||
"install": "Yükle",
|
||||
"install-error": "Yükleme başarısız oldu: {error}",
|
||||
"install-success": "{plugin} başarıyla kuruldu",
|
||||
"installed": {
|
||||
"description": "Yerel olarak yüklenmiş tüm eklentileri yönetin ve yapılandırın.",
|
||||
"label": "Yüklü eklentiler",
|
||||
"no-plugins-description": "Aşağıdaki Mevcut Eklentiler bölümünden eklentileri kurun.",
|
||||
"no-plugins-label": "Eklenti kurulu değil"
|
||||
},
|
||||
"installing": "{eklenti} kuruluyor...",
|
||||
"plugin-settings-title": "{plugin} Ayarları",
|
||||
"refresh": {
|
||||
"refreshing": "Eklenti listesi yenileniyor...",
|
||||
"tooltip": "Mevcut eklentileri yenile"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Eklenti ayarları"
|
||||
},
|
||||
"settings-error-not-loaded": "Eklenti yüklenmedi",
|
||||
"settings-saved": "Eklenti ayarları kaydedildi.",
|
||||
"sources": {
|
||||
"add-custom": "Özel depo ekle",
|
||||
"add-dialog": {
|
||||
"description": "Bir GitHub deposunu eklenti kaynağı olarak ekle.",
|
||||
"error": "Eklenti kaynağı eklenemedi",
|
||||
"name": "Depo adı",
|
||||
"success": "Eklenti kaynağı başarıyla eklendi.",
|
||||
"title": "Eklenti kaynağı ekle",
|
||||
"url": "Depo URL'si"
|
||||
},
|
||||
"description": "Eklentilerin indirildiği eklenti depolarını yönetin.",
|
||||
"label": "Eklenti kaynakları",
|
||||
"remove": {
|
||||
"tooltip": "Eklenti kaynağını kaldır"
|
||||
}
|
||||
},
|
||||
"title": "Eklentiler",
|
||||
"uninstall": "Kaldır",
|
||||
"uninstall-dialog": {
|
||||
"description": "{plugin} eklentisini kaldırmak istediğinizden emin misiniz? Bu, tüm eklenti verilerini kaldıracaktır.",
|
||||
"title": "Eklentiyi kaldır"
|
||||
},
|
||||
"uninstall-error": "Kaldırma başarısız oldu: {error}",
|
||||
"uninstall-success": "{plugin} başarıyla kaldırıldı.",
|
||||
"uninstalling": "{plugin} kaldırılıyor..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "Відкрити календар"
|
||||
},
|
||||
"common": {
|
||||
"add": "Додати",
|
||||
"apply": "Подати заявку",
|
||||
"cancel": "Скасувати",
|
||||
"close": "Закрити",
|
||||
"save": "Зберегти"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "Активувати {app}",
|
||||
"clear-history": "Очистити історію",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "Переглядайте та встановлюйте плагіни з налаштованих джерел.",
|
||||
"label": "Доступні плагіни",
|
||||
"no-plugins-description": "Перевірте вихідні коди вашого плагіна або оновіть список.",
|
||||
"no-plugins-label": "Немає доступних плагінів"
|
||||
},
|
||||
"filter": {
|
||||
"all": "Все",
|
||||
"downloaded": "Завантажено",
|
||||
"not-downloaded": "Не завантажено"
|
||||
},
|
||||
"install": "Встановити",
|
||||
"install-error": "Не вдалося встановити: {error}",
|
||||
"install-success": "Успішно встановлено {plugin}",
|
||||
"installed": {
|
||||
"description": "Керуйте та налаштовуйте всі локально встановлені плагіни.",
|
||||
"label": "Встановлені плагіни",
|
||||
"no-plugins-description": "Встановіть плагіни з розділу \"Доступні плагіни\" нижче.",
|
||||
"no-plugins-label": "Немає встановлених плагінів"
|
||||
},
|
||||
"installing": "Встановлення {plugin}...",
|
||||
"plugin-settings-title": "Налаштування {plugin}",
|
||||
"refresh": {
|
||||
"refreshing": "Оновлення списку плагінів...",
|
||||
"tooltip": "Оновити доступні плагіни"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "Налаштування плагіна"
|
||||
},
|
||||
"settings-error-not-loaded": "Плагін не завантажено",
|
||||
"settings-saved": "Налаштування плагіна збережено",
|
||||
"sources": {
|
||||
"add-custom": "Додати власний репозиторій",
|
||||
"add-dialog": {
|
||||
"description": "Додати репозиторій GitHub як джерело плагінів.",
|
||||
"error": "Не вдалося додати джерело плагінів",
|
||||
"name": "Назва репозиторію",
|
||||
"success": "Джерело плагіна успішно додано",
|
||||
"title": "Додати джерело плагіна",
|
||||
"url": "URL репозиторію"
|
||||
},
|
||||
"description": "Керуйте репозиторіями плагінів, звідки завантажуються плагіни.",
|
||||
"label": "Джерела плагінів",
|
||||
"remove": {
|
||||
"tooltip": "Видалити джерело плагіна"
|
||||
}
|
||||
},
|
||||
"title": "Плагіни",
|
||||
"uninstall": "Видалити",
|
||||
"uninstall-dialog": {
|
||||
"description": "Ви впевнені, що хочете видалити {plugin}? Це призведе до видалення всіх даних плагіна.",
|
||||
"title": "Видалити плагін"
|
||||
},
|
||||
"uninstall-error": "Не вдалося видалити: {error}",
|
||||
"uninstall-success": "Успішно видалено {plugin}",
|
||||
"uninstalling": "Видалення {plugin}..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
@@ -454,6 +454,13 @@
|
||||
"clock": {
|
||||
"tooltip": "打开日历"
|
||||
},
|
||||
"common": {
|
||||
"add": "添加",
|
||||
"apply": "应用",
|
||||
"cancel": "取消",
|
||||
"close": "关闭",
|
||||
"save": "保存"
|
||||
},
|
||||
"context-menu": {
|
||||
"activate-app": "激活 {app}",
|
||||
"clear-history": "清除历史记录",
|
||||
@@ -1742,6 +1749,64 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"available": {
|
||||
"description": "浏览并安装来自已配置源的插件。",
|
||||
"label": "可用插件",
|
||||
"no-plugins-description": "检查你的插件源或刷新列表。",
|
||||
"no-plugins-label": "没有可用的插件"
|
||||
},
|
||||
"filter": {
|
||||
"all": "全部",
|
||||
"downloaded": "已下载",
|
||||
"not-downloaded": "未下载"
|
||||
},
|
||||
"install": "安装",
|
||||
"install-error": "安装失败:{error}",
|
||||
"install-success": "成功安装 {plugin}",
|
||||
"installed": {
|
||||
"description": "管理和配置所有本地安装的插件。",
|
||||
"label": "已安装插件",
|
||||
"no-plugins-description": "从下方“可用插件”部分安装插件。",
|
||||
"no-plugins-label": "未安装插件"
|
||||
},
|
||||
"installing": "正在安装 {plugin}...",
|
||||
"plugin-settings-title": "{插件} 设置",
|
||||
"refresh": {
|
||||
"refreshing": "正在刷新插件列表...",
|
||||
"tooltip": "刷新可用插件"
|
||||
},
|
||||
"settings": {
|
||||
"tooltip": "插件设置"
|
||||
},
|
||||
"settings-error-not-loaded": "插件未加载",
|
||||
"settings-saved": "插件设置已保存",
|
||||
"sources": {
|
||||
"add-custom": "添加自定义存储库",
|
||||
"add-dialog": {
|
||||
"description": "添加一个 GitHub 仓库作为插件源。",
|
||||
"error": "无法添加插件源",
|
||||
"name": "仓库名称",
|
||||
"success": "插件源添加成功",
|
||||
"title": "添加插件源",
|
||||
"url": "仓库 URL"
|
||||
},
|
||||
"description": "管理插件仓库,插件从这些仓库下载。",
|
||||
"label": "插件源",
|
||||
"remove": {
|
||||
"tooltip": "移除插件源"
|
||||
}
|
||||
},
|
||||
"title": "插件",
|
||||
"uninstall": "卸载",
|
||||
"uninstall-dialog": {
|
||||
"description": "你确定要卸载 {plugin} 吗? 这将移除所有插件数据。",
|
||||
"title": "卸载插件"
|
||||
},
|
||||
"uninstall-error": "卸载失败:{error}",
|
||||
"uninstall-success": "成功卸载 {plugin}",
|
||||
"uninstalling": "正在卸载 {plugin}..."
|
||||
},
|
||||
"screen-recorder": {
|
||||
"audio": {
|
||||
"audio-codec": {
|
||||
|
||||
Reference in New Issue
Block a user