diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4be99b20..3eee7869f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ Download section.
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
-# Upcoming WeKan ® release
+# v6.45 2022-09-14 WeKan ® release
This release adds the following new features:
@@ -15,6 +15,8 @@ This release adds the following new features:
Thanks to helioguardabaxo.
- [Add info about RTL languages to Meteor WeKan. Not used in Meteor WeKan yet](https://github.com/wekan/wekan/commit/cf7c0512422178be23d287cce269a7b854a2bc21).
Thanks to xet7.
+- [Added help button with custom URL](https://github.com/wekan/wekan/pull/4681).
+ Thanks to helioguardabaxo.
and adds the following updates:
@@ -25,6 +27,8 @@ and fixes the following bugs:
- [Avoid non-terminating containers](https://github.com/wekan/wekan/pull/4675).
Thanks to bronger.
+- [Fixed WeKan api.py . WeKan API now works in newest WeKan and n8n](https://github.com/wekan/wekan/commit/aa2c3774a233025a163e9d9c210ad2f1807c0acb).
+ Thanks to DimDz and Joffcom.
Thanks to above GitHub users for their contributions and translators for their translations.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 5425ac274..eda8012ab 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v6.44.0"
+appVersion: "v6.45.0"
files:
userUploads:
- README.md
diff --git a/api.py b/api.py
index ec2d7d3fa..1f6691100 100755
--- a/api.py
+++ b/api.py
@@ -162,7 +162,7 @@ users = wekanurl + apiusers
# ------- LOGIN TOKEN START -----------
data = {"username": username, "password": password}
-body = requests.post(wekanloginurl, data=data)
+body = requests.post(wekanloginurl, json=data)
d = body.json()
apikey = d['token']
diff --git a/helm/wekan/Chart.yaml b/helm/wekan/Chart.yaml
index 3bb9c39a1..b4a156aa0 100644
--- a/helm/wekan/Chart.yaml
+++ b/helm/wekan/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "6.44"
+appVersion: "6.45"
dependencies:
- condition: mongodb.enabled
name: mongodb
diff --git a/helm/wekan/values.yaml b/helm/wekan/values.yaml
index 1d7024558..4a4b1ac93 100644
--- a/helm/wekan/values.yaml
+++ b/helm/wekan/values.yaml
@@ -14,7 +14,7 @@ serviceAccounts:
##
image:
repository: quay.io/wekan/wekan
- tag: v6.44
+ tag: v6.45
pullPolicy: IfNotPresent
## Configuration for wekan component
diff --git a/imports/i18n/data/ar-DZ.i18n.json b/imports/i18n/data/ar-DZ.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ar-DZ.i18n.json
+++ b/imports/i18n/data/ar-DZ.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ar-EG.i18n.json b/imports/i18n/data/ar-EG.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ar-EG.i18n.json
+++ b/imports/i18n/data/ar-EG.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ar.i18n.json b/imports/i18n/data/ar.i18n.json
index 69faf46f0..f82095bec 100644
--- a/imports/i18n/data/ar.i18n.json
+++ b/imports/i18n/data/ar.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "اسم المستخدم",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "مستخدم جديد",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ary.i18n.json b/imports/i18n/data/ary.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ary.i18n.json
+++ b/imports/i18n/data/ary.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ast-ES.i18n.json b/imports/i18n/data/ast-ES.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ast-ES.i18n.json
+++ b/imports/i18n/data/ast-ES.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/az-AZ.i18n.json b/imports/i18n/data/az-AZ.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/az-AZ.i18n.json
+++ b/imports/i18n/data/az-AZ.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/az-LA.i18n.json b/imports/i18n/data/az-LA.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/az-LA.i18n.json
+++ b/imports/i18n/data/az-LA.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/az.i18n.json b/imports/i18n/data/az.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/az.i18n.json
+++ b/imports/i18n/data/az.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/bg.i18n.json b/imports/i18n/data/bg.i18n.json
index c5aba7bc3..4272e1187 100644
--- a/imports/i18n/data/bg.i18n.json
+++ b/imports/i18n/data/bg.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Потребителско име",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Уведомления",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/br.i18n.json b/imports/i18n/data/br.i18n.json
index 97e5b6ded..a4b360395 100644
--- a/imports/i18n/data/br.i18n.json
+++ b/imports/i18n/data/br.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ca.i18n.json b/imports/i18n/data/ca.i18n.json
index fc0372447..13fb3a70a 100644
--- a/imports/i18n/data/ca.i18n.json
+++ b/imports/i18n/data/ca.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nom d'Usuari",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/cs-CZ.i18n.json b/imports/i18n/data/cs-CZ.i18n.json
index bb92747e8..cc5b638e6 100644
--- a/imports/i18n/data/cs-CZ.i18n.json
+++ b/imports/i18n/data/cs-CZ.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Výška vlastního loga v horním levém rohu. Defaultně: 27",
"custom-login-logo-image-url": "URL vlastního loga přihlášení",
"custom-login-logo-link-url": "URL odkazu vlastního loga přihlášení",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text pod vlastním logem přihlášení",
"automatic-linked-url-schemes": "Vlastní URL schémata, která by automaticky měla být klikatelná.\nJedno schéma na řádek",
"username": "Uživatelské jméno",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editovat uživatele",
"newUserPopup-title": "Nový uživatel",
"notifications": "Upozornění",
+ "help": "Help",
"view-all": "Zobrazit vše",
"filter-by-unread": "Zobrazit nepřečtené",
"mark-all-as-read": "Označit vše jako přečtené",
diff --git a/imports/i18n/data/cs.i18n.json b/imports/i18n/data/cs.i18n.json
index 7167720a9..3ef66a1b5 100644
--- a/imports/i18n/data/cs.i18n.json
+++ b/imports/i18n/data/cs.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Výška vlastního loga v horním levém rohu. Defaultně: 27",
"custom-login-logo-image-url": "URL vlastního loga přihlášení",
"custom-login-logo-link-url": "URL odkazu vlastního loga přihlášení",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text pod vlastním logem přihlášení",
"automatic-linked-url-schemes": "Vlastní URL schémata, která by automaticky měla být klikatelná.\nJedno schéma na řádek",
"username": "Uživatelské jméno",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editovat uživatele",
"newUserPopup-title": "Nový uživatel",
"notifications": "Upozornění",
+ "help": "Help",
"view-all": "Zobrazit vše",
"filter-by-unread": "Zobrazit nepřečtené",
"mark-all-as-read": "Označit vše jako přečtené",
diff --git a/imports/i18n/data/cy-GB.i18n.json b/imports/i18n/data/cy-GB.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/cy-GB.i18n.json
+++ b/imports/i18n/data/cy-GB.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/cy.i18n.json b/imports/i18n/data/cy.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/cy.i18n.json
+++ b/imports/i18n/data/cy.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/da.i18n.json b/imports/i18n/data/da.i18n.json
index 94856344b..296c79dbe 100644
--- a/imports/i18n/data/da.i18n.json
+++ b/imports/i18n/data/da.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Brugernavn",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Redigér bruger",
"newUserPopup-title": "Ny bruger",
"notifications": "Notifikationer",
+ "help": "Help",
"view-all": "Vis alle",
"filter-by-unread": "Filtrér efter ulæst",
"mark-all-as-read": "Markér alle som læst",
diff --git a/imports/i18n/data/de-AT.i18n.json b/imports/i18n/data/de-AT.i18n.json
index 2a3837336..3c9fe5c40 100644
--- a/imports/i18n/data/de-AT.i18n.json
+++ b/imports/i18n/data/de-AT.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Benutzerdefiniertes Logo oben links Höhe. Voreinstellung: 27",
"custom-login-logo-image-url": "Benutzerdefiniertes Login Logo Bild URL",
"custom-login-logo-link-url": "Benutzerdefiniertes Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text unterhalb benutzerdefiniertem Login Logo",
"automatic-linked-url-schemes": "Spezielle URL-Schemas, die durch Klick automatisch öffenbar sein sollen. Ein URL-Schema pro Zeile",
"username": "Benutzername",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Benutzer ändern",
"newUserPopup-title": "Neuer Benutzer",
"notifications": "Benachrichtigungen",
+ "help": "Help",
"view-all": "Alle anzeigen",
"filter-by-unread": "Nur ungelesene",
"mark-all-as-read": "Alle als gelesen markieren",
diff --git a/imports/i18n/data/de-CH.i18n.json b/imports/i18n/data/de-CH.i18n.json
index 2338017c6..b808def47 100644
--- a/imports/i18n/data/de-CH.i18n.json
+++ b/imports/i18n/data/de-CH.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Benutzerdefiniertes Logo oben links Höhe. Voreinstellung: 27",
"custom-login-logo-image-url": "Benutzerdefiniertes Login Logo Bild URL",
"custom-login-logo-link-url": "Benutzerdefiniertes Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text unterhalb benutzerdefiniertem Login Logo",
"automatic-linked-url-schemes": "Spezielle URL-Schemas, die durch Klick automatisch öffenbar sein sollen. Ein URL-Schema pro Zeile",
"username": "Benutzername",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Benutzer ändern",
"newUserPopup-title": "Neuer Benutzer",
"notifications": "Benachrichtigungen",
+ "help": "Help",
"view-all": "Alle anzeigen",
"filter-by-unread": "Nur ungelesene",
"mark-all-as-read": "Alle als gelesen markieren",
diff --git a/imports/i18n/data/de.i18n.json b/imports/i18n/data/de.i18n.json
index 4052e9c92..24cc37427 100644
--- a/imports/i18n/data/de.i18n.json
+++ b/imports/i18n/data/de.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Benutzerdefiniertes Logo oben links Höhe. Voreinstellung: 27",
"custom-login-logo-image-url": "Benutzerdefiniertes Login Logo Bild URL",
"custom-login-logo-link-url": "Benutzerdefiniertes Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text unterhalb benutzerdefiniertem Login Logo",
"automatic-linked-url-schemes": "Spezielle URL-Schemas, die durch Klick automatisch öffenbar sein sollen. Ein URL-Schema pro Zeile",
"username": "Benutzername",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Benutzer ändern",
"newUserPopup-title": "Neuer Benutzer",
"notifications": "Benachrichtigungen",
+ "help": "Help",
"view-all": "Alle anzeigen",
"filter-by-unread": "Nur ungelesene",
"mark-all-as-read": "Alle als gelesen markieren",
diff --git a/imports/i18n/data/el-GR.i18n.json b/imports/i18n/data/el-GR.i18n.json
index aad7a4874..5166df026 100644
--- a/imports/i18n/data/el-GR.i18n.json
+++ b/imports/i18n/data/el-GR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Όνομα Χρήστη",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/en-BR.i18n.json b/imports/i18n/data/en-BR.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/en-BR.i18n.json
+++ b/imports/i18n/data/en-BR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/en-DE.i18n.json b/imports/i18n/data/en-DE.i18n.json
index 63538836a..93db2bd92 100644
--- a/imports/i18n/data/en-DE.i18n.json
+++ b/imports/i18n/data/en-DE.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/en-GB.i18n.json b/imports/i18n/data/en-GB.i18n.json
index 1f0ed52b5..d34ed7b70 100644
--- a/imports/i18n/data/en-GB.i18n.json
+++ b/imports/i18n/data/en-GB.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/en-IT.i18n.json b/imports/i18n/data/en-IT.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/en-IT.i18n.json
+++ b/imports/i18n/data/en-IT.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/en-MY.i18n.json b/imports/i18n/data/en-MY.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/en-MY.i18n.json
+++ b/imports/i18n/data/en-MY.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/en-YS.i18n.json b/imports/i18n/data/en-YS.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/en-YS.i18n.json
+++ b/imports/i18n/data/en-YS.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/eo.i18n.json b/imports/i18n/data/eo.i18n.json
index 8abf0ca59..841dd0a1b 100644
--- a/imports/i18n/data/eo.i18n.json
+++ b/imports/i18n/data/eo.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Uzantnomo",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/es-AR.i18n.json b/imports/i18n/data/es-AR.i18n.json
index 24ad92ae4..0065e719e 100644
--- a/imports/i18n/data/es-AR.i18n.json
+++ b/imports/i18n/data/es-AR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nombre de usuario",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/es-CL.i18n.json b/imports/i18n/data/es-CL.i18n.json
index 812d6c3a0..7f920a818 100644
--- a/imports/i18n/data/es-CL.i18n.json
+++ b/imports/i18n/data/es-CL.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nombre de usuario",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editar el usuario",
"newUserPopup-title": "Nuevo usuario",
"notifications": "Notificaciones",
+ "help": "Help",
"view-all": "Ver todo",
"filter-by-unread": "Filtrar por no leído",
"mark-all-as-read": "Marcar todo como leido",
diff --git a/imports/i18n/data/es-LA.i18n.json b/imports/i18n/data/es-LA.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/es-LA.i18n.json
+++ b/imports/i18n/data/es-LA.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/es-MX.i18n.json b/imports/i18n/data/es-MX.i18n.json
index af3dc871a..bbf069cec 100644
--- a/imports/i18n/data/es-MX.i18n.json
+++ b/imports/i18n/data/es-MX.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/es-PE.i18n.json b/imports/i18n/data/es-PE.i18n.json
index 35a0708a3..851c6d34e 100644
--- a/imports/i18n/data/es-PE.i18n.json
+++ b/imports/i18n/data/es-PE.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Altura del logo de la esquina superior izquierda. Por defecto: 27",
"custom-login-logo-image-url": "URL de imagen del logo personalizado de inicio de sesión",
"custom-login-logo-link-url": "URL de enlace del logo personalizado de inicio de sesión",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Texto debajo del logo personalizado de inicio de sesión",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nombre de usuario",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editar el usuario",
"newUserPopup-title": "Nuevo usuario",
"notifications": "Notificaciones",
+ "help": "Help",
"view-all": "Ver todo",
"filter-by-unread": "Filtrar por no leído",
"mark-all-as-read": "Marcar todo como leido",
diff --git a/imports/i18n/data/es-PY.i18n.json b/imports/i18n/data/es-PY.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/es-PY.i18n.json
+++ b/imports/i18n/data/es-PY.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/es.i18n.json b/imports/i18n/data/es.i18n.json
index 8442c02b3..4aa255205 100644
--- a/imports/i18n/data/es.i18n.json
+++ b/imports/i18n/data/es.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nombre de usuario",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editar el usuario",
"newUserPopup-title": "Nuevo usuario",
"notifications": "Notificaciones",
+ "help": "Help",
"view-all": "Ver todo",
"filter-by-unread": "Filtrar por no leído",
"mark-all-as-read": "Marcar todo como leido",
diff --git a/imports/i18n/data/et-EE.i18n.json b/imports/i18n/data/et-EE.i18n.json
index 3d566118f..4f1516cc6 100644
--- a/imports/i18n/data/et-EE.i18n.json
+++ b/imports/i18n/data/et-EE.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Kohandatud vasakpoolse ülemise nurga logo kõrgus. Vaikimisi: 27",
"custom-login-logo-image-url": "Kohandatud sisselogimise logo pildi URL",
"custom-login-logo-link-url": "Kohandatud sisselogimise logo link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Tekst allpool kohandatud sisselogimise logo",
"automatic-linked-url-schemes": "Kohandatud URL-skeemid, mis peaksid olema automaatselt klõpsatavad. Üks URL-skeem rea kohta",
"username": "Kasutajanimi",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Muuda kasutajat",
"newUserPopup-title": "Uus kasutaja",
"notifications": "Teated",
+ "help": "Help",
"view-all": "Vaata kõiki",
"filter-by-unread": "Filtreeri lugemata järgi",
"mark-all-as-read": "Märgi kõik loetud",
diff --git a/imports/i18n/data/eu.i18n.json b/imports/i18n/data/eu.i18n.json
index 8b1fc7b31..f9f1c5e52 100644
--- a/imports/i18n/data/eu.i18n.json
+++ b/imports/i18n/data/eu.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Pertsonalizatutako goiko ezkerreko izkinako logotipoaren zabalera. Lehenetsia: 27",
"custom-login-logo-image-url": "Pertsonalizatutako saioa hasteko logotipoaren irudiaren URLa",
"custom-login-logo-link-url": "Pertsonalizatutako saioa hasteko logotipoaren estekaren URLa",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Pertsonalizatutako saioa hasteko logotipoaren azpiko testua",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Erabiltzaile-izena",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/fa-IR.i18n.json b/imports/i18n/data/fa-IR.i18n.json
index cab2c6f5f..0a5eba96a 100644
--- a/imports/i18n/data/fa-IR.i18n.json
+++ b/imports/i18n/data/fa-IR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/fa.i18n.json b/imports/i18n/data/fa.i18n.json
index 29356fa43..ffd3df974 100644
--- a/imports/i18n/data/fa.i18n.json
+++ b/imports/i18n/data/fa.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "ارتفاع لوگوی سفارشی در گوشه چپ و بالا. پیشفرض: ۲۷",
"custom-login-logo-image-url": "آدرس تصویر لوگوی سفارشی در لاگین",
"custom-login-logo-link-url": "آدرس لینک لوگوی سفارشی در لاگین",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "متن پایین لوگوی سفارشی در فرم لاگین",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "نام کاربری",
@@ -903,6 +904,7 @@
"editUserPopup-title": "ویرایش کاربر",
"newUserPopup-title": "کاربر جدید",
"notifications": "اعلانها",
+ "help": "Help",
"view-all": "مشاهده همه",
"filter-by-unread": "فیلتر با خوانده نشده",
"mark-all-as-read": "علامت همه به خوانده شده",
diff --git a/imports/i18n/data/fi.i18n.json b/imports/i18n/data/fi.i18n.json
index 8ded360d4..4fe9c4114 100644
--- a/imports/i18n/data/fi.i18n.json
+++ b/imports/i18n/data/fi.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Mukautettu oikean yläkulman logokuvan korkeus. Oletus: 27",
"custom-login-logo-image-url": "Mukautettu kirjautumis logo kuvan URL",
"custom-login-logo-link-url": "Mukautettu kirjautumis logon linkki URL",
+ "custom-help-link-url": "Mukautettu Ohje linkki URL",
"text-below-custom-login-logo": "Teksti mukautetun kirjautumis logon alla",
"automatic-linked-url-schemes": "Mukautetut URL-mallit, joiden pitäisi olla automaattisesti klikattavissa. Yksi URL-malli riviä kohden",
"username": "Käyttäjätunnus",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Muokkaa käyttäjää",
"newUserPopup-title": "Uusi käyttäjä",
"notifications": "Ilmoitukset",
+ "help": "Ohje",
"view-all": "Näytä kaikki",
"filter-by-unread": "Suodata lukemattomat",
"mark-all-as-read": "Merkkaa kaikki luetuksi",
diff --git a/imports/i18n/data/fr-CH.i18n.json b/imports/i18n/data/fr-CH.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/fr-CH.i18n.json
+++ b/imports/i18n/data/fr-CH.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/fr.i18n.json b/imports/i18n/data/fr.i18n.json
index 76cfee88f..28546f8ba 100644
--- a/imports/i18n/data/fr.i18n.json
+++ b/imports/i18n/data/fr.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Hauteur du logo personnalisé dans le coin supérieur gauche. Défaut : 27",
"custom-login-logo-image-url": "URL de l'image du logo de connexion personnalisé",
"custom-login-logo-link-url": "Lien URL du logo de connexion personnalisé",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Texte sous le logo de connexion personnalisé",
"automatic-linked-url-schemes": "Schémas d'URI personnalisés qui devraient être automatiquement cliquables. Un schéma d'URI par ligne",
"username": "Nom d'utilisateur",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Éditer l'utilisateur",
"newUserPopup-title": "Nouvel utilisateur",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "Voir tout",
"filter-by-unread": "Filtrer par non lu",
"mark-all-as-read": "Marquer comme lus",
diff --git a/imports/i18n/data/fy-NL.i18n.json b/imports/i18n/data/fy-NL.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/fy-NL.i18n.json
+++ b/imports/i18n/data/fy-NL.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/fy.i18n.json b/imports/i18n/data/fy.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/fy.i18n.json
+++ b/imports/i18n/data/fy.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/gl-ES.i18n.json b/imports/i18n/data/gl-ES.i18n.json
index 57813efe6..0cd9943d6 100644
--- a/imports/i18n/data/gl-ES.i18n.json
+++ b/imports/i18n/data/gl-ES.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nome de usuario",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/gl.i18n.json b/imports/i18n/data/gl.i18n.json
index 57813efe6..0cd9943d6 100644
--- a/imports/i18n/data/gl.i18n.json
+++ b/imports/i18n/data/gl.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nome de usuario",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/gu-IN.i18n.json b/imports/i18n/data/gu-IN.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/gu-IN.i18n.json
+++ b/imports/i18n/data/gu-IN.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/he-IL.i18n.json b/imports/i18n/data/he-IL.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/he-IL.i18n.json
+++ b/imports/i18n/data/he-IL.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/he.i18n.json b/imports/i18n/data/he.i18n.json
index 1b244225a..302c8a31e 100644
--- a/imports/i18n/data/he.i18n.json
+++ b/imports/i18n/data/he.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "גובה לוגו מותאם אישית בפינה הימנית העליונה. בררת מחדל: 27",
"custom-login-logo-image-url": "כתובת תמונת לוגו משלך לכניסה",
"custom-login-logo-link-url": "כתובת קישור לוגו משלך לכניסה",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "טקסט מתחת לשיטת כניסה מותאמת",
"automatic-linked-url-schemes": "סכמות כתובות בהתאמה אישית שיהפכו ללחיצות אוטומטית. סכמת כתובת אחת בשורה",
"username": "שם משתמש",
@@ -903,6 +904,7 @@
"editUserPopup-title": "עריכת משתמש",
"newUserPopup-title": "משתמש חדש",
"notifications": "הודעות",
+ "help": "Help",
"view-all": "להציג הכול",
"filter-by-unread": "סימון לפי כאלו שלא נקראו",
"mark-all-as-read": "לסמן הכול כאילו שנקראו",
diff --git a/imports/i18n/data/hi-IN.i18n.json b/imports/i18n/data/hi-IN.i18n.json
index 265c57f32..0fd7d1934 100644
--- a/imports/i18n/data/hi-IN.i18n.json
+++ b/imports/i18n/data/hi-IN.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/hi.i18n.json b/imports/i18n/data/hi.i18n.json
index 265c57f32..0fd7d1934 100644
--- a/imports/i18n/data/hi.i18n.json
+++ b/imports/i18n/data/hi.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/hr.i18n.json b/imports/i18n/data/hr.i18n.json
index b264e4d12..1c9280cc0 100644
--- a/imports/i18n/data/hr.i18n.json
+++ b/imports/i18n/data/hr.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Korisničko ime",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/hu.i18n.json b/imports/i18n/data/hu.i18n.json
index 2024be8ef..403e34b0d 100644
--- a/imports/i18n/data/hu.i18n.json
+++ b/imports/i18n/data/hu.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Egyedi Bal felső Logo magassága. Alap: 27",
"custom-login-logo-image-url": "Egyedi bejelentkezési Logo kép URL-je",
"custom-login-logo-link-url": "Egyedi bejelentkezési Logo Link URL-je",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Egyedi szöveg-alatti bejelentkezési Logo",
"automatic-linked-url-schemes": "Egyedi URL sémák, melyek automatikusan kattinthatóak. Soronként egy URL per séma.",
"username": "Felhasználónév",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Felhasználó szerkesztése",
"newUserPopup-title": "Új felhasználó",
"notifications": "Értesítések",
+ "help": "Help",
"view-all": "Összes megtekintése",
"filter-by-unread": "Olvasatlanokra szűkít",
"mark-all-as-read": "Összes megjelölése olvasottként",
diff --git a/imports/i18n/data/hy.i18n.json b/imports/i18n/data/hy.i18n.json
index 972bf012b..3c38bb6f3 100644
--- a/imports/i18n/data/hy.i18n.json
+++ b/imports/i18n/data/hy.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/id.i18n.json b/imports/i18n/data/id.i18n.json
index 57642e6ea..a3bd6099f 100644
--- a/imports/i18n/data/id.i18n.json
+++ b/imports/i18n/data/id.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nama Pengguna",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Ubah Pengguna",
"newUserPopup-title": "Pengguna Baru",
"notifications": "Pemberitahuan",
+ "help": "Help",
"view-all": "Lihat Semua",
"filter-by-unread": "Saring yang Belum Dibaca",
"mark-all-as-read": "Tandai semua telah dibaca",
diff --git a/imports/i18n/data/ig.i18n.json b/imports/i18n/data/ig.i18n.json
index 6a165a8d9..e8127449e 100644
--- a/imports/i18n/data/ig.i18n.json
+++ b/imports/i18n/data/ig.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/it.i18n.json b/imports/i18n/data/it.i18n.json
index 5a24ff08a..1be965dfe 100644
--- a/imports/i18n/data/it.i18n.json
+++ b/imports/i18n/data/it.i18n.json
@@ -136,9 +136,9 @@
"back": "Indietro",
"board-change-color": "Cambia colore",
"show-at-all-boards-page": "Show at All Boards page",
- "board-info-on-my-boards": "All Boards Settings",
- "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
- "boardInfoOnMyBoards-title": "All Boards Settings",
+ "board-info-on-my-boards": "Impostazioni di tutte le bacheche",
+ "boardInfoOnMyBoardsPopup-title": "Impostazioni di tutte le bacheche",
+ "boardInfoOnMyBoards-title": "Impostazioni di tutte le bacheche",
"show-card-counter-per-list": "Show card count per list",
"show-board_members-avatar": "Show Board members avatars",
"board-nb-stars": "%s stelle",
@@ -212,12 +212,12 @@
"poker-finish": "Fine",
"poker-result-votes": "Voti",
"poker-result-who": "Chi",
- "poker-replay": "Replay",
+ "poker-replay": "Ripeti",
"set-estimation": "Imposta la stima",
"deletePokerPopup-title": "Delete planning poker?",
"poker-delete-pop": "Deleting is permanent. You will lose all actions associated with this planning poker.",
"cardDeletePopup-title": "Eliminare scheda?",
- "cardArchivePopup-title": "Archive Card?",
+ "cardArchivePopup-title": "Archiviare la card?",
"cardDetailsActionsPopup-title": "Azioni scheda",
"cardLabelsPopup-title": "Etichette",
"cardMembersPopup-title": "Membri",
@@ -338,7 +338,7 @@
"editCardStartDatePopup-title": "Cambia data di inizio",
"editCardDueDatePopup-title": "Cambia data di scadenza",
"editCustomFieldPopup-title": "Modifica campo",
- "addReactionPopup-title": "Add reaction",
+ "addReactionPopup-title": "Aggiungi reazione",
"editCardSpentTimePopup-title": "Cambia tempo trascorso",
"editLabelPopup-title": "Modifica etichetta",
"editNotificationPopup-title": "Modifica notifiche",
@@ -474,8 +474,8 @@
"set-color-list": "Imposta colore",
"listActionPopup-title": "Azioni lista",
"settingsUserPopup-title": "Impostazioni utente",
- "settingsTeamPopup-title": "Team Settings",
- "settingsOrgPopup-title": "Organization Settings",
+ "settingsTeamPopup-title": "Impostazioni team",
+ "settingsOrgPopup-title": "Impostazioni organizzazione",
"swimlaneActionPopup-title": "Azioni swimlane",
"swimlaneAddPopup-title": "Aggiungi swimlane sotto",
"listImportCardPopup-title": "Importa una scheda di Trello",
@@ -597,11 +597,12 @@
"custom-top-left-corner-logo-height": "Altezza del logo personalizzato nell'angolo superiore sinistro. Default: 27",
"custom-login-logo-image-url": "URL dell'immagine del logo personalizzato per il login",
"custom-login-logo-link-url": "Link dell'immagine del logo personalizzato per il login",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Testo sotto il logo personalizzato per il login",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
"import-usernames": "Importa username",
- "view-it": "Vedi",
+ "view-it": "Visualizza",
"warn-list-archived": "attenzione: questa scheda si trova in una lista nell'archivio",
"watch": "Segui",
"watching": "Stai seguendo",
@@ -622,10 +623,10 @@
"people": "Persone",
"registration": "Registrazione",
"disable-self-registration": "Disabilita Auto-registrazione",
- "disable-forgot-password": "Disable Forgot Password",
+ "disable-forgot-password": "Disabilita Password dimenticata",
"invite": "Invita",
"invite-people": "Invita persone",
- "to-boards": "Alla(e) bacheca",
+ "to-boards": "Alla/e bacheca/e",
"email-addresses": "Indirizzi email",
"smtp-host-description": "L'indirizzo del server SMTP che gestisce le tue email.",
"smtp-port-description": "La porta che il tuo server SMTP utilizza per le email in uscita.",
@@ -654,7 +655,7 @@
"global-webhook": "Webhook globali",
"new-outgoing-webhook": "Nuovo webhook in uscita",
"no-name": "(Sconosciuto)",
- "Node_version": "Versione di Node",
+ "Node_version": "Versione Node",
"Meteor_version": "Versione Meteor",
"MongoDB_version": "Versione MongoDB",
"MongoDB_storage_engine": "Storage engine di MongoDB",
@@ -711,7 +712,7 @@
"subtask-settings": "Impostazioni sotto-compiti",
"minicard-settings": "Minicard Settings",
"boardSubtaskSettingsPopup-title": "Impostazioni sotto-compiti della bacheca",
- "boardCardSettingsPopup-title": "Impostazioni della scheda",
+ "boardCardSettingsPopup-title": "Impostazioni scheda",
"boardMinicardSettingsPopup-title": "Minicard Settings",
"deposit-subtasks-board": "Deposita i sotto compiti in questa bacheca",
"deposit-subtasks-list": "Lista di destinaizoni per questi sotto-compiti",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Modifica utente",
"newUserPopup-title": "Nuovo utente",
"notifications": "Notifiche",
+ "help": "Help",
"view-all": "Mostra tutte",
"filter-by-unread": "Filtra per non letto",
"mark-all-as-read": "Segna tutto come letto",
@@ -940,10 +942,10 @@
"card": "Scheda",
"board": "Bacheca",
"context-separator": "/",
- "myCardsViewChange-title": "My Cards View",
- "myCardsViewChangePopup-title": "My Cards View",
+ "myCardsViewChange-title": "Vista mie schede",
+ "myCardsViewChangePopup-title": "Vista mie schede",
"myCardsViewChange-choice-boards": "Bacheche",
- "myCardsViewChange-choice-table": "Table",
+ "myCardsViewChange-choice-table": "Tabella",
"myCardsSortChange-title": "Ordina le mie schede...",
"myCardsSortChangePopup-title": "Ordina le mie schede...",
"myCardsSortChange-choice-board": "Per bacheca",
@@ -1016,7 +1018,7 @@
"predicate-member": "membro",
"predicate-public": "pubblico",
"predicate-private": "privato",
- "predicate-selector": "selector",
+ "predicate-selector": "selettore",
"predicate-projection": "proiezione",
"operator-unknown-error": "%s non è un operatore",
"operator-number-expected": "l'operatore __operator__ prevede un numero, invece è stato fornito '__value__'",
@@ -1087,7 +1089,7 @@
"custom-field-stringtemplate-item-placeholder": "Press enter to add more items",
"creator": "Creatore",
"filesReportTitle": "Files Report",
- "reports": "Reports",
+ "reports": "Segnalazioni",
"rulesReportTitle": "Rules Report",
"boardsReportTitle": "Boards Report",
"cardsReportTitle": "Cards Report",
@@ -1111,25 +1113,25 @@
"details": "Details",
"carbon-copy": "Copia Conoscenza (Cc:)",
"ticket": "Ticket",
- "tickets": "Tickets",
+ "tickets": "Ticket",
"ticket-number": "Ticket Number",
- "open": "Open",
- "pending": "Pending",
- "closed": "Closed",
- "resolved": "Resolved",
+ "open": "Apri",
+ "pending": "In sospeso",
+ "closed": "Chiuso",
+ "resolved": "Risolto",
"cancelled": "Cancelled",
- "history": "History",
- "request": "Request",
- "requests": "Requests",
- "help-request": "Help Request",
+ "history": "Storia",
+ "request": "Richiesta",
+ "requests": "Richieste",
+ "help-request": "Richiesta aiuto",
"editCardSortOrderPopup-title": "Change Sorting",
- "cardDetailsPopup-title": "Card Details",
- "add-teams": "Add teams",
+ "cardDetailsPopup-title": "Dettagli scheda",
+ "add-teams": "Aggiungi team",
"add-teams-label": "Added teams are displayed below:",
"remove-team-from-table": "Are you sure you want to remove this team from the board ?",
- "confirm-btn": "Confirm",
+ "confirm-btn": "Conferma",
"remove-btn": "Rimuovi",
- "filter-card-title-label": "Filter by card title",
+ "filter-card-title-label": "Filtra per titolo scheda",
"invite-people-success": "Invitation to register sent with success",
"invite-people-error": "Error while sending invitation to register",
"can-invite-if-same-mailDomainName": "Email domain name",
@@ -1161,31 +1163,31 @@
"moveChecklist": "Sposta Checklist",
"moveChecklistPopup-title": "Sposta Checklist",
"newlineBecomesNewChecklistItem": "Nuove linee diventano elementi della checklist",
- "copyChecklist": "Copy Checklist",
- "copyChecklistPopup-title": "Copy Checklist",
+ "copyChecklist": "Copia checklist",
+ "copyChecklistPopup-title": "Copia checklist",
"card-show-lists": "Card Show Lists",
"subtaskActionsPopup-title": "Subtask Actions",
- "attachmentActionsPopup-title": "Attachment Actions",
+ "attachmentActionsPopup-title": "Azioni allegato",
"attachment-move-storage-fs": "Move attachment to filesystem",
"attachment-move-storage-gridfs": "Move attachment to GridFS",
- "attachment-move": "Move Attachment",
+ "attachment-move": "Muovi allegato",
"move-all-attachments-to-fs": "Move all attachments to filesystem",
"move-all-attachments-to-gridfs": "Move all attachments to GridFS",
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
- "path": "Path",
- "version-name": "Version-Name",
- "size": "Size",
+ "path": "Percorso",
+ "version-name": "Versione-Nome",
+ "size": "Dimensione",
"storage": "Storage",
"action": "Azione",
"board-title": "Titolo della Bacheca",
"attachmentRenamePopup-title": "Rinomina",
- "uploading": "Uploading",
- "remaining_time": "Remaining time",
- "speed": "Speed",
- "progress": "Progress",
- "password-again": "Password (again)",
+ "uploading": "Caricamento in corso",
+ "remaining_time": "Tempo rimanente",
+ "speed": "Velocità",
+ "progress": "Avanzamento",
+ "password-again": "Password (di nuovo)",
"if-you-already-have-an-account": "If you already have an account",
"register": "Register",
- "forgot-password": "Forgot password"
+ "forgot-password": "Password dimenticata"
}
\ No newline at end of file
diff --git a/imports/i18n/data/ja-HI.i18n.json b/imports/i18n/data/ja-HI.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ja-HI.i18n.json
+++ b/imports/i18n/data/ja-HI.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ka.i18n.json b/imports/i18n/data/ka.i18n.json
index 2c295c963..492ec29fe 100644
--- a/imports/i18n/data/ka.i18n.json
+++ b/imports/i18n/data/ka.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "მომხმარებლის სახელი",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/km.i18n.json b/imports/i18n/data/km.i18n.json
index de297a8bd..d5ac2f638 100644
--- a/imports/i18n/data/km.i18n.json
+++ b/imports/i18n/data/km.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ko-KR.i18n.json b/imports/i18n/data/ko-KR.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ko-KR.i18n.json
+++ b/imports/i18n/data/ko-KR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ko.i18n.json b/imports/i18n/data/ko.i18n.json
index ace82786d..c0fe61859 100644
--- a/imports/i18n/data/ko.i18n.json
+++ b/imports/i18n/data/ko.i18n.json
@@ -65,20 +65,20 @@
"activity-checklist-added": "%s에 체크리스트를 추가함",
"activity-checklist-removed": "%s에서 체크리스트를 삭제함 ",
"activity-checklist-completed": "%s의 %s 체크리스트를 작성함 ",
- "activity-checklist-uncompleted": "uncompleted the checklist %s of %s",
+ "activity-checklist-uncompleted": "완료되지 않은 확인목록 %s 중 %s",
"activity-checklist-item-added": "added checklist item to '%s' in %s",
- "activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
+ "activity-checklist-item-removed": "%s내의 '%s' 에서 제거된 확인목록 항목",
"add": "추가",
"activity-checked-item-card": "체크리스트 %s에서 %s가 체크됨",
"activity-unchecked-item-card": "체크리스트 %s에서 %s가 체크 해제됨",
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
- "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
+ "activity-checklist-uncompleted-card": "완료되지 않은 확인목록 %s ",
"activity-editComment": "수정된 댓글",
"activity-deleteComment": "삭제된 댓글",
- "activity-receivedDate": "edited received date to %s of %s",
- "activity-startDate": "edited start date to %s of %s",
- "activity-dueDate": "edited due date to %s of %s",
- "activity-endDate": "edited end date to %s of %s",
+ "activity-receivedDate": "수신 날짜를 %s의 %s로 수정함",
+ "activity-startDate": "시작 날짜가 %s의 %s로 수정됨",
+ "activity-dueDate": "마감 날짜가 %s의 %s로 수정됨",
+ "activity-endDate": "종료 날짜가 %s의 %s로 수정됨",
"add-attachment": "첨부파일 추가",
"add-board": "보드 추가",
"add-template": "템플릿 추가",
@@ -110,12 +110,12 @@
"app-try-reconnect": "재접속 시도 중 입니다",
"archive": "보관으로 이동",
"archive-all": "모두 저장소로 이동",
- "archive-board": "Move Board to Archive",
- "archive-card": "Move Card to Archive",
- "archive-list": "Move List to Archive",
- "archive-swimlane": "Move Swimlane to Archive",
- "archive-selection": "Move selection to Archive",
- "archiveBoardPopup-title": "Move Board to Archive?",
+ "archive-board": "게시판을 저장소로 이동",
+ "archive-card": "카드를 저장소로 이동",
+ "archive-list": "목록을 저장소로 이동",
+ "archive-swimlane": "swimlane 을 저장소로 이동",
+ "archive-selection": "선택 항목을 저장소로 이동",
+ "archiveBoardPopup-title": "게시판을 저장소로 이동할까요?",
"archived-items": "보관",
"archived-boards": "보관 중인 보드",
"restore-board": "보드 복구",
@@ -123,8 +123,8 @@
"archives": "보관",
"template": "템플릿",
"templates": "템플릿",
- "template-container": "Template Container",
- "add-template-container": "Add Template Container",
+ "template-container": "템플릿 컨테이너",
+ "add-template-container": "템플릿 컨테이너 추가",
"assign-member": "멤버 지정",
"attached": "첨부됨",
"attachment": "첨부 파일",
@@ -135,12 +135,12 @@
"avatar-too-big": "아바타가 너무 큽니다. (최대 520KB)",
"back": "뒤로",
"board-change-color": "보드 색 변경",
- "show-at-all-boards-page": "Show at All Boards page",
- "board-info-on-my-boards": "All Boards Settings",
- "boardInfoOnMyBoardsPopup-title": "All Boards Settings",
- "boardInfoOnMyBoards-title": "All Boards Settings",
- "show-card-counter-per-list": "Show card count per list",
- "show-board_members-avatar": "Show Board members avatars",
+ "show-at-all-boards-page": "모든 게시판 페이지에서 보이기",
+ "board-info-on-my-boards": "모든 게시판 설정",
+ "boardInfoOnMyBoardsPopup-title": "모든 게시판 설정",
+ "boardInfoOnMyBoards-title": "모든 게시판 설정",
+ "show-card-counter-per-list": "목록 당 표시할 카드 수",
+ "show-board_members-avatar": "게시판 회원 아바타 표시",
"board-nb-stars": "%s개의 별",
"board-not-found": "보드를 찾을 수 없습니다",
"board-private-info": "이 보드는 비공개입니다.",
@@ -156,7 +156,7 @@
"board-view": "보드 화면",
"board-view-cal": "달력",
"board-view-swimlanes": "Swimlanes",
- "board-view-collapse": "Collapse",
+ "board-view-collapse": "접기",
"board-view-gantt": "간트",
"board-view-lists": "목록들",
"bucket-example": "예: “프로젝트 이름“ 입력",
@@ -173,7 +173,7 @@
"card-due-on": "종료일",
"card-spent": "Spent Time",
"card-edit-attachments": "첨부 파일 수정",
- "card-edit-custom-fields": "Edit custom fields",
+ "card-edit-custom-fields": "사용자정의 항목 수정",
"card-edit-labels": "라벨 수정",
"card-edit-members": "멤버 수정",
"card-labels-title": "카드의 라벨 변경.",
@@ -182,15 +182,15 @@
"card-start-on": "시작일",
"cardAttachmentsPopup-title": "첨부 파일",
"cardCustomField-datePopup-title": "날짜 변경",
- "cardCustomFieldsPopup-title": "Edit custom fields",
+ "cardCustomFieldsPopup-title": "사용자정의 항목 수정",
"cardStartVotingPopup-title": "투표 시작",
- "positiveVoteMembersPopup-title": "Proponents",
- "negativeVoteMembersPopup-title": "Opponents",
+ "positiveVoteMembersPopup-title": "지지자",
+ "negativeVoteMembersPopup-title": "반대자",
"card-edit-voting": "투표 수정",
- "editVoteEndDatePopup-title": "Change vote end date",
- "allowNonBoardMembers": "Allow all logged in users",
+ "editVoteEndDatePopup-title": "투표 종료 날짜 변경",
+ "allowNonBoardMembers": "로그인 한 모든 사용자 허용",
"vote-question": "투표 질문",
- "vote-public": "Show who voted what",
+ "vote-public": "누가 무엇에 투표했는지 표시",
"vote-for-it": "for it",
"vote-against": "against",
"deleteVotePopup-title": "투표를 삭제합니까?",
@@ -212,7 +212,7 @@
"poker-finish": "완료",
"poker-result-votes": "투표",
"poker-result-who": "누구",
- "poker-replay": "Replay",
+ "poker-replay": "다시하기",
"set-estimation": "Set Estimation",
"deletePokerPopup-title": "Delete planning poker?",
"poker-delete-pop": "이 포커와 관련된 모든 정보를 영구적으로 잃게 됩니다.",
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "아이디",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "알림",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/lt.i18n.json b/imports/i18n/data/lt.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/lt.i18n.json
+++ b/imports/i18n/data/lt.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/lv.i18n.json b/imports/i18n/data/lv.i18n.json
index 933ad1306..b90db32a4 100644
--- a/imports/i18n/data/lv.i18n.json
+++ b/imports/i18n/data/lv.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Logo pierakstīšanās ekrānā - URL",
"custom-login-logo-link-url": "Logo saite pierakstīšanās ekrānā - URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Teksts zem logo pierakstīšanās lapā",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Lietotājvārds",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Labot lietotāju",
"newUserPopup-title": "Jauns lietotājs",
"notifications": "Ziņojumi",
+ "help": "Help",
"view-all": "Skatīt visu",
"filter-by-unread": "Rādīt nelasīto",
"mark-all-as-read": "Atzīmēt visu kā lasītu",
diff --git a/imports/i18n/data/mk.i18n.json b/imports/i18n/data/mk.i18n.json
index d1d720019..88afdd37f 100644
--- a/imports/i18n/data/mk.i18n.json
+++ b/imports/i18n/data/mk.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Потребителско име",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/mn.i18n.json b/imports/i18n/data/mn.i18n.json
index dd3215b12..6fcc44598 100644
--- a/imports/i18n/data/mn.i18n.json
+++ b/imports/i18n/data/mn.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ms-MY.i18n.json b/imports/i18n/data/ms-MY.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ms-MY.i18n.json
+++ b/imports/i18n/data/ms-MY.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ms.i18n.json b/imports/i18n/data/ms.i18n.json
index 0445001ef..e36785093 100644
--- a/imports/i18n/data/ms.i18n.json
+++ b/imports/i18n/data/ms.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Tinggi khas logo penjuru atas kiri. (lalai: 27)",
"custom-login-logo-image-url": "URL khas bagi Imej Logo Log Masuk",
"custom-login-logo-link-url": "URL khas bagi Pautan Logo Log Masuk",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Teks di bawah Logo Khas Log Masuk",
"automatic-linked-url-schemes": "Skim URL Khas yang seharusnya boleh diklik. Satu URL setiap baris",
"username": "Nama Pengguna",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
@@ -1060,79 +1062,79 @@
"globalSearch-instructions-notes-2": "Similar operators are *OR*ed together. Cards that match any of the conditions will be returned.\n`__operator_list__:Available __operator_list__:Blocked` would return cards contained in any list named *Blocked* or *Available*.",
"globalSearch-instructions-notes-3": "Differing operators are *AND*ed together. Only cards that match all of the differing operators are returned. `__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
"globalSearch-instructions-notes-3-2": "Days can be specified as a positive or negative integer or using `__predicate_week__`, `__predicate_month__`, `__predicate_quarter__` or `__predicate_year__` for the current period.",
- "globalSearch-instructions-notes-4": "Text searches are case insensitive.",
- "globalSearch-instructions-notes-5": "By default archived cards are not searched.",
- "link-to-search": "Link to this search",
+ "globalSearch-instructions-notes-4": "Teks carian adalah sensitif-huruf",
+ "globalSearch-instructions-notes-5": "Secara lalai, kad dalam Arkib tidak akan dicari.",
+ "link-to-search": "Pautan kepada carian ini",
"excel-font": "Arial",
"number": "Nombor",
- "label-colors": "Label Colors",
- "label-names": "Label Names",
- "archived-at": "archived at",
- "sort-cards": "Sort Cards",
- "cardsSortPopup-title": "Sort Cards",
- "due-date": "Due Date",
- "server-error": "Server Error",
- "server-error-troubleshooting": "Please submit the error generated by the server.\nFor a snap installation, run: `sudo snap logs wekan.wekan`\nFor a Docker installation, run: `sudo docker logs wekan-app`",
- "title-alphabetically": "Title (Alphabetically)",
- "created-at-newest-first": "Created At (Newest First)",
- "created-at-oldest-first": "Created At (Oldest First)",
- "links-heading": "Links",
- "hide-system-messages-of-all-users": "Hide system messages of all users",
- "now-system-messages-of-all-users-are-hidden": "Now system messages of all users are hidden",
- "move-swimlane": "Move Swimlane",
- "moveSwimlanePopup-title": "Move Swimlane",
- "custom-field-stringtemplate": "String Template",
- "custom-field-stringtemplate-format": "Format (use %{value} as placeholder)",
- "custom-field-stringtemplate-separator": "Separator (use or for a space)",
- "custom-field-stringtemplate-item-placeholder": "Press enter to add more items",
- "creator": "Creator",
- "filesReportTitle": "Files Report",
- "reports": "Reports",
- "rulesReportTitle": "Rules Report",
- "boardsReportTitle": "Boards Report",
- "cardsReportTitle": "Cards Report",
- "copy-swimlane": "Copy Swimlane",
- "copySwimlanePopup-title": "Copy Swimlane",
- "display-card-creator": "Display Card Creator",
- "wait-spinner": "Wait Spinner",
- "Bounce": "Bounce Wait Spinner",
- "Cube": "Cube Wait Spinner",
- "Cube-Grid": "Cube-Grid Wait Spinner",
- "Dot": "Dot Wait Spinner",
- "Double-Bounce": "Double Bounce Wait Spinner",
- "Rotateplane": "Rotateplane Wait Spinner",
- "Scaleout": "Scaleout Wait Spinner",
- "Wave": "Wave Wait Spinner",
- "maximize-card": "Maximize Card",
- "minimize-card": "Minimize Card",
- "delete-org-warning-message": "Can not delete this organization, there is at least one user that belongs to it",
- "delete-team-warning-message": "Can not delete this team, there is at least one user that belongs to it",
- "subject": "Subject",
- "details": "Details",
- "carbon-copy": "Carbon Copy (Cc:)",
- "ticket": "Ticket",
- "tickets": "Tickets",
- "ticket-number": "Ticket Number",
- "open": "Open",
- "pending": "Pending",
- "closed": "Closed",
- "resolved": "Resolved",
- "cancelled": "Cancelled",
- "history": "History",
- "request": "Request",
- "requests": "Requests",
- "help-request": "Help Request",
- "editCardSortOrderPopup-title": "Change Sorting",
- "cardDetailsPopup-title": "Card Details",
- "add-teams": "Add teams",
- "add-teams-label": "Added teams are displayed below:",
- "remove-team-from-table": "Are you sure you want to remove this team from the board ?",
- "confirm-btn": "Confirm",
+ "label-colors": "Label Warna",
+ "label-names": "Label Nama",
+ "archived-at": "diarkibkan pada",
+ "sort-cards": "Susun Kad",
+ "cardsSortPopup-title": "Susun Kad",
+ "due-date": "Tarikh Akhir",
+ "server-error": "Ralat Komputer Pelayan",
+ "server-error-troubleshooting": "Sila masukkan ralat yang diberikan oleh komputer pelayan. \nUntuk instalasi menggunakan snap, larikan: 'sudo snap logs wekan.wekan'\nUntuk Instalasi menggunakan Docker, larikan: 'sudo docker logs wekan-app'",
+ "title-alphabetically": "Judul (mengikut abjad)",
+ "created-at-newest-first": "Tarikh dicipta (dari yang terbaru)",
+ "created-at-oldest-first": "Tarikh dicipta (dari yang terawal)",
+ "links-heading": "Pautan",
+ "hide-system-messages-of-all-users": "Sembunyikan pesanan sistem untuk semua pengguna",
+ "now-system-messages-of-all-users-are-hidden": "Sekarang, pesanan sistem untuk semua pengguna disembunyikan.",
+ "move-swimlane": "Pindah aliranrenang",
+ "moveSwimlanePopup-title": "Pindah aliranrenang",
+ "custom-field-stringtemplate": "Templat rentetan",
+ "custom-field-stringtemplate-format": "Format (guna %{value} sebagai pemegang tempat)",
+ "custom-field-stringtemplate-separator": "Pemisah (guna atau untuk senggang)",
+ "custom-field-stringtemplate-item-placeholder": "Tekan 'enter' untuk tambah lagi item",
+ "creator": "Pencipta",
+ "filesReportTitle": "Laporan Fail",
+ "reports": "Laporan",
+ "rulesReportTitle": "Laporan Peraturan",
+ "boardsReportTitle": "Laporan Papan",
+ "cardsReportTitle": "Laporan Kad",
+ "copy-swimlane": "Salin aliranrenang",
+ "copySwimlanePopup-title": "Salin aliranrenang",
+ "display-card-creator": "Papar pencipta Kad",
+ "wait-spinner": "Roda Pemintal Tunggu",
+ "Bounce": "Pemintal Tunggu Melantun",
+ "Cube": "Pemintal Tunggu Kiub",
+ "Cube-Grid": "Pemintal Tunggu Grid-kiub",
+ "Dot": "Pemintal Tunggu titik",
+ "Double-Bounce": "Pemintal Tunggu Melantun Berganda",
+ "Rotateplane": "Pemintal Tunggu Piring-Berpusing",
+ "Scaleout": "Pemintal Tunggu Skala Mendatar",
+ "Wave": "Pemintal Tunggu Ombak",
+ "maximize-card": "Besarkan Kad",
+ "minimize-card": "Kecilkan Kad",
+ "delete-org-warning-message": "Tidak boleh buang organisasi ini. Masih ada sekurang-kurangnya seorang pengguna dalam organisasi ini.",
+ "delete-team-warning-message": "Tidak boleh buang pasukan ini. Masih lagi ada sekurang-kurangnya seorang pengguna yang berada dalam pasukan ini",
+ "subject": "Tajuk",
+ "details": "Perincian",
+ "carbon-copy": "Salinan Karbon (Cc:)",
+ "ticket": "Tiket",
+ "tickets": "Tiket-tiket",
+ "ticket-number": "Nombor Tiket",
+ "open": "Buka",
+ "pending": "Tangguh",
+ "closed": "Tutup",
+ "resolved": "Selesai",
+ "cancelled": "Batal",
+ "history": "Sejarah",
+ "request": "Permohonan",
+ "requests": "Permohonan",
+ "help-request": "Permohonan Bantuan",
+ "editCardSortOrderPopup-title": "Tukar Susunan",
+ "cardDetailsPopup-title": "Perincian Kad",
+ "add-teams": "Tambah Pasukan",
+ "add-teams-label": "Pasukan yang ditambah adalah seperti paparan di bawah:",
+ "remove-team-from-table": "Anda pasti untuk membuang pasukan ini daripada papan?",
+ "confirm-btn": "Sahkan",
"remove-btn": "Hapus",
- "filter-card-title-label": "Filter by card title",
- "invite-people-success": "Invitation to register sent with success",
- "invite-people-error": "Error while sending invitation to register",
- "can-invite-if-same-mailDomainName": "Email domain name",
+ "filter-card-title-label": "Tapis dengan Judul Kad",
+ "invite-people-success": "Jemputan untuk pendaftaran telah berjaya dihantar",
+ "invite-people-error": "Ralat semasa mengantar jemputan pendaftaran",
+ "can-invite-if-same-mailDomainName": "Nama domain e-mel",
"to-create-teams-contact-admin": "To create teams, please contact the administrator.",
"Node_heap_total_heap_size": "Node heap: total heap size",
"Node_heap_total_heap_size_executable": "Node heap: total heap size executable",
diff --git a/imports/i18n/data/nb.i18n.json b/imports/i18n/data/nb.i18n.json
index 8761d4d08..5177cbeb4 100644
--- a/imports/i18n/data/nb.i18n.json
+++ b/imports/i18n/data/nb.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Tilpass høyde logo topp venstre hjørne (standard 27 px).",
"custom-login-logo-image-url": "Tilpass URL logo-bilde innlogging",
"custom-login-logo-link-url": "Tilpass URL logo-link innlogging",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Tekst under tilpasset logo innlogging",
"automatic-linked-url-schemes": "Egendefinerte URL-tilordninger som automatisk skal kunne klikkes på. Kun én URL-tilordning per linje",
"username": "Brukernavn",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Rediger Bruker",
"newUserPopup-title": "Ny Bruker",
"notifications": "Varsler",
+ "help": "Help",
"view-all": "Se Alle",
"filter-by-unread": "Filtrer Uleste",
"mark-all-as-read": "Merk alle som lest",
diff --git a/imports/i18n/data/nl-NL.i18n.json b/imports/i18n/data/nl-NL.i18n.json
index bbd382f61..7c295f7aa 100644
--- a/imports/i18n/data/nl-NL.i18n.json
+++ b/imports/i18n/data/nl-NL.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Hoogte Van Maatwerk Logo In Linker Bovenhoek. Default: 27",
"custom-login-logo-image-url": "URL Voor Maatwerk Login Logo Afbeelding",
"custom-login-logo-link-url": "URL Voor Maatwerk Login Logo Link",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Tekst onder Maatwerk Login Logo",
"automatic-linked-url-schemes": "Maatwerk URL-schema's die automatisch klikbaar zouden moeten zijn. Een URL per regel.",
"username": "Gebruikersnaam",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Wijzig gebruiker",
"newUserPopup-title": "Nieuwe gebruiker",
"notifications": "Meldingen",
+ "help": "Help",
"view-all": "Bekijk alles",
"filter-by-unread": "Filter op Ongelezen",
"mark-all-as-read": "Markeer alles als gelezen",
diff --git a/imports/i18n/data/nl.i18n.json b/imports/i18n/data/nl.i18n.json
index 12d42edfc..a5f1e53ac 100644
--- a/imports/i18n/data/nl.i18n.json
+++ b/imports/i18n/data/nl.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Hoogte Van Maatwerk Logo In Linker Bovenhoek. Default: 27",
"custom-login-logo-image-url": "URL Voor Maatwerk Login Logo Afbeelding",
"custom-login-logo-link-url": "URL Voor Maatwerk Login Logo Link",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Tekst onder Maatwerk Login Logo",
"automatic-linked-url-schemes": "Maatwerk URL-schema's die automatisch klikbaar zouden moeten zijn. Een URL per regel.",
"username": "Gebruikersnaam",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Wijzig gebruiker",
"newUserPopup-title": "Nieuwe gebruiker",
"notifications": "Meldingen",
+ "help": "Help",
"view-all": "Bekijk alles",
"filter-by-unread": "Filter op Ongelezen",
"mark-all-as-read": "Markeer alles als gelezen",
diff --git a/imports/i18n/data/oc.i18n.json b/imports/i18n/data/oc.i18n.json
index 0505503fd..ee53bd028 100644
--- a/imports/i18n/data/oc.i18n.json
+++ b/imports/i18n/data/oc.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Nom d’utilizaire",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/pa.i18n.json b/imports/i18n/data/pa.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/pa.i18n.json
+++ b/imports/i18n/data/pa.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/pl-PL.i18n.json b/imports/i18n/data/pl-PL.i18n.json
index e3e773558..5a2e79758 100644
--- a/imports/i18n/data/pl-PL.i18n.json
+++ b/imports/i18n/data/pl-PL.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Wysokość logo w górnym lewym rogu (domyślnie: 27)",
"custom-login-logo-image-url": "URL obrazu logo ekranu logowania",
"custom-login-logo-link-url": "URL linku logo ekranu logowania",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Tekst pod logo na ekranie logowania",
"automatic-linked-url-schemes": "Schematy adresów URL, które powinny być automatycznie przekształcane w aktywne. Wpisz jeden schemat URL w każdej linii",
"username": "Nazwa użytkownika",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edytuj użytkownika",
"newUserPopup-title": "Nowy użytkownik",
"notifications": "Powiadomienia",
+ "help": "Help",
"view-all": "Wyświetl wszystko",
"filter-by-unread": "Filtruj nieprzeczytane",
"mark-all-as-read": "Zaznacz wszystkie jako przeczytane",
diff --git a/imports/i18n/data/pl.i18n.json b/imports/i18n/data/pl.i18n.json
index 60a0f2ac7..34392812d 100644
--- a/imports/i18n/data/pl.i18n.json
+++ b/imports/i18n/data/pl.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Wysokość logo w górnym lewym rogu (domyślnie: 27)",
"custom-login-logo-image-url": "URL obrazu logo ekranu logowania",
"custom-login-logo-link-url": "URL linku logo ekranu logowania",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Tekst pod logo na ekranie logowania",
"automatic-linked-url-schemes": "Schematy adresów URL, które powinny być automatycznie przekształcane w aktywne. Wpisz jeden schemat URL w każdej linii",
"username": "Nazwa użytkownika",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edytuj użytkownika",
"newUserPopup-title": "Nowy użytkownik",
"notifications": "Powiadomienia",
+ "help": "Help",
"view-all": "Wyświetl wszystko",
"filter-by-unread": "Filtruj nieprzeczytane",
"mark-all-as-read": "Zaznacz wszystkie jako przeczytane",
diff --git a/imports/i18n/data/pt-BR.i18n.json b/imports/i18n/data/pt-BR.i18n.json
index 5317720fc..5b1c78f53 100644
--- a/imports/i18n/data/pt-BR.i18n.json
+++ b/imports/i18n/data/pt-BR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Altura da imagem do logo customizado do canto superior esquerdo. Padrão: 27",
"custom-login-logo-image-url": "URL da Imagem do logo customizado de login",
"custom-login-logo-link-url": "URL do link do logo customizado de login",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Texto abaixo do logo customizado de login",
"automatic-linked-url-schemes": "Esquemas de URL personalizados que devem ser clicáveis automaticamente. Um esquema de URL por linha",
"username": "Nome de usuário",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editar usuário",
"newUserPopup-title": "Novo usuário",
"notifications": "Notificações",
+ "help": "Help",
"view-all": "Ver tudo",
"filter-by-unread": "Filtrar não lidas",
"mark-all-as-read": "Marcar todas como lidas",
diff --git a/imports/i18n/data/pt.i18n.json b/imports/i18n/data/pt.i18n.json
index 97b8ec7f0..73fc8bc44 100644
--- a/imports/i18n/data/pt.i18n.json
+++ b/imports/i18n/data/pt.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Altura do Logo Personalizado do Canto Superior Esquerdo. Por omissão: 27",
"custom-login-logo-image-url": "URL da Imagem do Logo de Login Personalizado",
"custom-login-logo-link-url": "Link URL do Logo de Login Personalizado",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Texto abaixo do Logo de Login Personalizado",
"automatic-linked-url-schemes": "Esquema de URL personalizado que deve ser clicável automaticamente. Um Esquema de URL por linha",
"username": "Nome de utilizador",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Editar Utilizador",
"newUserPopup-title": "Novo Utilizador",
"notifications": "Notificações",
+ "help": "Help",
"view-all": "Ver Todos",
"filter-by-unread": "Filtrar por não lidos",
"mark-all-as-read": "Marcar todos como lidos",
diff --git a/imports/i18n/data/ro.i18n.json b/imports/i18n/data/ro.i18n.json
index 4adbb86dd..1ee90a532 100644
--- a/imports/i18n/data/ro.i18n.json
+++ b/imports/i18n/data/ro.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ru-UA.i18n.json b/imports/i18n/data/ru-UA.i18n.json
index 837097e0f..a35945927 100644
--- a/imports/i18n/data/ru-UA.i18n.json
+++ b/imports/i18n/data/ru-UA.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Задать высоту логотипа в верхнем левом углу. По умолчанию 27",
"custom-login-logo-image-url": "URL пользовательского изображения при входе",
"custom-login-logo-link-url": "URL ссылки с пользовательского изображения при входе",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Текст под пользовательским изображением при входе",
"automatic-linked-url-schemes": "Пользовательская URL схема, которая должна быть кликабельной. Одна схема в каждой строке.",
"username": "Имя пользователя",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Редактировать пользователя",
"newUserPopup-title": "Новый пользователь",
"notifications": "Уведомления",
+ "help": "Help",
"view-all": "Показать все",
"filter-by-unread": "Фильтр по непрочитанным",
"mark-all-as-read": "Отметить все как прочитанные",
diff --git a/imports/i18n/data/ru.i18n.json b/imports/i18n/data/ru.i18n.json
index d24bbf094..864e4b2c5 100644
--- a/imports/i18n/data/ru.i18n.json
+++ b/imports/i18n/data/ru.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Задать высоту логотипа в верхнем левом углу. По умолчанию 27",
"custom-login-logo-image-url": "URL пользовательского изображения при входе",
"custom-login-logo-link-url": "URL ссылки с пользовательского изображения при входе",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Текст под пользовательским изображением при входе",
"automatic-linked-url-schemes": "Пользовательская URL схема, которая должна быть кликабельной. Одна схема в каждой строке.",
"username": "Имя пользователя",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Редактировать пользователя",
"newUserPopup-title": "Новый пользователь",
"notifications": "Уведомления",
+ "help": "Help",
"view-all": "Показать все",
"filter-by-unread": "Фильтр по непрочитанным",
"mark-all-as-read": "Отметить все как прочитанные",
diff --git a/imports/i18n/data/sk.i18n.json b/imports/i18n/data/sk.i18n.json
index a4dd49bbe..0ad7e2f6e 100644
--- a/imports/i18n/data/sk.i18n.json
+++ b/imports/i18n/data/sk.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/sl.i18n.json b/imports/i18n/data/sl.i18n.json
index 811f03c49..8b333db08 100644
--- a/imports/i18n/data/sl.i18n.json
+++ b/imports/i18n/data/sl.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Up. ime",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Uredi uporabnika",
"newUserPopup-title": "Nov uporabnik",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/sr.i18n.json b/imports/i18n/data/sr.i18n.json
index fdecf8951..230a2bfc5 100644
--- a/imports/i18n/data/sr.i18n.json
+++ b/imports/i18n/data/sr.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Korisničko ime",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Uredi korisnika",
"newUserPopup-title": "Novi korisnik",
"notifications": "Obaveštenja",
+ "help": "Help",
"view-all": "Prikaži sve",
"filter-by-unread": "Filtriraj nepročitano",
"mark-all-as-read": "Označi sve kao pročitano",
diff --git a/imports/i18n/data/sv.i18n.json b/imports/i18n/data/sv.i18n.json
index b568065d3..67bd51c98 100644
--- a/imports/i18n/data/sv.i18n.json
+++ b/imports/i18n/data/sv.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Anpassad logotyphöjd uppe till vänster. Standard: 27",
"custom-login-logo-image-url": "Länk till bild för anpassad logotyp på inloggningssidan",
"custom-login-logo-link-url": "Länk för anpassad logotyp på inloggningssidan",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text under anpassad logga för inloggning",
"automatic-linked-url-schemes": "Anpassade URL-scheman som ska vara klickbara automatiskt. Ett URL-schema per rad",
"username": "Änvandarnamn",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Redigera användare",
"newUserPopup-title": "Ny användare",
"notifications": "Notiser",
+ "help": "Help",
"view-all": "Visa Allt",
"filter-by-unread": "Filtrera efter Oläst",
"mark-all-as-read": "Markera alla som lästa",
diff --git a/imports/i18n/data/sw.i18n.json b/imports/i18n/data/sw.i18n.json
index d4c9b607e..1af927cc0 100644
--- a/imports/i18n/data/sw.i18n.json
+++ b/imports/i18n/data/sw.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ta.i18n.json b/imports/i18n/data/ta.i18n.json
index fa4e48395..c768823d1 100644
--- a/imports/i18n/data/ta.i18n.json
+++ b/imports/i18n/data/ta.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/th.i18n.json b/imports/i18n/data/th.i18n.json
index ef8c22d88..5f2a1e8fb 100644
--- a/imports/i18n/data/th.i18n.json
+++ b/imports/i18n/data/th.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "ชื่อผู้ใช้งาน",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/tr.i18n.json b/imports/i18n/data/tr.i18n.json
index 1dfa928c7..909aad146 100644
--- a/imports/i18n/data/tr.i18n.json
+++ b/imports/i18n/data/tr.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Özel Üst Sol Köşe Logo Yüksekliği. Varsayılan: 27",
"custom-login-logo-image-url": "Özel Oturum Açma Logosu Resmi URL'si",
"custom-login-logo-link-url": "Özel Oturum Açma Logosu Bağlantı URL'si",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Özel Oturum Açma Logosunun altındaki metin",
"automatic-linked-url-schemes": "Otomatik olarak tıklanabilir olması gereken Özel URL Şemaları. Satır başına bir URL Şeması",
"username": "Kullanıcı adı",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Kullanıcıyı Düzenle",
"newUserPopup-title": "Yeni Kullanıcı",
"notifications": "Bildirim",
+ "help": "Help",
"view-all": "Tümünü gör",
"filter-by-unread": "Okunmamışlara göre filtrele",
"mark-all-as-read": "Tümünü okundu olarak işaretle",
diff --git a/imports/i18n/data/ug.i18n.json b/imports/i18n/data/ug.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ug.i18n.json
+++ b/imports/i18n/data/ug.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/uk-UA.i18n.json b/imports/i18n/data/uk-UA.i18n.json
index d41a02f64..33f3164ee 100644
--- a/imports/i18n/data/uk-UA.i18n.json
+++ b/imports/i18n/data/uk-UA.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/uk.i18n.json b/imports/i18n/data/uk.i18n.json
index 66971da70..bc543a4d9 100644
--- a/imports/i18n/data/uk.i18n.json
+++ b/imports/i18n/data/uk.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/uz-AR.i18n.json b/imports/i18n/data/uz-AR.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/uz-AR.i18n.json
+++ b/imports/i18n/data/uz-AR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/uz-LA.i18n.json b/imports/i18n/data/uz-LA.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/uz-LA.i18n.json
+++ b/imports/i18n/data/uz-LA.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/uz-UZ.i18n.json b/imports/i18n/data/uz-UZ.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/uz-UZ.i18n.json
+++ b/imports/i18n/data/uz-UZ.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/uz.i18n.json b/imports/i18n/data/uz.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/uz.i18n.json
+++ b/imports/i18n/data/uz.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ve-CC.i18n.json b/imports/i18n/data/ve-CC.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ve-CC.i18n.json
+++ b/imports/i18n/data/ve-CC.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ve-PP.i18n.json b/imports/i18n/data/ve-PP.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ve-PP.i18n.json
+++ b/imports/i18n/data/ve-PP.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/ve.i18n.json b/imports/i18n/data/ve.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/ve.i18n.json
+++ b/imports/i18n/data/ve.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/vi-VN.i18n.json b/imports/i18n/data/vi-VN.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/vi-VN.i18n.json
+++ b/imports/i18n/data/vi-VN.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/vi.i18n.json b/imports/i18n/data/vi.i18n.json
index a5bfda427..edd6d178d 100644
--- a/imports/i18n/data/vi.i18n.json
+++ b/imports/i18n/data/vi.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Góc trên bên trái tùy chỉnh - Chiều cao Logo. Mặc định: 27",
"custom-login-logo-image-url": "Đăng nhập tùy chỉnh - URL hình ảnh Logo ",
"custom-login-logo-link-url": "Đăng nhập tùy chỉnh - Url liên kết Logo",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Đăng nhập tùy chỉnh - Văn bản bên dưới Logo",
"automatic-linked-url-schemes": "Lược đồ URL tùy chỉnh sẽ tự động có thể nhấp được. Một Lược đồ URL trên mỗi dòng",
"username": "Tài khoản",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Sửa Người dùng",
"newUserPopup-title": "Người dùng mới",
"notifications": "Thông báo",
+ "help": "Help",
"view-all": "Xem Tất cả",
"filter-by-unread": "Lọc theo Chưa đọc",
"mark-all-as-read": "Đánh dấu tất cả là đã đọc",
diff --git a/imports/i18n/data/vl-SS.i18n.json b/imports/i18n/data/vl-SS.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/vl-SS.i18n.json
+++ b/imports/i18n/data/vl-SS.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/vo.i18n.json b/imports/i18n/data/vo.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/vo.i18n.json
+++ b/imports/i18n/data/vo.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/wa-RR.i18n.json b/imports/i18n/data/wa-RR.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/wa-RR.i18n.json
+++ b/imports/i18n/data/wa-RR.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/wa.i18n.json b/imports/i18n/data/wa.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/wa.i18n.json
+++ b/imports/i18n/data/wa.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/wo.i18n.json b/imports/i18n/data/wo.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/wo.i18n.json
+++ b/imports/i18n/data/wo.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/xh.i18n.json b/imports/i18n/data/xh.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/xh.i18n.json
+++ b/imports/i18n/data/xh.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/yi.i18n.json b/imports/i18n/data/yi.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/yi.i18n.json
+++ b/imports/i18n/data/yi.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/yo.i18n.json b/imports/i18n/data/yo.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/yo.i18n.json
+++ b/imports/i18n/data/yo.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/zgh.i18n.json b/imports/i18n/data/zgh.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/zgh.i18n.json
+++ b/imports/i18n/data/zgh.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/zh-CN.i18n.json b/imports/i18n/data/zh-CN.i18n.json
index fcf543d42..897550332 100644
--- a/imports/i18n/data/zh-CN.i18n.json
+++ b/imports/i18n/data/zh-CN.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "设置左上角图标高度。默认值:27",
"custom-login-logo-image-url": "设置登录图标链接地址",
"custom-login-logo-link-url": "设置登录图标链接",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "设置登录图标下方文字",
"automatic-linked-url-schemes": "自定义URL模式下URL链接默认为可点击。每行仅限一种URL模式。",
"username": "用户名",
@@ -903,6 +904,7 @@
"editUserPopup-title": "修改用户",
"newUserPopup-title": "新增用户",
"notifications": "提示",
+ "help": "Help",
"view-all": "查看全部",
"filter-by-unread": "过滤未读",
"mark-all-as-read": "标记全部已读",
diff --git a/imports/i18n/data/zh-HK.i18n.json b/imports/i18n/data/zh-HK.i18n.json
index 36631b6c7..2315cc143 100644
--- a/imports/i18n/data/zh-HK.i18n.json
+++ b/imports/i18n/data/zh-HK.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/zh-TW.i18n.json b/imports/i18n/data/zh-TW.i18n.json
index edccb9b69..a3fbf8e77 100644
--- a/imports/i18n/data/zh-TW.i18n.json
+++ b/imports/i18n/data/zh-TW.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "自訂左上商標圖示高度。預設值:27",
"custom-login-logo-image-url": "自訂登入商標圖示網址",
"custom-login-logo-link-url": "自訂登入商標連結網址",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "登入商標下方文字",
"automatic-linked-url-schemes": "自定義 URL 結構應該自動地變為可點擊。每一行一個 URL 結構",
"username": "使用者名稱",
@@ -903,6 +904,7 @@
"editUserPopup-title": "編輯使用者",
"newUserPopup-title": "新增使用者",
"notifications": "通知",
+ "help": "Help",
"view-all": "檢視全部",
"filter-by-unread": "篩選: 未讀",
"mark-all-as-read": "標示全部已讀",
diff --git a/imports/i18n/data/zu-ZA.i18n.json b/imports/i18n/data/zu-ZA.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/zu-ZA.i18n.json
+++ b/imports/i18n/data/zu-ZA.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/imports/i18n/data/zu.i18n.json b/imports/i18n/data/zu.i18n.json
index 7ceea7047..f6b8e388c 100644
--- a/imports/i18n/data/zu.i18n.json
+++ b/imports/i18n/data/zu.i18n.json
@@ -597,6 +597,7 @@
"custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
"custom-login-logo-image-url": "Custom Login Logo Image URL",
"custom-login-logo-link-url": "Custom Login Logo Link URL",
+ "custom-help-link-url": "Custom Help Link URL",
"text-below-custom-login-logo": "Text below Custom Login Logo",
"automatic-linked-url-schemes": "Custom URL Schemes which should automatically be clickable. One URL Scheme per line",
"username": "Username",
@@ -903,6 +904,7 @@
"editUserPopup-title": "Edit User",
"newUserPopup-title": "New User",
"notifications": "Notifications",
+ "help": "Help",
"view-all": "View All",
"filter-by-unread": "Filter by Unread",
"mark-all-as-read": "Mark all as read",
diff --git a/package-lock.json b/package-lock.json
index 9dd6c15c0..8aede75f7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v6.44.0",
+ "version": "v6.45.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 59e584b0e..aecb8a226 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v6.44.0",
+ "version": "v6.45.0",
"description": "Open-Source kanban",
"private": true,
"repository": {
diff --git a/public/api/wekan.html b/public/api/wekan.html
index 3b4d18eac..8d26946f6 100644
--- a/public/api/wekan.html
+++ b/public/api/wekan.html
@@ -7,7 +7,7 @@
-
Wekan REST API v6.44
+ Wekan REST API v6.45
@@ -1558,7 +1558,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
-
- Wekan REST API v6.44
+ Wekan REST API v6.45
@@ -2156,7 +2156,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
-
Wekan REST API v6.44
+
Wekan REST API v6.45
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 1dac7b386..a336e7d2a 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v6.44
+ version: v6.45
description: |
The REST API allows you to control and extend Wekan with ease.
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 6810cfccb..e0498cda6 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 644,
+ appVersion = 645,
# Increment this for every release.
- appMarketingVersion = (defaultText = "6.44.0~2022-09-05"),
+ appMarketingVersion = (defaultText = "6.45.0~2022-09-14"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2e2607a93..dffbda853 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '6.44'
+version: '6.45'
base: core20
summary: Open Source kanban
description: |
@@ -160,9 +160,9 @@ parts:
# Cleanup
mkdir .build
cd .build
- wget https://github.com/wekan/wekan/releases/download/v6.44/wekan-6.44-amd64.zip
- unzip wekan-6.44-amd64.zip
- rm wekan-6.44-amd64.zip
+ wget https://github.com/wekan/wekan/releases/download/v6.45/wekan-6.45-amd64.zip
+ unzip wekan-6.45-amd64.zip
+ rm wekan-6.45-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf