From 4bac3bb5830d999a7c029f327b6cde166688cd3d Mon Sep 17 00:00:00 2001 From: "k.mesniankin" Date: Tue, 1 Oct 2024 11:11:09 +0300 Subject: [PATCH] fix: locales --- locales/ar.ftl | 4 ++-- locales/de.ftl | 4 ++-- locales/el.ftl | 4 ++-- locales/en.ftl | 4 ++-- locales/es.ftl | 4 ++-- locales/fr.ftl | 4 ++-- locales/he.ftl | 4 ++-- locales/hi.ftl | 4 ++-- locales/id.ftl | 4 ++-- locales/it.ftl | 4 ++-- locales/ja.ftl | 4 ++-- locales/ko.ftl | 4 ++-- locales/nl.ftl | 4 ++-- locales/pl.ftl | 4 ++-- locales/pt.ftl | 4 ++-- locales/ru.ftl | 4 ++-- locales/sv.ftl | 4 ++-- locales/th.ftl | 4 ++-- locales/tr.ftl | 4 ++-- locales/vi.ftl | 4 ++-- locales/zh.ftl | 4 ++-- 21 files changed, 42 insertions(+), 42 deletions(-) diff --git a/locales/ar.ftl b/locales/ar.ftl index dabf0cc..4197253 100644 --- a/locales/ar.ftl +++ b/locales/ar.ftl @@ -1,11 +1,11 @@ search-torrents-empty = لا توجد نتائج -search-torrents-result-download-link = تحميل: {$link} +search-torrents-result-download = تحميل: {$link} search-torrents-unknown-error = حدث خطأ أثناء البحث torrent-message-seeds-peers = البذور: {$seeds}, الأقران: {$peers} torrent-message-speed = السرعة: {$speed}s torrent-message-eta = الوقت المتبقي: {$eta} torrent-message-progress = التقدم: {$progress} -torrent-message-remove-link = إزالة: {$link} +torrent-message-remove = إزالة: {$link} torrent-unsupported-tracker-error = المتتبع غير مدعوم torrent-download-error = حدث خطأ أثناء إضافة التورنت torrent-remove-error = حدث خطأ أثناء إزالة التورنت diff --git a/locales/de.ftl b/locales/de.ftl index f00e13f..1984e61 100644 --- a/locales/de.ftl +++ b/locales/de.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Keine Ergebnisse -search-torrents-result-download-link = Herunterladen: {$link} +search-torrents-result-download = Herunterladen: {$link} search-torrents-unknown-error = Beim Suchen ist ein Fehler aufgetreten torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Geschwindigkeit: {$speed}\/s torrent-message-eta = Verbleibende Zeit: {$eta} torrent-message-progress = Fortschritt: {$progress} -torrent-message-remove-link = Entfernen: {$link} +torrent-message-remove = Entfernen: {$link} torrent-unsupported-tracker-error = Tracker wird nicht unterstützt torrent-download-error = Beim Hinzufügen des Torrents ist ein Fehler aufgetreten torrent-remove-error = Beim Entfernen des Torrents ist ein Fehler aufgetreten diff --git a/locales/el.ftl b/locales/el.ftl index 27c9850..fa3d6a1 100644 --- a/locales/el.ftl +++ b/locales/el.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Δεν υπάρχουν αποτελέσματα -search-torrents-result-download-link = Λήψη: {$link} +search-torrents-result-download = Λήψη: {$link} search-torrents-unknown-error = Παρουσιάστηκε σφάλμα κατά την αναζήτηση torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Ταχύτητα: {$speed}s torrent-message-eta = Υπολειπόμενος χρόνος: {$eta} torrent-message-progress = Πρόοδος: {$progress} -torrent-message-remove-link = Αφαίρεση: {$link} +torrent-message-remove = Αφαίρεση: {$link} torrent-unsupported-tracker-error = Ο tracker δεν υποστηρίζεται torrent-download-error = Παρουσιάστηκε σφάλμα κατά την προσθήκη του torrent torrent-remove-error = Παρουσιάστηκε σφάλμα κατά την αφαίρεση του torrent diff --git a/locales/en.ftl b/locales/en.ftl index e62fc65..49555f4 100644 --- a/locales/en.ftl +++ b/locales/en.ftl @@ -1,11 +1,11 @@ search-torrents-empty = No results -search-torrents-result-download-link = Download: {$link} +search-torrents-result-download = Download: {$link} search-torrents-unknown-error = An error occurred during the search torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Speed: {$speed}s torrent-message-eta = ETA: {$eta} torrent-message-progress = Progress: {$progress} -torrent-message-remove-link = Remove: {$link} +torrent-message-remove = Remove: {$link} torrent-unsupported-tracker-error = Tracker not supported torrent-download-error = An error occurred while adding the torrent torrent-remove-error = An error occurred while removing the torrent diff --git a/locales/es.ftl b/locales/es.ftl index 3bfa611..ba9cc41 100644 --- a/locales/es.ftl +++ b/locales/es.ftl @@ -1,11 +1,11 @@ search-torrents-empty = No hay resultados -search-torrents-result-download-link = Descargar: {$link} +search-torrents-result-download = Descargar: {$link} search-torrents-unknown-error = Se produjo un error durante la búsqueda torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Velocidad: {$speed}s torrent-message-eta = Tiempo restante: {$eta} torrent-message-progress = Progreso: {$progress} -torrent-message-remove-link = Eliminar: {$link} +torrent-message-remove = Eliminar: {$link} torrent-unsupported-tracker-error = El tracker no es compatible torrent-download-error = Se produjo un error al agregar el torrent torrent-remove-error = Se produjo un error al eliminar el torrent diff --git a/locales/fr.ftl b/locales/fr.ftl index c42e650..17b34b5 100644 --- a/locales/fr.ftl +++ b/locales/fr.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Aucun résultat -search-torrents-result-download-link = Télécharger: {$link} +search-torrents-result-download = Télécharger: {$link} search-torrents-unknown-error = Une erreur s'est produite lors de la recherche torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Vitesse: {$speed}s torrent-message-eta = Temps restant: {$eta} torrent-message-progress = Progression: {$progress} -torrent-message-remove-link = Supprimer: {$link} +torrent-message-remove = Supprimer: {$link} torrent-unsupported-tracker-error = Tracker non supporté torrent-download-error = Une erreur s'est produite lors de l'ajout du torrent torrent-remove-error = Une erreur s'est produite lors de la suppression du torrent diff --git a/locales/he.ftl b/locales/he.ftl index 1c3c957..2cf478a 100644 --- a/locales/he.ftl +++ b/locales/he.ftl @@ -1,11 +1,11 @@ search-torrents-empty = אין תוצאות -search-torrents-result-download-link = הורד: {$link} +search-torrents-result-download = הורד: {$link} search-torrents-unknown-error = אירעה שגיאה במהלך החיפוש torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = מהירות: {$speed}s torrent-message-eta = זמן שנותר: {$eta} torrent-message-progress = התקדמות: {$progress} -torrent-message-remove-link = הסר: {$link} +torrent-message-remove = הסר: {$link} torrent-unsupported-tracker-error = המעקב אינו נתמך torrent-download-error = אירעה שגיאה בעת הוספת הטורנט torrent-remove-error = אירעה שגיאה בעת הסרת הטורנט diff --git a/locales/hi.ftl b/locales/hi.ftl index dc0970e..a888dbf 100644 --- a/locales/hi.ftl +++ b/locales/hi.ftl @@ -1,11 +1,11 @@ search-torrents-empty = कोई परिणाम नहीं -search-torrents-result-download-link = डाउनलोड: {$link} +search-torrents-result-download = डाउनलोड: {$link} search-torrents-unknown-error = खोज के दौरान एक त्रुटि हुई torrent-message-seeds-peers = बीज: {$seeds}, साथियों: {$peers} torrent-message-speed = गति: {$speed}s torrent-message-eta = शेष समय: {$eta} torrent-message-progress = प्रगति: {$progress} -torrent-message-remove-link = हटाएं: {$link} +torrent-message-remove = हटाएं: {$link} torrent-unsupported-tracker-error = ट्रैकर समर्थित नहीं है torrent-download-error = टोरेंट जोड़ते समय एक त्रुटि हुई torrent-remove-error = टोरेंट हटाते समय एक त्रुटि हुई diff --git a/locales/id.ftl b/locales/id.ftl index 3498aea..1c0f597 100644 --- a/locales/id.ftl +++ b/locales/id.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Tidak ada hasil -search-torrents-result-download-link = Unduh: {$link} +search-torrents-result-download = Unduh: {$link} search-torrents-unknown-error = Terjadi kesalahan saat pencarian torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Kecepatan: {$speed}s torrent-message-eta = Waktu tersisa: {$eta} torrent-message-progress = Kemajuan: {$progress} -torrent-message-remove-link = Hapus: {$link} +torrent-message-remove = Hapus: {$link} torrent-unsupported-tracker-error = Pelacak tidak didukung torrent-download-error = Terjadi kesalahan saat menambahkan torrent torrent-remove-error = Terjadi kesalahan saat menghapus torrent diff --git a/locales/it.ftl b/locales/it.ftl index 469d94b..3d90337 100644 --- a/locales/it.ftl +++ b/locales/it.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Nessun risultato -search-torrents-result-download-link = Scarica: {$link} +search-torrents-result-download = Scarica: {$link} search-torrents-unknown-error = Si è verificato un errore durante la ricerca torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Velocità: {$speed}s torrent-message-eta = Tempo rimanente: {$eta} torrent-message-progress = Progresso: {$progress} -torrent-message-remove-link = Rimuovi: {$link} +torrent-message-remove = Rimuovi: {$link} torrent-unsupported-tracker-error = Tracker non supportato torrent-download-error = Si è verificato un errore durante l'aggiunta del torrent torrent-remove-error = Si è verificato un errore durante la rimozione del torrent diff --git a/locales/ja.ftl b/locales/ja.ftl index 18db313..c3ab2c7 100644 --- a/locales/ja.ftl +++ b/locales/ja.ftl @@ -1,11 +1,11 @@ search-torrents-empty = 結果がありません -search-torrents-result-download-link = ダウンロード: {$link} +search-torrents-result-download = ダウンロード: {$link} search-torrents-unknown-error = 検索中にエラーが発生しました torrent-message-seeds-peers = シード: {$seeds}, ピア: {$peers} torrent-message-speed = 速度: {$speed}s torrent-message-eta = 残り時間: {$eta} torrent-message-progress = 進行状況: {$progress} -torrent-message-remove-link = 削除: {$link} +torrent-message-remove = 削除: {$link} torrent-unsupported-tracker-error = トラッカーはサポートされていません torrent-download-error = トレントの追加中にエラーが発生しました torrent-remove-error = トレントの削除中にエラーが発生しました diff --git a/locales/ko.ftl b/locales/ko.ftl index 750b7aa..97c3543 100644 --- a/locales/ko.ftl +++ b/locales/ko.ftl @@ -1,11 +1,11 @@ search-torrents-empty = 결과 없음 -search-torrents-result-download-link = 다운로드: {$link} +search-torrents-result-download = 다운로드: {$link} search-torrents-unknown-error = 검색 중 오류가 발생했습니다 torrent-message-seeds-peers = 시드: {$seeds}, 피어: {$peers} torrent-message-speed = 속도: {$speed}s torrent-message-eta = 남은 시간: {$eta} torrent-message-progress = 진행 상황: {$progress} -torrent-message-remove-link = 제거: {$link} +torrent-message-remove = 제거: {$link} torrent-unsupported-tracker-error = 트래커가 지원되지 않습니다 torrent-download-error = 토렌트 추가 중 오류가 발생했습니다 torrent-remove-error = 토렌트 제거 중 오류가 발생했습니다 diff --git a/locales/nl.ftl b/locales/nl.ftl index ffd4269..258db9e 100644 --- a/locales/nl.ftl +++ b/locales/nl.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Geen resultaten -search-torrents-result-download-link = Download: {$link} +search-torrents-result-download = Download: {$link} search-torrents-unknown-error = Er is een fout opgetreden tijdens het zoeken torrent-message-seeds-peers = Zaden: {$seeds}, Peers: {$peers} torrent-message-speed = Snelheid: {$speed}s torrent-message-eta = Resterende tijd: {$eta} torrent-message-progress = Voortgang: {$progress} -torrent-message-remove-link = Verwijderen: {$link} +torrent-message-remove = Verwijderen: {$link} torrent-unsupported-tracker-error = Tracker wordt niet ondersteund torrent-download-error = Er is een fout opgetreden bij het toevoegen van de torrent torrent-remove-error = Er is een fout opgetreden bij het verwijderen van de torrent diff --git a/locales/pl.ftl b/locales/pl.ftl index 2519dfd..7b70d8d 100644 --- a/locales/pl.ftl +++ b/locales/pl.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Brak wyników -search-torrents-result-download-link = Pobierz: {$link} +search-torrents-result-download = Pobierz: {$link} search-torrents-unknown-error = Wystąpił błąd podczas wyszukiwania torrent-message-seeds-peers = Nasiona: {$seeds}, Rówieśnicy: {$peers} torrent-message-speed = Prędkość: {$speed}s torrent-message-eta = Pozostały czas: {$eta} torrent-message-progress = Postęp: {$progress} -torrent-message-remove-link = Usuń: {$link} +torrent-message-remove = Usuń: {$link} torrent-unsupported-tracker-error = Tracker nie jest obsługiwany torrent-download-error = Wystąpił błąd podczas dodawania torrenta torrent-remove-error = Wystąpił błąd podczas usuwania torrenta diff --git a/locales/pt.ftl b/locales/pt.ftl index db5ae1c..2461f46 100644 --- a/locales/pt.ftl +++ b/locales/pt.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Nenhum resultado -search-torrents-result-download-link = Baixar: {$link} +search-torrents-result-download = Baixar: {$link} search-torrents-unknown-error = Ocorreu um erro durante a pesquisa torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Velocidade: {$speed}s torrent-message-eta = Tempo restante: {$eta} torrent-message-progress = Progresso: {$progress} -torrent-message-remove-link = Remover: {$link} +torrent-message-remove = Remover: {$link} torrent-unsupported-tracker-error = Tracker não suportado torrent-download-error = Ocorreu um erro ao adicionar o torrent torrent-remove-error = Ocorreu um erro ao remover o torrent diff --git a/locales/ru.ftl b/locales/ru.ftl index 75823e0..0641857 100644 --- a/locales/ru.ftl +++ b/locales/ru.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Нет результатов -search-torrents-result-download-link = Скачать: {$link} +search-torrents-result-download = Скачать: {$link} search-torrents-unknown-error = Во время поиска произошла ошибка torrent-message-seeds-peers = Сиды: {$seeds}, Личи: {$peers} torrent-message-speed = Скорость: {$speed}s torrent-message-eta = Осталось: {$eta} torrent-message-progress = Прогресс: {$progress} -torrent-message-remove-link = Удалить: {$link} +torrent-message-remove = Удалить: {$link} torrent-unsupported-tracker-error = Трекер не поддерживается torrent-download-error = При добавлении торрента произошла ошибка torrent-remove-error = При удалении торрента произошла ошибка diff --git a/locales/sv.ftl b/locales/sv.ftl index 6d7cd05..8fe7ac5 100644 --- a/locales/sv.ftl +++ b/locales/sv.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Inga resultat -search-torrents-result-download-link = Ladda ner: {$link} +search-torrents-result-download = Ladda ner: {$link} search-torrents-unknown-error = Ett fel inträffade under sökningen torrent-message-seeds-peers = Frön: {$seeds}, Jämlikar: {$peers} torrent-message-speed = Hastighet: {$speed}s torrent-message-eta = Återstående tid: {$eta} torrent-message-progress = Framsteg: {$progress} -torrent-message-remove-link = Ta bort: {$link} +torrent-message-remove = Ta bort: {$link} torrent-unsupported-tracker-error = Tracker stöds inte torrent-download-error = Ett fel inträffade när torrenten lades till torrent-remove-error = Ett fel inträffade när torrenten togs bort diff --git a/locales/th.ftl b/locales/th.ftl index da39566..83d261c 100644 --- a/locales/th.ftl +++ b/locales/th.ftl @@ -1,11 +1,11 @@ search-torrents-empty = ไม่มีผลลัพธ์ -search-torrents-result-download-link = ดาวน์โหลด: {$link} +search-torrents-result-download = ดาวน์โหลด: {$link} search-torrents-unknown-error = เกิดข้อผิดพลาดระหว่างการค้นหา torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = ความเร็ว: {$speed}s torrent-message-eta = เวลาที่เหลือ: {$eta} torrent-message-progress = ความคืบหน้า: {$progress} -torrent-message-remove-link = ลบ: {$link} +torrent-message-remove = ลบ: {$link} torrent-unsupported-tracker-error = ไม่รองรับตัวติดตาม torrent-download-error = เกิดข้อผิดพลาดขณะเพิ่มทอร์เรนต์ torrent-remove-error = เกิดข้อผิดพลาดขณะลบทอร์เรนต์ diff --git a/locales/tr.ftl b/locales/tr.ftl index 7cdf5b4..89caffa 100644 --- a/locales/tr.ftl +++ b/locales/tr.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Sonuç yok -search-torrents-result-download-link = İndir: {$link} +search-torrents-result-download = İndir: {$link} search-torrents-unknown-error = Arama sırasında bir hata oluştu torrent-message-seeds-peers = Tohumlar: {$seeds}, Eşler: {$peers} torrent-message-speed = Hız: {$speed}s torrent-message-eta = Kalan süre: {$eta} torrent-message-progress = İlerleme: {$progress} -torrent-message-remove-link = Kaldır: {$link} +torrent-message-remove = Kaldır: {$link} torrent-unsupported-tracker-error = İzleyici desteklenmiyor torrent-download-error = Torrent eklenirken bir hata oluştu torrent-remove-error = Torrent kaldırılırken bir hata oluştu diff --git a/locales/vi.ftl b/locales/vi.ftl index 8063b97..337eac5 100644 --- a/locales/vi.ftl +++ b/locales/vi.ftl @@ -1,11 +1,11 @@ search-torrents-empty = Không có kết quả -search-torrents-result-download-link = Tải xuống: {$link} +search-torrents-result-download = Tải xuống: {$link} search-torrents-unknown-error = Đã xảy ra lỗi trong quá trình tìm kiếm torrent-message-seeds-peers = Seeds: {$seeds}, Peers: {$peers} torrent-message-speed = Tốc độ: {$speed}s torrent-message-eta = Thời gian còn lại: {$eta} torrent-message-progress = Tiến độ: {$progress} -torrent-message-remove-link = Xóa: {$link} +torrent-message-remove = Xóa: {$link} torrent-unsupported-tracker-error = Trình theo dõi không được hỗ trợ torrent-download-error = Đã xảy ra lỗi khi thêm torrent torrent-remove-error = Đã xảy ra lỗi khi xóa torrent diff --git a/locales/zh.ftl b/locales/zh.ftl index 4ad1e0b..1399b6b 100644 --- a/locales/zh.ftl +++ b/locales/zh.ftl @@ -1,11 +1,11 @@ search-torrents-empty = 没有结果 -search-torrents-result-download-link = 下载: {$link} +search-torrents-result-download = 下载: {$link} search-torrents-unknown-error = 搜索时发生错误 torrent-message-seeds-peers = 种子: {$seeds}, 同伴: {$peers} torrent-message-speed = 速度: {$speed}s torrent-message-eta = 剩余时间: {$eta} torrent-message-progress = 进度: {$progress} -torrent-message-remove-link = 删除: {$link} +torrent-message-remove = 删除: {$link} torrent-unsupported-tracker-error = 不支持的追踪器 torrent-download-error = 添加种子时发生错误 torrent-remove-error = 删除种子时发生错误