mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge remote-tracking branch 'origin/feature-accessibility'
This commit is contained in:
commit
a4ec20a7c8
143 changed files with 784 additions and 140 deletions
74
client/components/main/accessibility.css
Normal file
74
client/components/main/accessibility.css
Normal file
|
|
@ -0,0 +1,74 @@
|
||||||
|
.my-cards-board-wrapper {
|
||||||
|
border-radius: 0 0 4px 4px;
|
||||||
|
min-width: 400px;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
border-width: 2px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #a2a2a2;
|
||||||
|
}
|
||||||
|
.my-cards-board-title {
|
||||||
|
font-size: 1.4rem;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0.5rem;
|
||||||
|
background-color: #808080;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.my-cards-swimlane-title {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0.5rem;
|
||||||
|
padding-bottom: 0.4rem;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.swimlane-default-color {
|
||||||
|
background-color: #d3d3d3;
|
||||||
|
}
|
||||||
|
.my-cards-list-title {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 0.7rem;
|
||||||
|
}
|
||||||
|
.my-cards-list-wrapper {
|
||||||
|
margin: 1rem;
|
||||||
|
border-radius: 5px;
|
||||||
|
display: inline-grid;
|
||||||
|
min-width: 250px;
|
||||||
|
max-width: 350px;
|
||||||
|
}
|
||||||
|
.my-cards-card-wrapper {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.my-cards-dueat-list-wrapper {
|
||||||
|
max-width: 500px;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
.my-cards-board-table thead {
|
||||||
|
border-bottom: 3px solid #4d4d4d;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
.my-cards-board-table th,
|
||||||
|
.my-cards-board-table td {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.my-cards-board-table tr {
|
||||||
|
border-bottom: 2px solid #a2a2a2;
|
||||||
|
}
|
||||||
|
.my-cards-card-title-table {
|
||||||
|
font-weight: bold;
|
||||||
|
padding-left: 2px;
|
||||||
|
max-width: 243px;
|
||||||
|
}
|
||||||
|
.my-cards-board-badge {
|
||||||
|
width: 36px;
|
||||||
|
height: 24px;
|
||||||
|
float: left;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
8
client/components/main/accessibility.jade
Normal file
8
client/components/main/accessibility.jade
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
template(name="accessibilityHeaderBar")
|
||||||
|
if currentUser
|
||||||
|
h1
|
||||||
|
| {{_ 'accessibility-title'}}
|
||||||
|
|
||||||
|
template(name="accessibility")
|
||||||
|
if currentUser
|
||||||
|
| {{_ 'accessibility-content'}}
|
||||||
11
client/components/main/accessibility.js
Normal file
11
client/components/main/accessibility.js
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
import { ReactiveCache } from '/imports/reactiveCache';
|
||||||
|
import { TAPi18n } from '/imports/i18n';
|
||||||
|
|
||||||
|
BlazeComponent.extendComponent({
|
||||||
|
onCreated() {
|
||||||
|
this.error = new ReactiveVar('');
|
||||||
|
this.loading = new ReactiveVar(false);
|
||||||
|
|
||||||
|
Meteor.subscribe('setting');
|
||||||
|
},
|
||||||
|
}).register('accessibility');
|
||||||
|
|
@ -72,26 +72,31 @@
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
.setting-content .content-body .main-body ul li .admin-announcement,
|
.setting-content .content-body .main-body ul li .admin-announcement,
|
||||||
|
.setting-content .content-body .main-body ul li .admin-accessibility,
|
||||||
.setting-content .content-body .main-body ul li .invite-people,
|
.setting-content .content-body .main-body ul li .invite-people,
|
||||||
.setting-content .content-body .main-body ul li .layout {
|
.setting-content .content-body .main-body ul li .layout {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
.setting-content .content-body .main-body ul li .admin-announcement li,
|
.setting-content .content-body .main-body ul li .admin-announcement li,
|
||||||
|
.setting-content .content-body .main-body ul li .admin-accessibility li,
|
||||||
.setting-content .content-body .main-body ul li .invite-people li,
|
.setting-content .content-body .main-body ul li .invite-people li,
|
||||||
.setting-content .content-body .main-body ul li .layout li {
|
.setting-content .content-body .main-body ul li .layout li {
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
.setting-content .content-body .main-body ul li .admin-announcement li ul.no-margin-bottom,
|
.setting-content .content-body .main-body ul li .admin-announcement li ul.no-margin-bottom,
|
||||||
|
.setting-content .content-body .main-body ul li .admin-accessibility li ul.no-margin-bottom,
|
||||||
.setting-content .content-body .main-body ul li .invite-people li ul.no-margin-bottom,
|
.setting-content .content-body .main-body ul li .invite-people li ul.no-margin-bottom,
|
||||||
.setting-content .content-body .main-body ul li .layout li ul.no-margin-bottom {
|
.setting-content .content-body .main-body ul li .layout li ul.no-margin-bottom {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.setting-content .content-body .main-body ul li .admin-announcement li .bg-white a,
|
.setting-content .content-body .main-body ul li .admin-announcement li .bg-white a,
|
||||||
|
.setting-content .content-body .main-body ul li .admin-accessibility li .bg-white a,
|
||||||
.setting-content .content-body .main-body ul li .invite-people li .bg-white a,
|
.setting-content .content-body .main-body ul li .invite-people li .bg-white a,
|
||||||
.setting-content .content-body .main-body ul li .layout li .bg-white a {
|
.setting-content .content-body .main-body ul li .layout li .bg-white a {
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
}
|
}
|
||||||
.setting-content .content-body .main-body ul li .admin-announcement li .bg-white a.is-checked,
|
.setting-content .content-body .main-body ul li .admin-announcement li .bg-white a.is-checked,
|
||||||
|
.setting-content .content-body .main-body ul li .admin-accessibility li .bg-white a.is-checked,
|
||||||
.setting-content .content-body .main-body ul li .invite-people li .bg-white a.is-checked,
|
.setting-content .content-body .main-body ul li .invite-people li .bg-white a.is-checked,
|
||||||
.setting-content .content-body .main-body ul li .layout li .bg-white a.is-checked {
|
.setting-content .content-body .main-body ul li .layout li .bg-white a.is-checked {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,10 @@ template(name="setting")
|
||||||
a.js-setting-menu(data-id="announcement-setting")
|
a.js-setting-menu(data-id="announcement-setting")
|
||||||
i.fa.fa-bullhorn
|
i.fa.fa-bullhorn
|
||||||
| {{_ 'admin-announcement'}}
|
| {{_ 'admin-announcement'}}
|
||||||
|
li
|
||||||
|
a.js-setting-menu(data-id="accessibility-setting")
|
||||||
|
i.fa.fa-universal-access
|
||||||
|
| {{_ 'accessibility'}}
|
||||||
li
|
li
|
||||||
a.js-setting-menu(data-id="layout-setting")
|
a.js-setting-menu(data-id="layout-setting")
|
||||||
i.fa.fa-object-group
|
i.fa.fa-object-group
|
||||||
|
|
@ -52,6 +56,8 @@ template(name="setting")
|
||||||
+tableVisibilityModeSettings
|
+tableVisibilityModeSettings
|
||||||
else if announcementSetting.get
|
else if announcementSetting.get
|
||||||
+announcementSettings
|
+announcementSettings
|
||||||
|
else if accessibilitySetting.get
|
||||||
|
+accessibilitySettings
|
||||||
else if layoutSetting.get
|
else if layoutSetting.get
|
||||||
+layoutSettings
|
+layoutSettings
|
||||||
else if webhookSetting.get
|
else if webhookSetting.get
|
||||||
|
|
@ -181,6 +187,29 @@ template(name='announcementSettings')
|
||||||
li
|
li
|
||||||
button.js-announcement-save.primary {{_ 'save'}}
|
button.js-announcement-save.primary {{_ 'save'}}
|
||||||
|
|
||||||
|
template(name='accessibilitySettings')
|
||||||
|
ul#accessibility-setting.setting-detail
|
||||||
|
li
|
||||||
|
a.flex.js-toggle-accessibility
|
||||||
|
.materialCheckBox(class="{{#if currentAccessibility.enabled}}is-checked{{/if}}")
|
||||||
|
|
||||||
|
span {{_ 'admin-accessibility-active'}}
|
||||||
|
li
|
||||||
|
.title {{_ 'accessibility-title'}}
|
||||||
|
.form-group
|
||||||
|
input.wekan-form-control#accessibility-title(type="text", placeholder="" value="{{currentSetting.accessibilityTitle}}")
|
||||||
|
li
|
||||||
|
.accessibility-content(class="{{#if currentAccessibility.enabled}}{{else}}hide{{/if}}")
|
||||||
|
ul
|
||||||
|
li
|
||||||
|
.title {{_ 'admin-accessibility-title'}}
|
||||||
|
textarea#admin-accessibility.wekan-form-control= currentAccessibility.accessibilityTitle
|
||||||
|
li
|
||||||
|
.title {{_ 'admin-accessibility-content'}}
|
||||||
|
textarea#admin-accessibility.wekan-form-control= currentAccessibility.accessibilityContent
|
||||||
|
li
|
||||||
|
button.js-accessibility-save.primary {{_ 'save'}}
|
||||||
|
|
||||||
template(name='layoutSettings')
|
template(name='layoutSettings')
|
||||||
ul#layout-setting.setting-detail
|
ul#layout-setting.setting-detail
|
||||||
li
|
li
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,9 @@ BlazeComponent.extendComponent({
|
||||||
toggleHideBoardMemberList() {
|
toggleHideBoardMemberList() {
|
||||||
$('#hide-board-member-list').toggleClass('is-checked');
|
$('#hide-board-member-list').toggleClass('is-checked');
|
||||||
},
|
},
|
||||||
|
toggleAccessibilityPageEnabled() {
|
||||||
|
$('#accessibility-page-enabled').toggleClass('is-checked');
|
||||||
|
},
|
||||||
toggleDisplayAuthenticationMethod() {
|
toggleDisplayAuthenticationMethod() {
|
||||||
$('#display-authentication-method').toggleClass('is-checked');
|
$('#display-authentication-method').toggleClass('is-checked');
|
||||||
},
|
},
|
||||||
|
|
@ -239,7 +242,13 @@ BlazeComponent.extendComponent({
|
||||||
const displayAuthenticationMethod =
|
const displayAuthenticationMethod =
|
||||||
$('input[name=displayAuthenticationMethod]:checked').val() === 'true';
|
$('input[name=displayAuthenticationMethod]:checked').val() === 'true';
|
||||||
const defaultAuthenticationMethod = $('#defaultAuthenticationMethod').val();
|
const defaultAuthenticationMethod = $('#defaultAuthenticationMethod').val();
|
||||||
|
const accessibilityPageEnabled = $('input[name=accessibilityPageEnabled]:checked').val() === 'true';
|
||||||
|
const accessibilityTitle = $('#accessibility-title')
|
||||||
|
.val()
|
||||||
|
.trim();
|
||||||
|
const accessibilityContent = $('#accessibility-content')
|
||||||
|
.val()
|
||||||
|
.trim();
|
||||||
const spinnerName = $('#spinnerName').val();
|
const spinnerName = $('#spinnerName').val();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
@ -263,6 +272,9 @@ BlazeComponent.extendComponent({
|
||||||
oidcBtnText,
|
oidcBtnText,
|
||||||
mailDomainName,
|
mailDomainName,
|
||||||
legalNotice,
|
legalNotice,
|
||||||
|
accessibilityPageEnabled,
|
||||||
|
accessibilityTitle,
|
||||||
|
accessibilityContent,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
@ -301,6 +313,7 @@ BlazeComponent.extendComponent({
|
||||||
'click a.js-toggle-hide-logo': this.toggleHideLogo,
|
'click a.js-toggle-hide-logo': this.toggleHideLogo,
|
||||||
'click a.js-toggle-hide-card-counter-list': this.toggleHideCardCounterList,
|
'click a.js-toggle-hide-card-counter-list': this.toggleHideCardCounterList,
|
||||||
'click a.js-toggle-hide-board-member-list': this.toggleHideBoardMemberList,
|
'click a.js-toggle-hide-board-member-list': this.toggleHideBoardMemberList,
|
||||||
|
'click a.js-toggle-accessibility-page-enabled': this.toggleAccessibilityPageEnabled,
|
||||||
'click button.js-save-layout': this.saveLayout,
|
'click button.js-save-layout': this.saveLayout,
|
||||||
'click a.js-toggle-display-authentication-method': this
|
'click a.js-toggle-display-authentication-method': this
|
||||||
.toggleDisplayAuthenticationMethod,
|
.toggleDisplayAuthenticationMethod,
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,30 @@ FlowRouter.route('/public', {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
FlowRouter.route('/accessibility', {
|
||||||
|
name: 'accessibility',
|
||||||
|
triggersEnter: [AccountsTemplates.ensureSignedIn],
|
||||||
|
action() {
|
||||||
|
Session.set('currentBoard', null);
|
||||||
|
Session.set('currentList', null);
|
||||||
|
Session.set('currentCard', null);
|
||||||
|
Session.set('popupCardId', null);
|
||||||
|
Session.set('popupCardBoardId', null);
|
||||||
|
|
||||||
|
Filter.reset();
|
||||||
|
Session.set('sortBy', '');
|
||||||
|
EscapeActions.executeAll();
|
||||||
|
|
||||||
|
Utils.manageCustomUI();
|
||||||
|
Utils.manageMatomo();
|
||||||
|
|
||||||
|
BlazeLayout.render('defaultLayout', {
|
||||||
|
headerBar: 'accessibilityHeaderBar',
|
||||||
|
content: 'accessibility',
|
||||||
|
});
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
FlowRouter.route('/b/:id/:slug', {
|
FlowRouter.route('/b/:id/:slug', {
|
||||||
name: 'board',
|
name: 'board',
|
||||||
action(params) {
|
action(params) {
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Erledigte Checklisteneinträge ausblenden",
|
"hideCheckedChecklistItems": "Erledigte Checklisteneinträge ausblenden",
|
||||||
"hideAllChecklistItems": "Verberge alle Checklisteneinträge",
|
"hideAllChecklistItems": "Verberge alle Checklisteneinträge",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "پنهان کردن موارد انجام شده چک لیست",
|
"hideCheckedChecklistItems": "پنهان کردن موارد انجام شده چک لیست",
|
||||||
"hideAllChecklistItems": "پنهان کردن همه موارد چک لیست",
|
"hideAllChecklistItems": "پنهان کردن همه موارد چک لیست",
|
||||||
"support": "پشتیبانی",
|
"support": "پشتیبانی",
|
||||||
"supportPopup-title": "پشتیبانی"
|
"supportPopup-title": "پشتیبانی",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Piilota ruksatut tarkistuslistan kohdat",
|
"hideCheckedChecklistItems": "Piilota ruksatut tarkistuslistan kohdat",
|
||||||
"hideAllChecklistItems": "Piilota kaikki tarkistuslistan kohdat",
|
"hideAllChecklistItems": "Piilota kaikki tarkistuslistan kohdat",
|
||||||
"support": "Tuki",
|
"support": "Tuki",
|
||||||
"supportPopup-title": "Tuki"
|
"supportPopup-title": "Tuki",
|
||||||
|
"accessibility-page-enabled": "Saavutettavuus sivu käytössä",
|
||||||
|
"accessibility-title": "Saavutettavuus otsikko",
|
||||||
|
"accessibility-content": "Saavutettavuus sisältö"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Cacher les éléments cochés de la check-list",
|
"hideCheckedChecklistItems": "Cacher les éléments cochés de la check-list",
|
||||||
"hideAllChecklistItems": "Cacher tous les éléments de la check-list",
|
"hideAllChecklistItems": "Cacher tous les éléments de la check-list",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -86,10 +86,10 @@
|
||||||
"add-card": "הוספת כרטיס",
|
"add-card": "הוספת כרטיס",
|
||||||
"add-card-to-top-of-list": "הוספת כרטיס לראש הרשימה",
|
"add-card-to-top-of-list": "הוספת כרטיס לראש הרשימה",
|
||||||
"add-card-to-bottom-of-list": "הוספת כרטיס לתחתית הרשימה",
|
"add-card-to-bottom-of-list": "הוספת כרטיס לתחתית הרשימה",
|
||||||
"setListWidthPopup-title": "Set Widths",
|
"setListWidthPopup-title": "הגדרת רוחבים",
|
||||||
"set-list-width": "Set Widths",
|
"set-list-width": "הגדרת רוחבים",
|
||||||
"set-list-width-value": "Set Min & Max Widths (pixels)",
|
"set-list-width-value": "הגדרת רוחבים מזעריים ומרביים (פיקסלים)",
|
||||||
"list-width-error-message": "List widths must be integers greater than 100",
|
"list-width-error-message": "רשימת הרוחבים חייבים להיות מספרים שלמים מעל 100",
|
||||||
"setSwimlaneHeightPopup-title": "הגדרת גובה מסלול",
|
"setSwimlaneHeightPopup-title": "הגדרת גובה מסלול",
|
||||||
"set-swimlane-height": "הגדרת גובה מסלול",
|
"set-swimlane-height": "הגדרת גובה מסלול",
|
||||||
"set-swimlane-height-value": "גובה מסלול (פיקסלים)",
|
"set-swimlane-height-value": "גובה מסלול (פיקסלים)",
|
||||||
|
|
@ -264,8 +264,8 @@
|
||||||
"checklists": "רשימות",
|
"checklists": "רשימות",
|
||||||
"click-to-star": "יש ללחוץ להוספת הלוח למועדפים.",
|
"click-to-star": "יש ללחוץ להוספת הלוח למועדפים.",
|
||||||
"click-to-unstar": "יש ללחוץ להסרת הלוח מהמועדפים.",
|
"click-to-unstar": "יש ללחוץ להסרת הלוח מהמועדפים.",
|
||||||
"click-to-enable-auto-width": "Click to enable auto list width.",
|
"click-to-enable-auto-width": "לחיצה תפעיל רוחב רשימה אוטומטי.",
|
||||||
"click-to-disable-auto-width": "Click to disable auto list width.",
|
"click-to-disable-auto-width": "לחיצה תשבית רוחב רשימה אוטומטי.",
|
||||||
"clipboard": "לוח גזירים או גרירה ושחרור",
|
"clipboard": "לוח גזירים או גרירה ושחרור",
|
||||||
"close": "סגירה",
|
"close": "סגירה",
|
||||||
"close-board": "סגירת לוח",
|
"close-board": "סגירת לוח",
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "הסתרת פריטים שסומנו ברשימת הפריטים",
|
"hideCheckedChecklistItems": "הסתרת פריטים שסומנו ברשימת הפריטים",
|
||||||
"hideAllChecklistItems": "הסתרת כל הפריטים ברשימת המטלות",
|
"hideAllChecklistItems": "הסתרת כל הפריטים ברשימת המטלות",
|
||||||
"support": "תמיכה",
|
"support": "תמיכה",
|
||||||
"supportPopup-title": "תמיכה"
|
"supportPopup-title": "תמיכה",
|
||||||
|
"accessibility-page-enabled": "עמוד הנגישות הופעל",
|
||||||
|
"accessibility-title": "נושא נגישות",
|
||||||
|
"accessibility-content": "תוכן נגישות"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "チェック済みチェックリスト項目を非表示",
|
"hideCheckedChecklistItems": "チェック済みチェックリスト項目を非表示",
|
||||||
"hideAllChecklistItems": "すべてのチェックリスト項目を非表示",
|
"hideAllChecklistItems": "すべてのチェックリスト項目を非表示",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "チェック済みチェックリスト項目を非表示",
|
"hideCheckedChecklistItems": "チェック済みチェックリスト項目を非表示",
|
||||||
"hideAllChecklistItems": "すべてのチェックリスト項目を非表示",
|
"hideAllChecklistItems": "すべてのチェックリスト項目を非表示",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Verberg aangevinkte checklist items",
|
"hideCheckedChecklistItems": "Verberg aangevinkte checklist items",
|
||||||
"hideAllChecklistItems": "Verberg alle checklist items",
|
"hideAllChecklistItems": "Verberg alle checklist items",
|
||||||
"support": "Ondersteuning",
|
"support": "Ondersteuning",
|
||||||
"supportPopup-title": "Ondersteuning"
|
"supportPopup-title": "Ondersteuning",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Esconder itens concluídos da lista de verificação",
|
"hideCheckedChecklistItems": "Esconder itens concluídos da lista de verificação",
|
||||||
"hideAllChecklistItems": "Esconder todos os itens da lista de verificação",
|
"hideAllChecklistItems": "Esconder todos os itens da lista de verificação",
|
||||||
"support": "Suporte",
|
"support": "Suporte",
|
||||||
"supportPopup-title": "Suporte"
|
"supportPopup-title": "Suporte",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1259,5 +1259,8 @@
|
||||||
"hideCheckedChecklistItems": "Hide checked checklist items",
|
"hideCheckedChecklistItems": "Hide checked checklist items",
|
||||||
"hideAllChecklistItems": "Hide all checklist items",
|
"hideAllChecklistItems": "Hide all checklist items",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"supportPopup-title": "Support"
|
"supportPopup-title": "Support",
|
||||||
|
"accessibility-page-enabled": "Accessibility page enabled",
|
||||||
|
"accessibility-title": "Accessibility topic",
|
||||||
|
"accessibility-content": "Accessibility content"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue