From a8f00f52420466e974f6067402cdc36667c2f97e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 31 Jan 2024 20:11:18 +0100 Subject: [PATCH] chore: new Crowdin updates (#1862) --- public/locales/cn/common.json | 1 + public/locales/cn/modules/rss.json | 6 ++++++ public/locales/cr/common.json | 1 + public/locales/cr/modules/rss.json | 6 ++++++ public/locales/cs/common.json | 1 + public/locales/cs/modules/rss.json | 6 ++++++ public/locales/da/common.json | 1 + public/locales/da/modules/rss.json | 6 ++++++ public/locales/de/common.json | 1 + public/locales/de/modules/rss.json | 6 ++++++ public/locales/el/common.json | 1 + public/locales/el/modules/rss.json | 6 ++++++ public/locales/es/common.json | 1 + public/locales/es/modules/rss.json | 6 ++++++ public/locales/fr/common.json | 1 + public/locales/fr/modules/rss.json | 6 ++++++ public/locales/fr/modules/smart-home/entity-state.json | 4 ++-- public/locales/he/common.json | 1 + public/locales/he/modules/rss.json | 6 ++++++ public/locales/hr/common.json | 1 + public/locales/hr/modules/rss.json | 6 ++++++ public/locales/hu/common.json | 1 + public/locales/hu/modules/rss.json | 6 ++++++ public/locales/it/common.json | 1 + public/locales/it/modules/rss.json | 6 ++++++ public/locales/ja/common.json | 1 + public/locales/ja/modules/rss.json | 6 ++++++ public/locales/ko/common.json | 1 + public/locales/ko/modules/rss.json | 6 ++++++ public/locales/lv/common.json | 1 + public/locales/lv/modules/rss.json | 6 ++++++ public/locales/nl/common.json | 1 + public/locales/nl/modules/rss.json | 6 ++++++ public/locales/no/common.json | 1 + public/locales/no/modules/rss.json | 6 ++++++ public/locales/pl/common.json | 1 + public/locales/pl/modules/rss.json | 6 ++++++ public/locales/pt/common.json | 1 + public/locales/pt/modules/rss.json | 6 ++++++ public/locales/ru/common.json | 1 + public/locales/ru/modules/rss.json | 6 ++++++ public/locales/sk/common.json | 1 + public/locales/sk/modules/rss.json | 6 ++++++ public/locales/sl/common.json | 1 + public/locales/sl/modules/rss.json | 6 ++++++ public/locales/sv/common.json | 1 + public/locales/sv/modules/rss.json | 6 ++++++ public/locales/tr/common.json | 1 + public/locales/tr/modules/rss.json | 6 ++++++ public/locales/tw/common.json | 1 + public/locales/tw/modules/rss.json | 6 ++++++ public/locales/uk/common.json | 1 + public/locales/uk/modules/rss.json | 6 ++++++ public/locales/vi/common.json | 1 + public/locales/vi/modules/rss.json | 6 ++++++ 55 files changed, 191 insertions(+), 2 deletions(-) diff --git a/public/locales/cn/common.json b/public/locales/cn/common.json index 13a736080..901d86599 100644 --- a/public/locales/cn/common.json +++ b/public/locales/cn/common.json @@ -13,6 +13,7 @@ "previous": "上一步", "confirm": "确认", "enabled": "已启用", + "duplicate": "复制", "disabled": "已禁用", "enableAll": "全部启用", "disableAll": "全部禁用", diff --git a/public/locales/cn/modules/rss.json b/public/locales/cn/modules/rss.json index fd7f7211a..c5979159b 100644 --- a/public/locales/cn/modules/rss.json +++ b/public/locales/cn/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "按发布日期排序(升序)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "将没有发布日期的文章置顶" + }, + "maximumAmountOfPosts": { + "label": "最大文章数量" } }, "card": { diff --git a/public/locales/cr/common.json b/public/locales/cr/common.json index 32b5e93db..d7212edf0 100644 --- a/public/locales/cr/common.json +++ b/public/locales/cr/common.json @@ -13,6 +13,7 @@ "previous": "crwdns3375:0crwdne3375:0", "confirm": "crwdns3377:0crwdne3377:0", "enabled": "crwdns2883:0crwdne2883:0", + "duplicate": "crwdns4174:0crwdne4174:0", "disabled": "crwdns2885:0crwdne2885:0", "enableAll": "crwdns2887:0crwdne2887:0", "disableAll": "crwdns2889:0crwdne2889:0", diff --git a/public/locales/cr/modules/rss.json b/public/locales/cr/modules/rss.json index 167818f62..0727b5ae5 100644 --- a/public/locales/cr/modules/rss.json +++ b/public/locales/cr/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "crwdns4160:0crwdne4160:0" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "crwdns4176:0crwdne4176:0" + }, + "maximumAmountOfPosts": { + "label": "crwdns4178:0crwdne4178:0" } }, "card": { diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index d9594966c..250cca079 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -13,6 +13,7 @@ "previous": "Zpět", "confirm": "Potvrdit", "enabled": "Zapnuto", + "duplicate": "Duplikovat", "disabled": "Vypnuto", "enableAll": "Aktivovat vše", "disableAll": "Zakázat vše", diff --git a/public/locales/cs/modules/rss.json b/public/locales/cs/modules/rss.json index 0bc3fb0e1..83dc0921b 100644 --- a/public/locales/cs/modules/rss.json +++ b/public/locales/cs/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Seřadit podle data zveřejnění (vzestupně)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Umístit příspěvky bez data zveřejnění navrch" + }, + "maximumAmountOfPosts": { + "label": "Maximální počet příspěvků" } }, "card": { diff --git a/public/locales/da/common.json b/public/locales/da/common.json index af6f64a58..a140a078f 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -13,6 +13,7 @@ "previous": "Forrige", "confirm": "Bekræft", "enabled": "Aktiveret", + "duplicate": "", "disabled": "Deaktiveret", "enableAll": "Aktiver alle", "disableAll": "Deaktiver alle", diff --git a/public/locales/da/modules/rss.json b/public/locales/da/modules/rss.json index 293a0e5ca..bedfa45b8 100644 --- a/public/locales/da/modules/rss.json +++ b/public/locales/da/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Sæt indlæg uden udgivelsesdato øverst" + }, + "maximumAmountOfPosts": { + "label": "Maksimalt antal indlæg" } }, "card": { diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 1d4f442ab..20f5aa02a 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -13,6 +13,7 @@ "previous": "Zurück", "confirm": "Bestätigen", "enabled": "Aktiviert", + "duplicate": "Duplizieren", "disabled": "Deaktiviert", "enableAll": "Alle aktivieren", "disableAll": "Alles deaktivieren", diff --git a/public/locales/de/modules/rss.json b/public/locales/de/modules/rss.json index cd46c93ed..9b8dd14b3 100644 --- a/public/locales/de/modules/rss.json +++ b/public/locales/de/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Platzieren Sie Beiträge ohne Veröffentlichungsdatum ganz oben" + }, + "maximumAmountOfPosts": { + "label": "Maximale Anzahl an Beiträgen" } }, "card": { diff --git a/public/locales/el/common.json b/public/locales/el/common.json index e05f3c470..9fc5dc816 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -13,6 +13,7 @@ "previous": "Προηγούμενο", "confirm": "Επιβεβαίωση", "enabled": "Ενεργοποιημένο", + "duplicate": "Διπλότυπο", "disabled": "Απενεργοποιημένο", "enableAll": "Ενεργοποίηση όλων", "disableAll": "Απενεργοποίηση όλων", diff --git a/public/locales/el/modules/rss.json b/public/locales/el/modules/rss.json index 757345535..c024fd73b 100644 --- a/public/locales/el/modules/rss.json +++ b/public/locales/el/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Ταξινόμηση κατά ημερομηνία δημοσίευσης (αύξουσα)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Τοποθετήστε αναρτήσεις χωρίς ημερομηνία δημοσίευσης στην κορυφή" + }, + "maximumAmountOfPosts": { + "label": "Μέγιστος αριθμός αναρτήσεων" } }, "card": { diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 6a2ffe27e..251b317c7 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -13,6 +13,7 @@ "previous": "Anterior", "confirm": "Confirmar", "enabled": "Activado", + "duplicate": "", "disabled": "Desactivado", "enableAll": "Activar todo", "disableAll": "Desactivar todo", diff --git a/public/locales/es/modules/rss.json b/public/locales/es/modules/rss.json index b4bd75809..b67c4f66b 100644 --- a/public/locales/es/modules/rss.json +++ b/public/locales/es/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 868684af7..522a013aa 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -13,6 +13,7 @@ "previous": "Précédent", "confirm": "Confirmer", "enabled": "Activé", + "duplicate": "Dupliquer", "disabled": "Désactivé", "enableAll": "Activer tout", "disableAll": "Désactiver tout", diff --git a/public/locales/fr/modules/rss.json b/public/locales/fr/modules/rss.json index 713f8858f..cab7e0e1d 100644 --- a/public/locales/fr/modules/rss.json +++ b/public/locales/fr/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Trier par date de publication (croissant)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Placer les articles sans date de publication en haut de la page" + }, + "maximumAmountOfPosts": { + "label": "Nombre maximal d'articles" } }, "card": { diff --git a/public/locales/fr/modules/smart-home/entity-state.json b/public/locales/fr/modules/smart-home/entity-state.json index 1716e1f80..b01d36088 100644 --- a/public/locales/fr/modules/smart-home/entity-state.json +++ b/public/locales/fr/modules/smart-home/entity-state.json @@ -10,8 +10,8 @@ "info": "ID d’entité unique dans Home Assistant. Copiez en cliquant sur l'entité > Cliquez sur l'icône en forme de rouage > Cliquez sur le bouton Copier sous « ID d'entité ». Certaines entités personnalisées peuvent ne pas être prises en charge." }, "automationId": { - "label": "", - "info": "" + "label": "ID d'automatisation optionnelle", + "info": "Votre identifiant unique d'automatisation. Commence toujours par automation.XXXXX. S'il n'est pas défini, le widget ne sera pas cliquable et n'affichera que l'état de l'entité. Après un clic, l'état de l'entité sera actualisé." }, "displayName": { "label": "Nom d'affichage" diff --git a/public/locales/he/common.json b/public/locales/he/common.json index 81f1f1869..d61704d22 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -13,6 +13,7 @@ "previous": "הקודם", "confirm": "לאשר", "enabled": "מאופשר", + "duplicate": "שכפול", "disabled": "מושבת", "enableAll": "אפשר הכל", "disableAll": "השבת הכל", diff --git a/public/locales/he/modules/rss.json b/public/locales/he/modules/rss.json index d4803fe35..196b78466 100644 --- a/public/locales/he/modules/rss.json +++ b/public/locales/he/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "מיין לפי תאריך פרסום (עולה)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "שים פוסטים ללא תאריך פרסום למעלה" + }, + "maximumAmountOfPosts": { + "label": "כמות מקסימלית של פוסטים" } }, "card": { diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index ae1523ab8..d8fa7ee6e 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -13,6 +13,7 @@ "previous": "Prethodno", "confirm": "Potvrdi", "enabled": "Omogućeno", + "duplicate": "", "disabled": "Onemogućeno", "enableAll": "Omogući sve", "disableAll": "Onemogući sve", diff --git a/public/locales/hr/modules/rss.json b/public/locales/hr/modules/rss.json index 845f127bb..48ec55e5b 100644 --- a/public/locales/hr/modules/rss.json +++ b/public/locales/hr/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 10a3d7a9f..56d93b517 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -13,6 +13,7 @@ "previous": "Előző", "confirm": "Megerősít", "enabled": "Engedélyezve", + "duplicate": "Duplikátum", "disabled": "Letiltva", "enableAll": "Összes engedélyezése", "disableAll": "Az összes tiltása", diff --git a/public/locales/hu/modules/rss.json b/public/locales/hu/modules/rss.json index 6a429ee64..7e1fb16a6 100644 --- a/public/locales/hu/modules/rss.json +++ b/public/locales/hu/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Rendezés a közzététel dátuma szerint (növekvő)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 1073a2306..463c3989b 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -13,6 +13,7 @@ "previous": "Precedente", "confirm": "Conferma", "enabled": "Abilitato", + "duplicate": "Duplica", "disabled": "Disattivato", "enableAll": "Abilita tutto", "disableAll": "Disattiva tutto", diff --git a/public/locales/it/modules/rss.json b/public/locales/it/modules/rss.json index da0bc74fa..cbf20088d 100644 --- a/public/locales/it/modules/rss.json +++ b/public/locales/it/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Ordina per data di pubblicazione (ascendente)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 0f6284982..eaa97835f 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -13,6 +13,7 @@ "previous": "前へ", "confirm": "確認", "enabled": "有効", + "duplicate": "", "disabled": "無効", "enableAll": "すべてを有効にする", "disableAll": "すべてを無効にする", diff --git a/public/locales/ja/modules/rss.json b/public/locales/ja/modules/rss.json index ec3fe8b3a..383a66878 100644 --- a/public/locales/ja/modules/rss.json +++ b/public/locales/ja/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json index 3d4508036..42b330b7a 100644 --- a/public/locales/ko/common.json +++ b/public/locales/ko/common.json @@ -13,6 +13,7 @@ "previous": "이전", "confirm": "확인", "enabled": "활성화됨", + "duplicate": "", "disabled": "장애인", "enableAll": "모두 사용", "disableAll": "모두 비활성화", diff --git a/public/locales/ko/modules/rss.json b/public/locales/ko/modules/rss.json index e4de10919..0fd542dfe 100644 --- a/public/locales/ko/modules/rss.json +++ b/public/locales/ko/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index 97911405f..527c8dc97 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -13,6 +13,7 @@ "previous": "Iepriekšējais", "confirm": "Apstipriniet", "enabled": "Iespējots", + "duplicate": "", "disabled": "Atspējots", "enableAll": "Iespējot visu", "disableAll": "Atspējot visu", diff --git a/public/locales/lv/modules/rss.json b/public/locales/lv/modules/rss.json index 3ff8860e8..c37d5e132 100644 --- a/public/locales/lv/modules/rss.json +++ b/public/locales/lv/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 200c27260..f6a9faf67 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -13,6 +13,7 @@ "previous": "Vorige", "confirm": "Bevestig", "enabled": "Ingeschakeld", + "duplicate": "", "disabled": "Uitgeschakeld", "enableAll": "Alles inschakelen", "disableAll": "Alles uitschakelen", diff --git a/public/locales/nl/modules/rss.json b/public/locales/nl/modules/rss.json index b6baaf89f..9edc3731a 100644 --- a/public/locales/nl/modules/rss.json +++ b/public/locales/nl/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/no/common.json b/public/locales/no/common.json index bc62d1f6b..6098323ff 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -13,6 +13,7 @@ "previous": "Tidligere", "confirm": "Bekreft", "enabled": "Aktivert", + "duplicate": "", "disabled": "Deaktivert", "enableAll": "Aktiver alle", "disableAll": "Deaktiver alle", diff --git a/public/locales/no/modules/rss.json b/public/locales/no/modules/rss.json index 291ece831..ced58c10e 100644 --- a/public/locales/no/modules/rss.json +++ b/public/locales/no/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 18e17c952..d3a5c1c20 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -13,6 +13,7 @@ "previous": "Poprzedni", "confirm": "Potwierdź", "enabled": "Włączony", + "duplicate": "Zduplikuj", "disabled": "Wyłączony", "enableAll": "Włącz wszystkie", "disableAll": "Wyłącz wszystkie", diff --git a/public/locales/pl/modules/rss.json b/public/locales/pl/modules/rss.json index 4997ea22d..f783a6edf 100644 --- a/public/locales/pl/modules/rss.json +++ b/public/locales/pl/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index da2117089..491a73356 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -13,6 +13,7 @@ "previous": "Anterior", "confirm": "Confirme", "enabled": "Ativado", + "duplicate": "", "disabled": "Desativado", "enableAll": "Habilitar tudo", "disableAll": "Desativar tudo", diff --git a/public/locales/pt/modules/rss.json b/public/locales/pt/modules/rss.json index bf1e6c8e1..63acf1bf0 100644 --- a/public/locales/pt/modules/rss.json +++ b/public/locales/pt/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index f8462fdc1..9bf87ecfc 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -13,6 +13,7 @@ "previous": "Предыдущий", "confirm": "Подтвердить", "enabled": "Включено", + "duplicate": "Создать копию", "disabled": "Отключено", "enableAll": "Включить всё", "disableAll": "Отключить всё", diff --git a/public/locales/ru/modules/rss.json b/public/locales/ru/modules/rss.json index fda6ca91a..f79431860 100644 --- a/public/locales/ru/modules/rss.json +++ b/public/locales/ru/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Сортировать по дате публикации (по возрастанию)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Разместить сообщения без даты публикации вверху списка" + }, + "maximumAmountOfPosts": { + "label": "Максимальное количество постов" } }, "card": { diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index 751de2984..d3f1d8d99 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -13,6 +13,7 @@ "previous": "Predchádzajúci", "confirm": "Potvrďte", "enabled": "Povolené", + "duplicate": "Duplikovať", "disabled": "Zakázané", "enableAll": "Povoliť všetko", "disableAll": "Zakázať všetko", diff --git a/public/locales/sk/modules/rss.json b/public/locales/sk/modules/rss.json index cf96ea425..9045676f2 100644 --- a/public/locales/sk/modules/rss.json +++ b/public/locales/sk/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Zoradiť podľa dátumu vydania (vzostupne)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index 4395152dd..07594565d 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -13,6 +13,7 @@ "previous": "Prejšnji", "confirm": "Potrdi", "enabled": "Omogočeno", + "duplicate": "", "disabled": "Invalidi", "enableAll": "Omogoči vse", "disableAll": "Onemogočite vse", diff --git a/public/locales/sl/modules/rss.json b/public/locales/sl/modules/rss.json index 3df10222c..5aaf71d77 100644 --- a/public/locales/sl/modules/rss.json +++ b/public/locales/sl/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 655ff259e..c607569ab 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -13,6 +13,7 @@ "previous": "Föregående", "confirm": "Bekräfta", "enabled": "Aktiverad", + "duplicate": "Duplicera", "disabled": "Inaktiverad", "enableAll": "Aktivera alla", "disableAll": "Inaktivera alla", diff --git a/public/locales/sv/modules/rss.json b/public/locales/sv/modules/rss.json index fe5969c24..413b2fe50 100644 --- a/public/locales/sv/modules/rss.json +++ b/public/locales/sv/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Sortera efter publiceringsdatum (stigande)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "Lägg inlägg utan publiceringsdatum överst" + }, + "maximumAmountOfPosts": { + "label": "Maximalt antal inlägg" } }, "card": { diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index f6637c055..eecc45021 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -13,6 +13,7 @@ "previous": "Önceki", "confirm": "Onayla", "enabled": "Etkin", + "duplicate": "Çoğalt", "disabled": "Pasif", "enableAll": "Tümünü etkinleştir", "disableAll": "Tümünü pasifleştir", diff --git a/public/locales/tr/modules/rss.json b/public/locales/tr/modules/rss.json index 85c090930..cc1e64338 100644 --- a/public/locales/tr/modules/rss.json +++ b/public/locales/tr/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Yayınlanma tarihine göre sırala (artan)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/tw/common.json b/public/locales/tw/common.json index 9c5236d49..877d5b492 100644 --- a/public/locales/tw/common.json +++ b/public/locales/tw/common.json @@ -13,6 +13,7 @@ "previous": "上一步", "confirm": "確認", "enabled": "已啟用", + "duplicate": "複製", "disabled": "已禁用", "enableAll": "全部啟用", "disableAll": "全部禁用", diff --git a/public/locales/tw/modules/rss.json b/public/locales/tw/modules/rss.json index 6a419a5c8..b149a1f68 100644 --- a/public/locales/tw/modules/rss.json +++ b/public/locales/tw/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "依發布日期排序 (升序)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index e4143d0fc..e8269b2ec 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -13,6 +13,7 @@ "previous": "Попередній", "confirm": "Підтвердити", "enabled": "Увімкнено", + "duplicate": "", "disabled": "Вимкнено", "enableAll": "Увімкнути все", "disableAll": "Вимкнути усе", diff --git a/public/locales/uk/modules/rss.json b/public/locales/uk/modules/rss.json index fddc5ace6..725496411 100644 --- a/public/locales/uk/modules/rss.json +++ b/public/locales/uk/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": { diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index 303ab7bf3..2371d6d0d 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -13,6 +13,7 @@ "previous": "Trước", "confirm": "Xác nhận", "enabled": "Bật", + "duplicate": "Nhân bản", "disabled": "Tắt", "enableAll": "Bật toàn bộ", "disableAll": "Tắt toàn bộ", diff --git a/public/locales/vi/modules/rss.json b/public/locales/vi/modules/rss.json index 99d23d7c6..090686eb0 100644 --- a/public/locales/vi/modules/rss.json +++ b/public/locales/vi/modules/rss.json @@ -20,6 +20,12 @@ }, "sortByPublishDateAscending": { "label": "Sắp xếp theo ngày phát hành (tăng dần)" + }, + "sortPostsWithoutPublishDateToTheTop": { + "label": "" + }, + "maximumAmountOfPosts": { + "label": "" } }, "card": {