summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i18n/ar.i18n.json2
-rw-r--r--i18n/br.i18n.json2
-rw-r--r--i18n/ca.i18n.json2
-rw-r--r--i18n/cs.i18n.json2
-rw-r--r--i18n/de.i18n.json2
-rw-r--r--i18n/en-GB.i18n.json2
-rw-r--r--i18n/eo.i18n.json2
-rw-r--r--i18n/es.i18n.json18
-rw-r--r--i18n/eu.i18n.json2
-rw-r--r--i18n/fa.i18n.json2
-rw-r--r--i18n/fi.i18n.json2
-rw-r--r--i18n/fr.i18n.json2
-rw-r--r--i18n/gl.i18n.json2
-rw-r--r--i18n/he.i18n.json2
-rw-r--r--i18n/hu.i18n.json2
-rw-r--r--i18n/id.i18n.json2
-rw-r--r--i18n/it.i18n.json22
-rw-r--r--i18n/ja.i18n.json4
-rw-r--r--i18n/ko.i18n.json2
-rw-r--r--i18n/nb.i18n.json2
-rw-r--r--i18n/nl.i18n.json2
-rw-r--r--i18n/pl.i18n.json2
-rw-r--r--i18n/pt-BR.i18n.json10
-rw-r--r--i18n/ro.i18n.json2
-rw-r--r--i18n/ru.i18n.json2
-rw-r--r--i18n/sr.i18n.json2
-rw-r--r--i18n/sv.i18n.json2
-rw-r--r--i18n/ta.i18n.json2
-rw-r--r--i18n/th.i18n.json2
-rw-r--r--i18n/tr.i18n.json2
-rw-r--r--i18n/uk.i18n.json2
-rw-r--r--i18n/vi.i18n.json2
-rw-r--r--i18n/zh-CN.i18n.json2
-rw-r--r--i18n/zh-TW.i18n.json70
34 files changed, 125 insertions, 57 deletions
diff --git a/i18n/ar.i18n.json b/i18n/ar.i18n.json
index 866aee30..7639f1c6 100644
--- a/i18n/ar.i18n.json
+++ b/i18n/ar.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/br.i18n.json b/i18n/br.i18n.json
index 3bdda564..80b62f3a 100644
--- a/i18n/br.i18n.json
+++ b/i18n/br.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/ca.i18n.json b/i18n/ca.i18n.json
index 94b5e14b..efdb2b2e 100644
--- a/i18n/ca.i18n.json
+++ b/i18n/ca.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/cs.i18n.json b/i18n/cs.i18n.json
index c235c80e..4022b5bd 100644
--- a/i18n/cs.i18n.json
+++ b/i18n/cs.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json
index f3070ee2..08fb8711 100644
--- a/i18n/de.i18n.json
+++ b/i18n/de.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "Sie sind nicht berechtigt diese Seite zu sehen.",
"outgoing-webhooks": "Ausgehende Webhooks",
"outgoingWebhooksPopup-title": "Ausgehende Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan-Version",
"Node_version": "Node-Version",
"OS_Arch": "Betriebssystem-Architektur",
diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json
index fd46b568..2eca7bc1 100644
--- a/i18n/en-GB.i18n.json
+++ b/i18n/en-GB.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorised to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/eo.i18n.json b/i18n/eo.i18n.json
index 266fea82..5a2a837d 100644
--- a/i18n/eo.i18n.json
+++ b/i18n/eo.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/es.i18n.json b/i18n/es.i18n.json
index 3ed18a2d..86bfc1f4 100644
--- a/i18n/es.i18n.json
+++ b/i18n/es.i18n.json
@@ -142,9 +142,9 @@
"comment": "Comentario",
"comment-placeholder": "Escribir Comentario",
"comment-only": "Sólo comentario",
- "comment-only-desc": "Can comment on cards only.",
+ "comment-only-desc": "Solo se puede comentar en tarjetas.",
"computer": "Ordenador",
- "copy-card-link-to-clipboard": "Copy card link to clipboard",
+ "copy-card-link-to-clipboard": "Copiar enlace a la tarjeta al portapapeles",
"create": "Crear",
"createBoardPopup-title": "Crear tablero",
"chooseBoardSourcePopup-title": "Importar tablero",
@@ -192,7 +192,7 @@
"error-user-notAllowSelf": "No puedes invitarte a ti mismo",
"error-user-notCreated": "This user is not created",
"error-username-taken": "Este nombre de usuario ya está en uso",
- "error-email-taken": "Email has already been taken",
+ "error-email-taken": "Esta direccion de Email ya está en uso",
"export-board": "Export board",
"filter": "Filter",
"filter-cards": "Fichas de filtro",
@@ -208,22 +208,22 @@
"headerBarCreateBoardPopup-title": "Crear tablero",
"home": "Inicio",
"import": "Importar",
- "import-board": "import board",
+ "import-board": "importar tablero",
"import-board-c": "Importar tablero",
"import-board-title-trello": "Importar tablero desde Trello",
- "import-board-title-wekan": "Import board from Wekan",
- "import-sandstorm-warning": "Imported board will delete all existing data on board and replace it with imported board.",
+ "import-board-title-wekan": "Importar tablero desde Wekan",
+ "import-sandstorm-warning": "El tablero importado va a borrar todos los datos existentes en este tablero y reemplazarlos con los datos del tablero importado.",
"from-trello": "Desde Trello",
"from-wekan": "Desde Wekan",
"import-board-instruction-trello": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text",
- "import-board-instruction-wekan": "In your Wekan board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
+ "import-board-instruction-wekan": "En tu tablero Wekan, ve a 'Menu', luego 'Exportar tablero', y copia el texto en el archivo descargado.",
"import-json-placeholder": "Paste your valid JSON data here",
"import-map-members": "Mapa de miembros",
"import-members-map": "Your imported board has some members. Please map the members you want to import to Wekan users",
"import-show-user-mapping": "Review members mapping",
"import-user-select": "Pick the Wekan user you want to use as this member",
"importMapMembersAddPopup-title": "Seleccionar un miembro de Wekan",
- "info": "Version",
+ "info": "Versión",
"initials": "Iniciales",
"invalid-date": "Fecha no Válida",
"joined": "se ha unido",
@@ -368,6 +368,8 @@
"error-notAuthorized": "No estás autorizado a ver esta página.",
"outgoing-webhooks": "Webhooks salientes",
"outgoingWebhooksPopup-title": "Webhooks salientes",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/eu.i18n.json b/i18n/eu.i18n.json
index a13558e8..51e83d90 100644
--- a/i18n/eu.i18n.json
+++ b/i18n/eu.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "Ez duzu orri hau ikusteko baimenik.",
"outgoing-webhooks": "Irteerako Webhook-ak",
"outgoingWebhooksPopup-title": "Irteerako Webhook-ak",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan bertsioa",
"Node_version": "Nodo bertsioa",
"OS_Arch": "SE Arkitektura",
diff --git a/i18n/fa.i18n.json b/i18n/fa.i18n.json
index 0662de40..738cf1ce 100644
--- a/i18n/fa.i18n.json
+++ b/i18n/fa.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/fi.i18n.json b/i18n/fi.i18n.json
index 7658edb4..9b83ad6c 100644
--- a/i18n/fi.i18n.json
+++ b/i18n/fi.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "Sinulla ei ole oikeutta tarkastella tätä sivua.",
"outgoing-webhooks": "Lähtevät Webkoukut",
"outgoingWebhooksPopup-title": "Lähtevät Webkoukut",
+ "new-integration": "Uusi integraatio",
+ "no-name": "(Tuntematon)",
"Wekan_version": "Wekan versio",
"Node_version": "Node versio",
"OS_Arch": "Käyttöjärjestelmän arkkitehtuuri",
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json
index 48b9ee66..1d5162af 100644
--- a/i18n/fr.i18n.json
+++ b/i18n/fr.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "Vous n'êtes pas autorisé à accéder à cette page.",
"outgoing-webhooks": "Webhooks sortants",
"outgoingWebhooksPopup-title": "Webhooks sortants",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Version de Wekan",
"Node_version": "Version de Node",
"OS_Arch": "OS Architecture",
diff --git a/i18n/gl.i18n.json b/i18n/gl.i18n.json
index 1910045b..573d0c4e 100644
--- a/i18n/gl.i18n.json
+++ b/i18n/gl.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/he.i18n.json b/i18n/he.i18n.json
index e14ade13..923a9381 100644
--- a/i18n/he.i18n.json
+++ b/i18n/he.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "אין לך הרשאה לצפות בעמוד זה.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "גרסת wekan",
"Node_version": "גרסת Node",
"OS_Arch": "ארכיטקטורת מערכת הפעלה",
diff --git a/i18n/hu.i18n.json b/i18n/hu.i18n.json
index 71cfd544..105cea3d 100644
--- a/i18n/hu.i18n.json
+++ b/i18n/hu.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/id.i18n.json b/i18n/id.i18n.json
index c9c370e3..cb92f92d 100644
--- a/i18n/id.i18n.json
+++ b/i18n/id.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json
index 5c40ba09..11b0e025 100644
--- a/i18n/it.i18n.json
+++ b/i18n/it.i18n.json
@@ -144,7 +144,7 @@
"comment-only": "Solo commenti",
"comment-only-desc": "Puoi commentare solo le schede.",
"computer": "Computer",
- "copy-card-link-to-clipboard": "Copy card link to clipboard",
+ "copy-card-link-to-clipboard": "Copia link della scheda sulla clipboard",
"create": "Crea",
"createBoardPopup-title": "Crea bacheca",
"chooseBoardSourcePopup-title": "Importa bacheca",
@@ -192,7 +192,7 @@
"error-user-notAllowSelf": "Non puoi invitare te stesso",
"error-user-notCreated": "L'utente non è stato creato",
"error-username-taken": "Questo username è già utilizzato",
- "error-email-taken": "Email has already been taken",
+ "error-email-taken": "L'email è già stata presa",
"export-board": "Esporta bacheca",
"filter": "Filtra",
"filter-cards": "Filtra schede",
@@ -223,7 +223,7 @@
"import-show-user-mapping": "Rivedi la mappatura dei membri",
"import-user-select": "Scegli l'utente Wekan che vuoi utilizzare come questo membro",
"importMapMembersAddPopup-title": "Seleziona i membri di Wekan",
- "info": "Version",
+ "info": "Versione",
"initials": "Iniziali",
"invalid-date": "Data non valida",
"joined": "si è unito a",
@@ -368,7 +368,9 @@
"error-notAuthorized": "Non sei autorizzato ad accedere a questa pagina.",
"outgoing-webhooks": "Server esterni",
"outgoingWebhooksPopup-title": "Server esterni",
- "Wekan_version": "Wekan version",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
+ "Wekan_version": "Versione di Wekan",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
"OS_Cpus": "OS CPU Count",
@@ -379,11 +381,11 @@
"OS_Totalmem": "OS Total Memory",
"OS_Type": "OS Type",
"OS_Uptime": "OS Uptime",
- "hours": "hours",
- "minutes": "minutes",
- "seconds": "seconds",
- "yes": "Yes",
+ "hours": "ore",
+ "minutes": "minuti",
+ "seconds": "secondi",
+ "yes": "Sì",
"no": "No",
- "accounts": "Accounts",
- "accounts-allowEmailChange": "Allow Email Change"
+ "accounts": "Profili",
+ "accounts-allowEmailChange": "Permetti modifica dell'email"
} \ No newline at end of file
diff --git a/i18n/ja.i18n.json b/i18n/ja.i18n.json
index 270d6081..5a4eb370 100644
--- a/i18n/ja.i18n.json
+++ b/i18n/ja.i18n.json
@@ -144,7 +144,7 @@
"comment-only": "コメントのみ",
"comment-only-desc": "カードにのみコメント可能",
"computer": "コンピューター",
- "copy-card-link-to-clipboard": "Copy card link to clipboard",
+ "copy-card-link-to-clipboard": "カードへのリンクをクリップボードにコピー",
"create": "作成",
"createBoardPopup-title": "ボードの作成",
"chooseBoardSourcePopup-title": "ボードをインポート",
@@ -368,6 +368,8 @@
"error-notAuthorized": "このページを参照する権限がありません。",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekanバージョン",
"Node_version": "Nodeバージョン",
"OS_Arch": "OSアーキテクチャ",
diff --git a/i18n/ko.i18n.json b/i18n/ko.i18n.json
index 32064ab2..880db0a6 100644
--- a/i18n/ko.i18n.json
+++ b/i18n/ko.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "이 페이지를 볼 수있는 권한이 없습니다.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/nb.i18n.json b/i18n/nb.i18n.json
index 86a87a52..a98e05bf 100644
--- a/i18n/nb.i18n.json
+++ b/i18n/nb.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/nl.i18n.json b/i18n/nl.i18n.json
index 37623dea..bd2457b5 100644
--- a/i18n/nl.i18n.json
+++ b/i18n/nl.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "Je bent niet toegestaan om deze pagina te bekijken.",
"outgoing-webhooks": "Uitgaande Webhooks",
"outgoingWebhooksPopup-title": "Uitgaande Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan versie",
"Node_version": "Node versie",
"OS_Arch": "OS Arch",
diff --git a/i18n/pl.i18n.json b/i18n/pl.i18n.json
index 1e2162b9..71d8e574 100644
--- a/i18n/pl.i18n.json
+++ b/i18n/pl.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json
index df689d9b..ed1127ac 100644
--- a/i18n/pt-BR.i18n.json
+++ b/i18n/pt-BR.i18n.json
@@ -144,7 +144,7 @@
"comment-only": "Somente comentários",
"comment-only-desc": "Pode comentar apenas em cartões.",
"computer": "Computador",
- "copy-card-link-to-clipboard": "Copy card link to clipboard",
+ "copy-card-link-to-clipboard": "Copiar link do cartão para a área de transferência",
"create": "Criar",
"createBoardPopup-title": "Criar Quadro",
"chooseBoardSourcePopup-title": "Importar quadro",
@@ -366,8 +366,10 @@
"email-invite-register-text": "Caro __user__,\n\n__inviter__ convidou você para colaborar no Wekan.\n\nPor favor, vá no link abaixo:\n__url__\n\nE seu código de convite é: __icode__\n\nObrigado.",
"error-invitation-code-not-exist": "O código do convite não existe",
"error-notAuthorized": "Você não está autorizado à ver esta página.",
- "outgoing-webhooks": "Outgoing Webhooks",
- "outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "outgoing-webhooks": "Webhook de saída",
+ "outgoingWebhooksPopup-title": "Webhook de saída",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Versão do Wekan",
"Node_version": "Versão do Node",
"OS_Arch": "Arquitetura do SO",
@@ -375,7 +377,7 @@
"OS_Freemem": "Memória Disponível do SO",
"OS_Loadavg": "Carga Média do SO",
"OS_Platform": "Plataforma do SO",
- "OS_Release": "OS Release",
+ "OS_Release": "Versão do SO",
"OS_Totalmem": "Memória Total do SO",
"OS_Type": "Tipo do SO",
"OS_Uptime": "Disponibilidade do SO",
diff --git a/i18n/ro.i18n.json b/i18n/ro.i18n.json
index 5833bc80..3b99c244 100644
--- a/i18n/ro.i18n.json
+++ b/i18n/ro.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/ru.i18n.json b/i18n/ru.i18n.json
index 704d01e0..2b9acac2 100644
--- a/i18n/ru.i18n.json
+++ b/i18n/ru.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "У вас нет доступа на просмотр этой страницы.",
"outgoing-webhooks": "Исходящие Веб-хуки",
"outgoingWebhooksPopup-title": "Исходящие Веб-хуки",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Версия Wekan",
"Node_version": "Версия NodeJS",
"OS_Arch": "Архитектура",
diff --git a/i18n/sr.i18n.json b/i18n/sr.i18n.json
index fdcd855c..075317f0 100644
--- a/i18n/sr.i18n.json
+++ b/i18n/sr.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/sv.i18n.json b/i18n/sv.i18n.json
index 82ffb201..987afdae 100644
--- a/i18n/sv.i18n.json
+++ b/i18n/sv.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/ta.i18n.json b/i18n/ta.i18n.json
index b2f15d20..74bb83fd 100644
--- a/i18n/ta.i18n.json
+++ b/i18n/ta.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/th.i18n.json b/i18n/th.i18n.json
index e150b483..f1699a0a 100644
--- a/i18n/th.i18n.json
+++ b/i18n/th.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/tr.i18n.json b/i18n/tr.i18n.json
index ddefaf91..62276996 100644
--- a/i18n/tr.i18n.json
+++ b/i18n/tr.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "Bu sayfayı görmek için yetkiniz yok.",
"outgoing-webhooks": "Dışarı giden bağlantılar",
"outgoingWebhooksPopup-title": "Dışarı giden bağlantılar",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan sürümü",
"Node_version": "Node sürümü",
"OS_Arch": "OS Arch",
diff --git a/i18n/uk.i18n.json b/i18n/uk.i18n.json
index 2e19530a..483922ce 100644
--- a/i18n/uk.i18n.json
+++ b/i18n/uk.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/vi.i18n.json b/i18n/vi.i18n.json
index 96799670..d59122fe 100644
--- a/i18n/vi.i18n.json
+++ b/i18n/vi.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json
index 00b47f41..c20ba8cf 100644
--- a/i18n/zh-CN.i18n.json
+++ b/i18n/zh-CN.i18n.json
@@ -368,6 +368,8 @@
"error-notAuthorized": "您无权查看此页面。",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
diff --git a/i18n/zh-TW.i18n.json b/i18n/zh-TW.i18n.json
index d3279be5..b87b2741 100644
--- a/i18n/zh-TW.i18n.json
+++ b/i18n/zh-TW.i18n.json
@@ -37,7 +37,7 @@
"activity-sent": "寄送 %s 至 %s",
"activity-unjoined": "解除關聯 %s",
"activity-checklist-added": "新增待辦清單至 %s",
- "activity-checklist-item-added": "added checklist item to '%s' in %s",
+ "activity-checklist-item-added": "新增待辦清單項目從 %s 到 %s",
"add": "新增",
"add-attachment": "新增附件",
"add-board": "新增看板",
@@ -56,7 +56,7 @@
"and-n-other-card": "和其他 __count__ 個卡片",
"and-n-other-card_plural": "和其他 __count__ 個卡片",
"apply": "送出",
- "app-is-offline": "Wekan is loading, please wait. Refreshing the page will cause data loss. If Wekan does not load, please check that Wekan server has not stopped.",
+ "app-is-offline": "請稍候,資料讀取中,重整頁面可能會導致資料遺失。如果一直讀取,請檢查 Wekan 的伺服器是否正確運行。",
"archive": "刪除",
"archive-all": "全部刪除",
"archive-board": "刪除看板",
@@ -139,15 +139,15 @@
"color-red": "紅色",
"color-sky": "天藍",
"color-yellow": "黃色",
- "comment": "評論",
+ "comment": "留言",
"comment-placeholder": "新增評論",
"comment-only": "只可以發表評論",
"comment-only-desc": "只可以對卡片發表評論",
"computer": "從本機上傳",
- "copy-card-link-to-clipboard": "Copy card link to clipboard",
+ "copy-card-link-to-clipboard": "將卡片連結複製到剪貼板",
"create": "建立",
"createBoardPopup-title": "建立看板",
- "chooseBoardSourcePopup-title": "Import board",
+ "chooseBoardSourcePopup-title": "匯入看板",
"createLabelPopup-title": "建立標籤",
"current": "目前",
"date": "日期",
@@ -192,7 +192,7 @@
"error-user-notAllowSelf": "不允許對自己執行此操作",
"error-user-notCreated": "該使用者未能成功建立",
"error-username-taken": "這個使用者名稱已被使用",
- "error-email-taken": "Email has already been taken",
+ "error-email-taken": "電子信箱已被使用",
"export-board": "Export board",
"filter": "過濾",
"filter-cards": "過濾卡片",
@@ -208,22 +208,22 @@
"headerBarCreateBoardPopup-title": "建立看板",
"home": "首頁",
"import": "匯入",
- "import-board": "import board",
- "import-board-c": "Import board",
+ "import-board": "匯入看板",
+ "import-board-c": "匯入看板",
"import-board-title-trello": "匯入在 Trello 的看板",
- "import-board-title-wekan": "Import board from Wekan",
- "import-sandstorm-warning": "Imported board will delete all existing data on board and replace it with imported board.",
- "from-trello": "From Trello",
- "from-wekan": "From Wekan",
+ "import-board-title-wekan": "從 Wekan 匯入看板",
+ "import-sandstorm-warning": "匯入資料將會移除所有現有的看版資料,並取代成此次匯入的看板資料",
+ "from-trello": "來自 Trello",
+ "from-wekan": "來自 Wekan",
"import-board-instruction-trello": "在你的Trello看板中,點選“功能表”,然後選擇“更多”,“列印與匯出”,“匯出為 JSON” 並拷貝結果文本",
- "import-board-instruction-wekan": "In your Wekan board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
+ "import-board-instruction-wekan": "在 Wekan 看板中點選“功能表”,然後選擇“匯出看版”且複製文字到下載的檔案",
"import-json-placeholder": "貼上您有效的 JSON 資料至此",
"import-map-members": "複製成員",
"import-members-map": "您匯入的看板有一些成員。請將您想匯入的成員映射到 Wekan 使用者。",
"import-show-user-mapping": "核對成員映射",
"import-user-select": "選擇您想將此成員映射到的 Wekan 使用者",
"importMapMembersAddPopup-title": "選擇 Wekan 成員",
- "info": "Version",
+ "info": "版本",
"initials": "縮寫",
"invalid-date": "無效的日期",
"joined": "關聯",
@@ -366,24 +366,26 @@
"email-invite-register-text": "親愛的 __user__,\n\n__inviter__ 邀請您加入 Wekan 一同協作\n\n請點擊下列連結:\n__url__\n\n您的邀請碼為:__icode__\n\n謝謝。",
"error-invitation-code-not-exist": "邀請碼不存在",
"error-notAuthorized": "沒有適合的權限觀看",
- "outgoing-webhooks": "Outgoing Webhooks",
- "outgoingWebhooksPopup-title": "Outgoing Webhooks",
- "Wekan_version": "Wekan version",
- "Node_version": "Node version",
- "OS_Arch": "OS Arch",
- "OS_Cpus": "OS CPU Count",
- "OS_Freemem": "OS Free Memory",
- "OS_Loadavg": "OS Load Average",
- "OS_Platform": "OS Platform",
- "OS_Release": "OS Release",
- "OS_Totalmem": "OS Total Memory",
- "OS_Type": "OS Type",
- "OS_Uptime": "OS Uptime",
- "hours": "hours",
- "minutes": "minutes",
- "seconds": "seconds",
- "yes": "Yes",
- "no": "No",
- "accounts": "Accounts",
- "accounts-allowEmailChange": "Allow Email Change"
+ "outgoing-webhooks": "設定 Webhooks",
+ "outgoingWebhooksPopup-title": "設定 Webhooks",
+ "new-integration": "New integration",
+ "no-name": "(Unknown)",
+ "Wekan_version": "Wekan 版本",
+ "Node_version": "Node 版本",
+ "OS_Arch": "系統架構",
+ "OS_Cpus": "系統\b CPU 數",
+ "OS_Freemem": "undefined",
+ "OS_Loadavg": "系統平均讀取",
+ "OS_Platform": "系統平臺",
+ "OS_Release": "系統發佈版本",
+ "OS_Totalmem": "系統總記憶體",
+ "OS_Type": "系統類型",
+ "OS_Uptime": "系統運行時間",
+ "hours": "小時",
+ "minutes": "分鐘",
+ "seconds": "秒",
+ "yes": "是",
+ "no": "否",
+ "accounts": "帳號",
+ "accounts-allowEmailChange": "准許變更電子信箱"
} \ No newline at end of file