Skip to content

Commit bbcdc4e

Browse files
committed
i18n: Rename strings from dropScheduledDate to removeScheduledDate
This is to match the current title
1 parent a4c73c5 commit bbcdc4e

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

src/Config/SettingsTab.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ export class SettingsTab extends PluginSettingTab {
377377
});
378378

379379
new Setting(containerEl)
380-
.setName(i18n.t('settings.recurringTasks.dropScheduledDate.name'))
380+
.setName(i18n.t('settings.recurringTasks.removeScheduledDate.name'))
381381
.setDesc(
382382
SettingsTab.createFragmentWithHTML(
383-
i18n.t('settings.recurringTasks.dropScheduledDate.description') +
383+
i18n.t('settings.recurringTasks.removeScheduledDate.description') +
384384
'</br>' +
385385
this.seeTheDocumentation('https://publish.obsidian.md/tasks/Getting+Started/Recurring+Tasks'),
386386
),

src/i18n/locales/be.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@
176176
}
177177
},
178178
"recurringTasks": {
179-
"dropScheduledDate": {
180-
"description": "",
181-
"name": ""
182-
},
183179
"heading": "Перыядычныя задачы",
184180
"nextLine": {
185181
"description": "Уключэнне гэтага зробіць наступнае паўтарэнне задачы на радку ніжэй за завершаную задачу. У адваротным выпадку наступнае паўтарэнне з'явіцца перад завершанай задачай.",
186182
"name": "Наступнае паўтарэнне з'яўляецца на радку ніжэй"
183+
},
184+
"removeScheduledDate": {
185+
"description": "",
186+
"name": ""
187187
}
188188
},
189189
"seeTheDocumentation": "Глядзіце дакументацыю",

src/i18n/locales/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@
176176
}
177177
},
178178
"recurringTasks": {
179-
"dropScheduledDate": {
180-
"description": "Enabling this will make the next recurrence of a task have no Scheduled date, when at least one of Start or Due dates is present.",
181-
"name": "Remove scheduled date on recurrence"
182-
},
183179
"heading": "Recurring tasks",
184180
"nextLine": {
185181
"description": "Enabling this will make the next recurrence of a task appear on the line below the completed task. Otherwise the next recurrence will appear before the completed one.",
186182
"name": "Next recurrence appears on the line below"
183+
},
184+
"removeScheduledDate": {
185+
"description": "Enabling this will make the next recurrence of a task have no Scheduled date, when at least one of Start or Due dates is present.",
186+
"name": "Remove scheduled date on recurrence"
187187
}
188188
},
189189
"seeTheDocumentation": "See the documentation",

src/i18n/locales/ru.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@
176176
}
177177
},
178178
"recurringTasks": {
179-
"dropScheduledDate": {
180-
"description": "",
181-
"name": ""
182-
},
183179
"heading": "Повторяющиеся задачи",
184180
"nextLine": {
185181
"description": "Включение этой опции приведет к тому, что следующее повторение задачи появится на строке ниже завершенной задачи. В противном случае следующее повторение появится перед завершенной.",
186182
"name": "Следующее повторение появляется на строке ниже"
183+
},
184+
"removeScheduledDate": {
185+
"description": "",
186+
"name": ""
187187
}
188188
},
189189
"seeTheDocumentation": "Смотрите документацию",

src/i18n/locales/uk.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@
176176
}
177177
},
178178
"recurringTasks": {
179-
"dropScheduledDate": {
180-
"description": "",
181-
"name": ""
182-
},
183179
"heading": "Повторювані задачі",
184180
"nextLine": {
185181
"description": "Увімкнення цього параметра змусить наступне повторення задачі з’являтися на рядку нижче завершеної задачі. Інакше наступне повторення з’явиться перед завершеною.",
186182
"name": "Наступне повторення з’являється на рядку нижче"
183+
},
184+
"removeScheduledDate": {
185+
"description": "",
186+
"name": ""
187187
}
188188
},
189189
"seeTheDocumentation": "Переглянути документацію",

src/i18n/locales/zh_cn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@
176176
}
177177
},
178178
"recurringTasks": {
179-
"dropScheduledDate": {
180-
"description": "",
181-
"name": ""
182-
},
183179
"heading": "重复性任务",
184180
"nextLine": {
185181
"description": "启用此功能后,任务的下一次重复将显示在已完成任务的下一行。若关闭此功能,则下一次重复将出现在已完成任务的上一行。",
186182
"name": "把任务的下一次重复放在下一行"
183+
},
184+
"removeScheduledDate": {
185+
"description": "",
186+
"name": ""
187187
}
188188
},
189189
"seeTheDocumentation": "参阅文档",

0 commit comments

Comments
 (0)