This commit is contained in:
Lemmy
2026-01-01 10:00:11 -05:00
parent 46b3601d0a
commit 7068275a58
14 changed files with 135 additions and 5 deletions
+10
View File
@@ -779,6 +779,10 @@
"hover": "Beim Hover Scrollen",
"never": "Nie Scrollen"
},
"session-menu-grid-layout": {
"grid": "Raster",
"single-row": "Einzelne Reihe"
},
"settings-panel-mode": {
"attached": "Panel an der Leiste angeheftet",
"centered": "Zentriertes Feld",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Keine Plugins installiert"
},
"installing": "{Plugin} wird installiert...",
"open-plugins-tab": "Plugin-Einstellungen öffnen",
"plugin-settings-title": "{plugin} Einstellungen",
"refresh": {
"refreshing": "Aktualisiere Plugin-Liste...",
@@ -2247,6 +2252,7 @@
"update-all": "Alle aktualisieren ({count})",
"update-all-success": "Alle Plugins wurden erfolgreich aktualisiert.",
"update-available": "{count} Plugin-Update(s) verfügbar",
"update-available_plural": "{count} Plugin-Aktualisierungen verfügbar",
"update-error": "Fehler beim Aktualisieren des Plugins: {plugin}: {error}",
"update-incompatible": "Benötigt Noctalia v{version} oder höher",
"update-success": "{plugin} wurde auf v{version} aktualisiert",
@@ -2354,6 +2360,10 @@
"label": "Allgemein"
}
},
"large-buttons-layout": {
"description": "Wählen Sie, wie die Sitzungsmenü-Schaltflächen angezeigt werden.",
"label": "Layout mit großen Schaltflächen"
},
"large-buttons-style": {
"description": "Das Sitzungsmenü mit großen Schaltflächen in einem Rasterlayout anzeigen.",
"label": "Stil: Große Schaltflächen"
+5 -5
View File
@@ -2206,6 +2206,7 @@
"no-plugins-label": "No plugins installed"
},
"installing": "Installing {plugin}...",
"open-plugins-tab": "Open plugins settings",
"plugin-settings-title": "{plugin} Settings",
"refresh": {
"refreshing": "Refreshing plugins list...",
@@ -2252,7 +2253,6 @@
"update-all-success": "All plugins updated successfully",
"update-available": "{count} plugin update available",
"update-available_plural": "{count} plugin updates available",
"open-plugins-tab": "Open plugins settings",
"update-error": "Failed to update plugin: {plugin}: {error}",
"update-incompatible": "Requires Noctalia v{version} or higher",
"update-success": "Updated {plugin} to v{version}",
@@ -2360,14 +2360,14 @@
"label": "General"
}
},
"large-buttons-style": {
"description": "Display the session menu with large buttons in a grid layout.",
"label": "Large buttons style"
},
"large-buttons-layout": {
"description": "Choose how session menu buttons are displayed.",
"label": "Large buttons layout"
},
"large-buttons-style": {
"description": "Display the session menu with large buttons in a grid layout.",
"label": "Large buttons style"
},
"position": {
"description": "Choose where the session menu panel appears when opened.",
"label": "Position"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Desplazar al Pasar",
"never": "Nunca Desplazar"
},
"session-menu-grid-layout": {
"grid": "Cuadrícula",
"single-row": "Fila única"
},
"settings-panel-mode": {
"attached": "Panel adjunto a la barra",
"centered": "Panel centrado",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "No hay plugins instalados."
},
"installing": "Instalando {plugin}...",
"open-plugins-tab": "Abrir la configuración de los plugins",
"plugin-settings-title": "Ajustes de {plugin}",
"refresh": {
"refreshing": "Actualizando la lista de plugins...",
@@ -2247,6 +2252,7 @@
"update-all": "Actualizar todo ({count})",
"update-all-success": "Todos los plugins se actualizaron correctamente.",
"update-available": "{count} actualización(es) de plugin(s) disponible(s)",
"update-available_plural": "{count} actualizaciones de plugins disponibles",
"update-error": "Error al actualizar el plugin: {plugin}: {error}",
"update-incompatible": "Requiere Noctalia v{version} o superior",
"update-success": "{plugin} actualizado a la versión {version}",
@@ -2354,6 +2360,10 @@
"label": "General"
}
},
"large-buttons-layout": {
"description": "Elige cómo se muestran los botones del menú de sesión.",
"label": "Diseño de botones grandes"
},
"large-buttons-style": {
"description": "Mostrar el menú de sesión con botones grandes en un diseño de cuadrícula.",
"label": "Estilo de botones grandes"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Défiler au Survol",
"never": "Ne Jamais Défiler"
},
"session-menu-grid-layout": {
"grid": "Grille",
"single-row": "Une seule rangée"
},
"settings-panel-mode": {
"attached": "Panneau attaché à la barre",
"centered": "Panneau centré",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Aucun plugin installé"
},
"installing": "Installation de {plugin}...",
"open-plugins-tab": "Ouvrir les paramètres des plugins",
"plugin-settings-title": "Paramètres de {plugin}",
"refresh": {
"refreshing": "Actualisation de la liste des plugins...",
@@ -2247,6 +2252,7 @@
"update-all": "Mettre à jour tout ({count})",
"update-all-success": "Tous les plugins ont été mis à jour avec succès.",
"update-available": "{count} mise(s) à jour de plugin(s) disponible(s)",
"update-available_plural": "{count} mises à jour d'extensions disponibles",
"update-error": "Échec de la mise à jour du plugin : {plugin} : {error}",
"update-incompatible": "Nécessite Noctalia v{version} ou une version ultérieure.",
"update-success": "Mise à jour du plugin {plugin} vers la version {version}.",
@@ -2354,6 +2360,10 @@
"label": "Général"
}
},
"large-buttons-layout": {
"description": "Choisissez comment les boutons du menu de session sont affichés.",
"label": "Disposition des grands boutons"
},
"large-buttons-style": {
"description": "Afficher le menu de session avec de grands boutons dans une disposition en grille.",
"label": "Style boutons larges"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Görgetés rámutatáskor",
"never": "Soha ne görgessen"
},
"session-menu-grid-layout": {
"grid": "Rács",
"single-row": "Egy sor"
},
"settings-panel-mode": {
"attached": "Panel a sávhoz rögzítve",
"centered": "Középre igazított panel",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Nincs telepített bővítmény"
},
"installing": "Telepítés: {plugin}...",
"open-plugins-tab": "Bővítmények beállításainak megnyitása",
"plugin-settings-title": "{plugin} beállításai",
"refresh": {
"refreshing": "Bővítmények listájának frissítése...",
@@ -2247,6 +2252,7 @@
"update-all": "Összes frissítése ({count})",
"update-all-success": "Minden bővítmény sikeresen frissítve",
"update-available": "{count} frissítés érhető el a bővítményekhez",
"update-available_plural": "{count} bővítményfrissítés érhető el",
"update-error": "Nem sikerült frissíteni a bővítményt: {plugin}: {error}",
"update-incompatible": "Noctalia v{version} vagy újabb szükséges",
"update-success": "A(z) {plugin} frissítve lett a v{version} verzióra",
@@ -2354,6 +2360,10 @@
"label": "Általános"
}
},
"large-buttons-layout": {
"description": "Válaszd ki, hogyan jelenjenek meg a munkamenü menügombjai.",
"label": "Nagy gombok elrendezése"
},
"large-buttons-style": {
"description": "A munkamenet menü megjelenítése nagy gombokkal, rácsos elrendezésben.",
"label": "Nagyméretű gombok stílusa"
+10
View File
@@ -779,6 +779,10 @@
"hover": "ホバー時にスクロール",
"never": "スクロールしない"
},
"session-menu-grid-layout": {
"grid": "グリッド",
"single-row": "単一行"
},
"settings-panel-mode": {
"attached": "バーに吸着",
"centered": "中央に配置",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "インストールされているプラグインはありません"
},
"installing": "{plugin} をインストール中...",
"open-plugins-tab": "プラグイン設定を開く",
"plugin-settings-title": "{plugin} の設定",
"refresh": {
"refreshing": "プラグインリストを更新中...",
@@ -2247,6 +2252,7 @@
"update-all": "すべてアップデート ({count})",
"update-all-success": "すべてのプラグインをアップデートしました。",
"update-available": "{count} 件のプラグインアップデートがあります",
"update-available_plural": "{count} 個のプラグインアップデートがあります",
"update-error": "プラグインのアップデートに失敗しました: {plugin}: {error}",
"update-incompatible": "Noctalia v{version} 以降が必要です。",
"update-success": "{plugin} を v{version} にアップデートしました。",
@@ -2354,6 +2360,10 @@
"label": "一般"
}
},
"large-buttons-layout": {
"description": "セッションメニューのボタンの表示方法を選択してください。",
"label": "大きなボタンのレイアウト"
},
"large-buttons-style": {
"description": "セッションメニューを、グリッド配置の大きなボタンで表示します。",
"label": "大きなボタンのスタイル"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Li ser gerandinê bigere",
"never": "Qet negere."
},
"session-menu-grid-layout": {
"grid": "Tor",
"single-row": "Yek Rêz"
},
"settings-panel-mode": {
"attached": "Panel bi bar ve girêdayî ye",
"centered": "Panela navendîkirî",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Tu pêvek nehatine sazkirin"
},
"installing": "Sazkirina {plugin}...",
"open-plugins-tab": "Vekirina mîhengên pêvekê",
"plugin-settings-title": "Sazkairyên {plugin}",
"refresh": {
"refreshing": "Lîsteya pêvekên nûvekirinê...",
@@ -2247,6 +2252,7 @@
"update-all": "Hemûyan Nû bike ({count})",
"update-all-success": "Hemû pêvek bi serkeftî hatin nûkirin",
"update-available": "Rojanekirinê {count} pêvekan heye",
"update-available_plural": "{count} nûkirinên pêvekê hene",
"update-error": "ڕێ ل نوو کرنەیا پلاکینێ هاتە گرتن: {plugin}: {error}",
"update-incompatible": "Pêdivî ye Noctalia v{version} an bilindtir",
"update-success": "{plugin} hate nûkirin bo v{version}.",
@@ -2354,6 +2360,10 @@
"label": "Giştî"
}
},
"large-buttons-layout": {
"description": "Çawa bişkokên menuya danişînê bên nîşandan hilbijêre.",
"label": "Rêzika bişkokên mezin"
},
"large-buttons-style": {
"description": "Pêşeka danişînê bi bişkokên mezin di şêweya grîd de nîşan bide.",
"label": "Şêwaza bişkokên mezin"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Scrollen bij hover",
"never": "Nooit scrollen"
},
"session-menu-grid-layout": {
"grid": "Raster",
"single-row": "Enkele rij"
},
"settings-panel-mode": {
"attached": "Paneel bevestigd aan de balk",
"centered": "Gecentreerd paneel",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Geen plugins geïnstalleerd"
},
"installing": "{plugin} installeren...",
"open-plugins-tab": "Open plugininstellingen",
"plugin-settings-title": "{plugin} Instellingen",
"refresh": {
"refreshing": "Pluginlijst vernieuwen...",
@@ -2247,6 +2252,7 @@
"update-all": "Alles bijwerken ({count})",
"update-all-success": "Alle plugins succesvol bijgewerkt",
"update-available": "{count} plugin(s) update(s) beschikbaar",
"update-available_plural": "{count} plugin updates beschikbaar",
"update-error": "Plugin bijwerken mislukt: {plugin}: {error}",
"update-incompatible": "Vereist Noctalia v{version} of hoger",
"update-success": "{plugin} is bijgewerkt naar v{version}",
@@ -2354,6 +2360,10 @@
"label": "Algemeen"
}
},
"large-buttons-layout": {
"description": "Kies hoe sessiemenuknoppen worden weergegeven.",
"label": "Lay-out met grote knoppen"
},
"large-buttons-style": {
"description": "Toon het sessiemenu met grote knoppen in een rasterindeling.",
"label": "Stijl met grote knoppen"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Przewijaj po najechaniu",
"never": "Nigdy nie przewijaj"
},
"session-menu-grid-layout": {
"grid": "Siatka",
"single-row": "Pojedynczy wiersz"
},
"settings-panel-mode": {
"attached": "Panel przypięty do paska",
"centered": "Panel wyśrodkowany",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Brak zainstalowanych wtyczek"
},
"installing": "Instalowanie {plugin}...",
"open-plugins-tab": "Otwórz ustawienia wtyczek",
"plugin-settings-title": "Ustawienia {plugin}",
"refresh": {
"refreshing": "Odświeżanie listy wtyczek...",
@@ -2247,6 +2252,7 @@
"update-all": "Aktualizuj wszystkie ({count})",
"update-all-success": "Wszystkie wtyczki zaktualizowane pomyślnie",
"update-available": "Dostępne aktualizacje dla {count} wtyczek",
"update-available_plural": "Dostępne aktualizacje wtyczek: {count}",
"update-error": "Błąd aktualizacji wtyczki {plugin}: {error}",
"update-incompatible": "Wymaga Noctalia v{version} lub nowszej",
"update-success": "Zaktualizowano {plugin} do v{version}",
@@ -2354,6 +2360,10 @@
"label": "Ogólne"
}
},
"large-buttons-layout": {
"description": "Wybierz sposób wyświetlania przycisków menu sesji.",
"label": "Układ z dużymi przyciskami"
},
"large-buttons-style": {
"description": "Wyświetlaj menu sesji z dużymi przyciskami w układzie siatki.",
"label": "Styl dużych przycisków"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Rolar ao Passar o Mouse",
"never": "Nunca Rolar"
},
"session-menu-grid-layout": {
"grid": "Grade",
"single-row": "Linha Única"
},
"settings-panel-mode": {
"attached": "Painel anexado à barra",
"centered": "Painel centralizado",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Nenhum plugin instalado"
},
"installing": "Instalando {plugin}...",
"open-plugins-tab": "Abrir configurações de plugins",
"plugin-settings-title": "Configurações do {plugin}",
"refresh": {
"refreshing": "Atualizando a lista de plugins...",
@@ -2247,6 +2252,7 @@
"update-all": "Atualizar Tudo ({count})",
"update-all-success": "Todos os plugins foram atualizados com sucesso.",
"update-available": "{count} atualização(ões) de plugin disponível(eis)",
"update-available_plural": "{count} atualizações de plugin disponíveis",
"update-error": "Falha ao atualizar o plugin: {plugin}: {error}",
"update-incompatible": "Requer Noctalia v{version} ou superior",
"update-success": "{plugin} atualizado para a versão {version}",
@@ -2354,6 +2360,10 @@
"label": "Geral"
}
},
"large-buttons-layout": {
"description": "Escolha como os botões do menu de sessão são exibidos.",
"label": "Layout de botões grandes"
},
"large-buttons-style": {
"description": "Exibir o menu de sessão com botões grandes em um layout de grade.",
"label": "Estilo de botões grandes"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Прокручивать при наведении",
"never": "Никогда не прокручивать"
},
"session-menu-grid-layout": {
"grid": "Сетка",
"single-row": "Один ряд"
},
"settings-panel-mode": {
"attached": "Панель прикреплена к панели",
"centered": "Центрированная панель",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Нет установленных плагинов"
},
"installing": "Установка {plugin}...",
"open-plugins-tab": "Открыть настройки плагинов",
"plugin-settings-title": "Настройки {plugin}",
"refresh": {
"refreshing": "Обновление списка плагинов...",
@@ -2247,6 +2252,7 @@
"update-all": "Обновить все ({count})",
"update-all-success": "Все плагины успешно обновлены.",
"update-available": "Доступно {count} обновлений плагинов",
"update-available_plural": "Доступно {count} обновлений плагинов",
"update-error": "Не удалось обновить плагин: {plugin}: {error}",
"update-incompatible": "Требуется Noctalia v{version} или выше",
"update-success": "Плагин {plugin} обновлён до версии {version}",
@@ -2354,6 +2360,10 @@
"label": "Общие"
}
},
"large-buttons-layout": {
"description": "Выберите способ отображения кнопок меню сеанса.",
"label": "Крупная раскладка кнопок"
},
"large-buttons-style": {
"description": "Отобразить меню сеанса с большими кнопками в виде сетки.",
"label": "Стиль \"крупные кнопки\""
+10
View File
@@ -779,6 +779,10 @@
"hover": "Üzerine Gelince Kaydır",
"never": "Asla Kaydırma"
},
"session-menu-grid-layout": {
"grid": "Izgara",
"single-row": "Tek Sıra"
},
"settings-panel-mode": {
"attached": "Panel çubuğa takılı",
"centered": "Ortalanmış panel",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Eklenti kurulu değil"
},
"installing": "{eklenti} kuruluyor...",
"open-plugins-tab": "Eklenti ayarlarına git",
"plugin-settings-title": "{plugin} Ayarları",
"refresh": {
"refreshing": "Eklenti listesi yenileniyor...",
@@ -2247,6 +2252,7 @@
"update-all": "Tümünü Güncelle ({count})",
"update-all-success": "Tüm eklentiler başarıyla güncellendi.",
"update-available": "{count} eklenti için güncelleme mevcut",
"update-available_plural": "{count} eklenti güncellemesi mevcut",
"update-error": "Eklenti güncellenemedi: {plugin}: {error}",
"update-incompatible": "Noctalia v{version} veya üzeri gerektirir.",
"update-success": "{plugin} v{version} sürümüne güncellendi",
@@ -2354,6 +2360,10 @@
"label": "Genel"
}
},
"large-buttons-layout": {
"description": "Oturum menüsü düğmelerinin nasıl görüntüleneceğini seçin.",
"label": "Büyük düğme düzeni"
},
"large-buttons-style": {
"description": "Oturum menüsünü büyük butonlarla ızgara düzeninde görüntüle.",
"label": "Büyük düğme stili"
+10
View File
@@ -779,6 +779,10 @@
"hover": "Прокручувати при наведенні",
"never": "Ніколи не прокручувати"
},
"session-menu-grid-layout": {
"grid": "Сітка",
"single-row": "Один рядок"
},
"settings-panel-mode": {
"attached": "Панель прикріплена до панелі",
"centered": "Центрована панель",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "Немає встановлених плагінів"
},
"installing": "Встановлення {plugin}...",
"open-plugins-tab": "Відкрити налаштування плагінів",
"plugin-settings-title": "Налаштування {plugin}",
"refresh": {
"refreshing": "Оновлення списку плагінів...",
@@ -2247,6 +2252,7 @@
"update-all": "Оновити все ({count})",
"update-all-success": "Усі плагіни успішно оновлено.",
"update-available": "Доступно оновлень для {count} плагінів",
"update-available_plural": "Доступно {count} оновлень плагінів",
"update-error": "Не вдалося оновити плагін: {plugin}: {error}",
"update-incompatible": "Потрібна Noctalia v{version} або вище",
"update-success": "Оновлено {plugin} до версії {version}",
@@ -2354,6 +2360,10 @@
"label": "Загальні"
}
},
"large-buttons-layout": {
"description": "Виберіть спосіб відображення кнопок меню сеансу.",
"label": "Розкладка з великими кнопками"
},
"large-buttons-style": {
"description": "Відобразити меню сеансу великими кнопками у вигляді сітки.",
"label": "Стиль великих кнопок"
+10
View File
@@ -779,6 +779,10 @@
"hover": "悬停时滚动",
"never": "从不滚动"
},
"session-menu-grid-layout": {
"grid": "网格",
"single-row": "单行"
},
"settings-panel-mode": {
"attached": "面板附加到工具栏",
"centered": "居中面板",
@@ -2202,6 +2206,7 @@
"no-plugins-label": "未安装插件"
},
"installing": "正在安装 {plugin}...",
"open-plugins-tab": "打开插件设置",
"plugin-settings-title": "{插件} 设置",
"refresh": {
"refreshing": "正在刷新插件列表...",
@@ -2247,6 +2252,7 @@
"update-all": "全部更新({count}",
"update-all-success": "所有插件已成功更新",
"update-available": "有{count}个插件可更新",
"update-available_plural": "{count} 个插件有可用更新",
"update-error": "更新插件失败:{plugin}{error}",
"update-incompatible": "需要 Noctalia v{version} 或更高版本",
"update-success": "已将 {plugin} 更新至 v{version}",
@@ -2354,6 +2360,10 @@
"label": "常规"
}
},
"large-buttons-layout": {
"description": "选择会话菜单按钮的显示方式。",
"label": "大按钮布局"
},
"large-buttons-style": {
"description": "以网格布局显示带有大按钮的会话菜单。",
"label": "大按钮样式"