From 1a7c4e17c545a043401a2e442c77c5f02758b1c9 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Mon, 4 Mar 2024 20:51:56 +0100 Subject: [PATCH] Add translations to filters menu --- includes/i18n/de.php | 3 +++ includes/i18n/el.php | 3 +++ includes/i18n/en.php | 3 +++ includes/i18n/es.php | 3 +++ includes/i18n/fr.php | 3 +++ includes/i18n/jp.php | 3 +++ includes/i18n/pt.php | 3 +++ includes/i18n/tr.php | 3 +++ includes/i18n/zh_cn.php | 4 ++++ includes/i18n/zh_tw.php | 3 +++ stats.php | 10 +++++----- 11 files changed, 36 insertions(+), 5 deletions(-) diff --git a/includes/i18n/de.php b/includes/i18n/de.php index 126d566d7..5cbabcfd9 100644 --- a/includes/i18n/de.php +++ b/includes/i18n/de.php @@ -147,6 +147,9 @@ "save" => "Speichern", "export_subscriptions" => "Abonnements exportieren", "export_to_json" => "Nach JSON exportieren", + // Filters menu + "filter" => "Filter", + "clear" => "Leeren", // Toast "success" => "Erfolgreich", // Endpoint responses diff --git a/includes/i18n/el.php b/includes/i18n/el.php index f65705664..52a8a1962 100644 --- a/includes/i18n/el.php +++ b/includes/i18n/el.php @@ -147,6 +147,9 @@ "save" => "Αποθήκευση", "export_subscriptions" => "Εξαγωγή συνδρομών", "export_to_json" => "Εξαγωγή σε JSON", + // Filters menu + "filter" => "Φίλτρο", + "clear" => "Καθαρισμός", // Toast "success" => "Επιτυχία", // Endpoint responses diff --git a/includes/i18n/en.php b/includes/i18n/en.php index b32c84ed4..5ff6a3c7f 100644 --- a/includes/i18n/en.php +++ b/includes/i18n/en.php @@ -147,6 +147,9 @@ "save" => "Save", "export_subscriptions" => "Export Subscriptions", "export_to_json" => "Export to JSON", + // Filters menu + "filter" => "Filter", + "clear" => "Clear", // Toast "success" => "Success", // Endpoint responses diff --git a/includes/i18n/es.php b/includes/i18n/es.php index 3bb521dcb..7ba4f279e 100644 --- a/includes/i18n/es.php +++ b/includes/i18n/es.php @@ -147,6 +147,9 @@ "save" => "Guardar", "export_subscriptions" => "Exportar suscripciones", "export_to_json" => "Exportar a JSON", + // Filters menu + "filter" => "Filtrar", + "clear" => "Limpiar", // Toast "success" => "Éxito", // Endpoint responses diff --git a/includes/i18n/fr.php b/includes/i18n/fr.php index 123b319a9..c57cbdb81 100644 --- a/includes/i18n/fr.php +++ b/includes/i18n/fr.php @@ -147,6 +147,9 @@ "save" => "Enregistrer", "export_subscriptions" => "Exporter les abonnements", "export_to_json" => "Exporter en JSON", + // Menu des filtes + "filter" => "Filtre", + "clear" => "Effacer", // Toast "success" => "Succès", // Réponses de l'API diff --git a/includes/i18n/jp.php b/includes/i18n/jp.php index f2fe4e548..ced80df59 100644 --- a/includes/i18n/jp.php +++ b/includes/i18n/jp.php @@ -147,6 +147,9 @@ "save" => "保存", "export_subscriptions" => "購読をエクスポート", "export_to_json" => "JSONにエクスポート", + // Filters menu + "filter" => "フィルタ", + "clear" => "クリア", // Toast "success" => "成功", // Endpoint responses diff --git a/includes/i18n/pt.php b/includes/i18n/pt.php index d3d9719ec..867c215eb 100644 --- a/includes/i18n/pt.php +++ b/includes/i18n/pt.php @@ -147,6 +147,9 @@ "save" => "Guardar", "export_subscriptions" => "Exportar Subscrições", "export_to_json" => "Exportar para JSON", + // Filters menu + "filter" => "Filtro", + "clear" => "Limpar", // Toast "success" => "Sucesso", // Endpoint responses diff --git a/includes/i18n/tr.php b/includes/i18n/tr.php index fe64fd52f..da49bc9f3 100644 --- a/includes/i18n/tr.php +++ b/includes/i18n/tr.php @@ -147,6 +147,9 @@ "save" => "Kaydet", "export_subscriptions" => "Abonelikleri Dışa Aktar", "export_to_json" => "JSON'a dışa aktar", + // Filters menu + "filter" => "Filtre", + "clear" => "Temizle", // Toast "success" => "Başarılı", // Endpoint responses diff --git a/includes/i18n/zh_cn.php b/includes/i18n/zh_cn.php index 5cc308d56..9571c3b43 100644 --- a/includes/i18n/zh_cn.php +++ b/includes/i18n/zh_cn.php @@ -154,6 +154,10 @@ "save" => "保存", "export_subscriptions" => "导出订阅", "export_to_json" => "导出为 JSON", + + // Filters menu + "filter" => "筛选", + "clear" => "清除", // Toast "success" => "成功", diff --git a/includes/i18n/zh_tw.php b/includes/i18n/zh_tw.php index 1de7a731f..dae79a874 100644 --- a/includes/i18n/zh_tw.php +++ b/includes/i18n/zh_tw.php @@ -147,6 +147,9 @@ "save" => "儲存", "export_subscriptions" => "匯出訂閱", "export_to_json" => "匯出為 JSON 檔案", + // Filters menu + "filter" => "篩選", + "clear" => "清除", // Toast "success" => "成功", // Endpoint responses diff --git a/stats.php b/stats.php index 9f909a27c..c0425c057 100644 --- a/stats.php +++ b/stats.php @@ -200,14 +200,14 @@ function getPriceConverted($price, $currency, $database) {
1) { ?>
-
Member
+
1) { ?>
-
Category
+
1) { ?>
-
Payment Method
+
- Clear +