diff --git a/public/language/it/admin/manage/categories.json b/public/language/it/admin/manage/categories.json
index 09a091aae8..307b2f822f 100644
--- a/public/language/it/admin/manage/categories.json
+++ b/public/language/it/admin/manage/categories.json
@@ -1,15 +1,15 @@
{
"manage-categories": "Gestisci categorie",
"add-category": "Aggiungi categoria",
- "add-local-category": "Add Local category",
- "add-remote-category": "Add Remote category",
- "remove": "Remove",
+ "add-local-category": "Aggiungi categoria locale",
+ "add-remote-category": "Aggiungi categoria remota",
+ "remove": "Rimuovi",
"jump-to": "Vai a...",
"settings": "Impostazioni Categoria",
"edit-category": "Modifica categoria",
"privileges": "Privilegi",
"back-to-categories": "Torna alle categorie",
- "id": "Category ID",
+ "id": "ID Categoria",
"name": "Nome Categoria",
"handle": "Pseudonimo categoria",
"handle.help": "Lo pseudonimo della categoria è utilizzato come rappresentazione di questa categoria in altre reti, in modo simile a un nome utente. Lo pseudonimo di una categoria non deve corrispondere a un nome utente o a un gruppo di utenti esistenti.",
@@ -107,7 +107,7 @@
"alert.create-success": "Categoria creata con successo!",
"alert.none-active": "Hai una categoria non attiva.",
"alert.create": "Crea una Categoria",
- "alert.add": "Add a Category",
+ "alert.add": "Aggiungi una categoria",
"alert.add-help": "Remote categories can be added to the categories listing by specifying their handle.
Note — The remote category may not reflect all topics published unless at least one local user tracks/watches it.",
"alert.confirm-purge": "
Vuoi davvero eliminare definitivamente questa categoria \"%1\"?
Eliminare definitivamente una categoria rimuoverà tutte le discussioni e i post ed eliminerà la categoria dal database. Se vuoi rimuovere una categoria temporaneamente, puoi invece \"disabilitare\" la categoria.",
"alert.purge-success": "Categoria eliminata definitivamente!",
diff --git a/public/language/it/admin/settings/activitypub.json b/public/language/it/admin/settings/activitypub.json
index 06dd5212aa..dff4b4b5d0 100644
--- a/public/language/it/admin/settings/activitypub.json
+++ b/public/language/it/admin/settings/activitypub.json
@@ -18,15 +18,15 @@
"probe-timeout": "Timeout di ricerca (millisecondi)",
"probe-timeout-help": "(Predefinito: 2000) Se la query di ricerca non riceve una risposta entro l'intervallo di tempo impostato, l'utente l'utente sarà indirizzato direttamente al link. Aumenta questo numero se i siti rispondono lentamente e desideri concedere più tempo.",
- "rules": "Categorization",
+ "rules": "Categorizzazione",
"rules-intro": "Content discovered via ActivityPub can be automatically categorized based on certain rules (e.g. hashtag)",
- "rules.modal.title": "How it works",
+ "rules.modal.title": "Come funziona",
"rules.modal.instructions": "Any incoming content is checked against these categorization rules, and matching content is automatically moved into the category of choice.
N.B. Content that is already categorized (i.e. in a remote category) will not pass through these rules.",
- "rules.modal.values-multiple": "To match multiple values, separate entries with a comma (e.g. one,two,three)",
- "rules.add": "Add New Rule",
- "rules.type": "Type",
- "rules.value": "Value",
- "rules.cid": "Category",
+ "rules.modal.values-multiple": "Per abbinare più valori, separa le voci con una virgola (es. uno,due,tre)",
+ "rules.add": "Aggiungi nuova regola",
+ "rules.type": "Tipo",
+ "rules.value": "Valore",
+ "rules.cid": "Categoria",
"server-filtering": "Filtraggio",
"count": "Questo NodeBB è attualmente a conoscenza di %1 server",
diff --git a/public/language/pl/admin/manage/categories.json b/public/language/pl/admin/manage/categories.json
index 6d87f47995..80835e8152 100644
--- a/public/language/pl/admin/manage/categories.json
+++ b/public/language/pl/admin/manage/categories.json
@@ -1,15 +1,15 @@
{
"manage-categories": "Zarządzaj kategoriami",
"add-category": "Dodaj kategorię",
- "add-local-category": "Add Local category",
- "add-remote-category": "Add Remote category",
- "remove": "Remove",
+ "add-local-category": "Dodaj lokalną kategorię",
+ "add-remote-category": "Dodaj zdalną kategorię",
+ "remove": "Usuń",
"jump-to": "Skocz do...",
"settings": "Ustawienia kategorii",
"edit-category": "Edytuj kategorię",
"privileges": "Uprawnienia",
"back-to-categories": "Wróć do kategorii",
- "id": "Category ID",
+ "id": "ID kategorii",
"name": "Nazwa kategorii",
"handle": "Przydział kategorii",
"handle.help": "Obsługa kategorii robi za znak rozpoznawczy w innych sieciach na wzór nazwy użytkownika. Z tej racji jej nazwa nie może się pokrywać z nazwą użytkownika lub grupą użytkowników.",
@@ -107,8 +107,8 @@
"alert.create-success": "Kategoria pomyślnie dodana!",
"alert.none-active": "Nie masz aktywnych kategorii.",
"alert.create": "Utwórz kategorię",
- "alert.add": "Add a Category",
- "alert.add-help": "Remote categories can be added to the categories listing by specifying their handle.
Note — The remote category may not reflect all topics published unless at least one local user tracks/watches it.",
+ "alert.add": "Dodaj do kategorii",
+ "alert.add-help": "Zdalne kategorie mogą zostać przypisane do kategorii po ich wskazaniu.
Uwaga — Zdalna kategoria może nie być w pełni wypełniona wątkami do czasu gdy jeden z lokalnych użytkowników zacznie ją śledzić/obserwować.",
"alert.confirm-purge": "
Czy na pewno chcesz wymazać tą kategorię \"%1\"?
Wymazanie kategorii skasuje wszystkie tematy, posty oraz skasuję kategorię z bazy danych. Jeśli chcesz tymczasowousunąć kategorię, będziesz musiał \"wyłączyć\" kategorię.
", "alert.purge-success": "Kategoria wymazana!", "alert.copy-success": "Ustawienie skopiowane!", diff --git a/public/language/pl/admin/settings/activitypub.json b/public/language/pl/admin/settings/activitypub.json index 1221119e2a..8d9f135667 100644 --- a/public/language/pl/admin/settings/activitypub.json +++ b/public/language/pl/admin/settings/activitypub.json @@ -18,15 +18,15 @@ "probe-timeout": "Czas oczekiwania (milisekundy)", "probe-timeout-help": "(Domyślnie: 2000) O ile zapytanie nie doczeka się odpowiedzi w tym czasie to użytkownik otrzyma odnośnik bezpośredni. Możesz wydłużyć czas oczekiwania o ile strony działają wolno a mimo to chcesz dać im szansę.", - "rules": "Categorization", - "rules-intro": "Content discovered via ActivityPub can be automatically categorized based on certain rules (e.g. hashtag)", - "rules.modal.title": "How it works", - "rules.modal.instructions": "Any incoming content is checked against these categorization rules, and matching content is automatically moved into the category of choice.one,two,three)",
- "rules.add": "Add New Rule",
- "rules.type": "Type",
- "rules.value": "Value",
- "rules.cid": "Category",
+ "rules": "Przyszeregowanie",
+ "rules-intro": "Zawartość odkrywana via ActivePub może być automatycznie przyszeregowana w oparciu m.in o hashtag",
+ "rules.modal.title": "Jak to działa",
+ "rules.modal.instructions": "Wszelka zawartość z zewnątrz jest sprawdzana pod kątem zasad przyszeregowania a zatem z automatu umieszczana we własciwych kategoriach.jeden,dwa,trzy)",
+ "rules.add": "Dodaj nową regułę",
+ "rules.type": "Typ",
+ "rules.value": "Wartość",
+ "rules.cid": "Kategoria",
"server-filtering": "Filtrowanie",
"count": "NodeBB obecnie wykrywa 1% serwerów",
diff --git a/public/language/zh-CN/admin/manage/categories.json b/public/language/zh-CN/admin/manage/categories.json
index 39ea767d4e..52302c243e 100644
--- a/public/language/zh-CN/admin/manage/categories.json
+++ b/public/language/zh-CN/admin/manage/categories.json
@@ -1,15 +1,15 @@
{
"manage-categories": "管理版块",
"add-category": "添加版块",
- "add-local-category": "Add Local category",
- "add-remote-category": "Add Remote category",
- "remove": "Remove",
+ "add-local-category": "添加本地版块",
+ "add-remote-category": "添加远程版块",
+ "remove": "移除",
"jump-to": "跳转…",
"settings": "版块设置",
"edit-category": "编辑版块",
"privileges": "权限",
"back-to-categories": "回到版块",
- "id": "Category ID",
+ "id": "版块 ID",
"name": "版块名",
"handle": "版块句柄",
"handle.help": "您的版块句柄在其他网络中用作该版块的代表,类似于用户名。版块句柄不得与现有的用户名或用户组相匹配。",
@@ -107,8 +107,8 @@
"alert.create-success": "版块创建成功!",
"alert.none-active": "您没有有效的版块。",
"alert.create": "创建一个版块",
- "alert.add": "Add a Category",
- "alert.add-help": "Remote categories can be added to the categories listing by specifying their handle.您确定要清除此版块“%1”吗?
清除版块将删除所有主题和帖子,并从数据库中删除版块。 如果您想暂时移除版块,请使用停用版块。
", "alert.purge-success": "版块已删除!", "alert.copy-success": "设置已复制!", diff --git a/public/language/zh-CN/admin/settings/activitypub.json b/public/language/zh-CN/admin/settings/activitypub.json index 984119a7dc..42a1a34f94 100644 --- a/public/language/zh-CN/admin/settings/activitypub.json +++ b/public/language/zh-CN/admin/settings/activitypub.json @@ -18,15 +18,15 @@ "probe-timeout": "查询超时(毫秒)", "probe-timeout-help": "(默认值:2000)如果查询在设定的时间内没有收到回复,将直接把用户发送到链接。如果网站响应速度较慢,您希望给予更多时间,则可将此数字调高。", - "rules": "Categorization", - "rules-intro": "Content discovered via ActivityPub can be automatically categorized based on certain rules (e.g. hashtag)", - "rules.modal.title": "How it works", - "rules.modal.instructions": "Any incoming content is checked against these categorization rules, and matching content is automatically moved into the category of choice.one,two,three)",
- "rules.add": "Add New Rule",
- "rules.type": "Type",
- "rules.value": "Value",
- "rules.cid": "Category",
+ "rules": "分类",
+ "rules-intro": "通过 ActivityPub 发现的内容可根据特定规则(如标签)进行自动分类。",
+ "rules.modal.title": "它的工作原理",
+ "rules.modal.instructions": "所有传入的内容都会根据这些分类规则进行检查,符合规则的内容会自动移动到指定的版块目录中。一,二,三)",
+ "rules.add": "添加规则",
+ "rules.type": "类型",
+ "rules.value": "值",
+ "rules.cid": "版块",
"server-filtering": "过滤",
"count": "该 NodeBB 目前可检测到 %1 台服务器",
diff --git a/public/language/zh-CN/post-queue.json b/public/language/zh-CN/post-queue.json
index a1a5d47414..4beb41d8ff 100644
--- a/public/language/zh-CN/post-queue.json
+++ b/public/language/zh-CN/post-queue.json
@@ -33,7 +33,7 @@
"reject-all-confirm": "您想要拒绝全部帖子吗?",
"reject-selected": "拒绝选中项",
"reject-selected-confirm": "您确定要拒绝%1个选择的帖子吗?",
- "remove-all": "移动全部",
+ "remove-all": "移除全部",
"remove-all-confirm": "你想删除所有的帖子吗?",
"remove-selected": "移除所选内容",
"remove-selected-confirm": "你想删除%1的选定帖子吗?",