Skip to content

Commit 82bd994

Browse files
committed
i18n: Run "extract-i18n" to update the locales for new setting
1 parent 696b859 commit 82bd994

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

src/i18n/locales/be.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@
176176
}
177177
},
178178
"recurringTasks": {
179+
"dropScheduledDate": {
180+
"description": "",
181+
"name": ""
182+
},
179183
"heading": "Перыядычныя задачы",
180184
"nextLine": {
181185
"description": "Уключэнне гэтага зробіць наступнае паўтарэнне задачы на радку ніжэй за завершаную задачу. У адваротным выпадку наступнае паўтарэнне з'явіцца перад завершанай задачай.",

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, unless the scheduled date is the only date the task has.",
181+
"name": "Drop scheduled date (only if Start or Due is present)"
182+
},
179183
"heading": "Recurring tasks",
180184
"nextLine": {
181185
"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.",
182186
"name": "Next recurrence appears on the line below"
183-
},
184-
"dropScheduledDate": {
185-
"description": "Enabling this will make the next recurrence of a task have no scheduled date, unless the scheduled date is the only date the task has.",
186-
"name": "Drop scheduled date (only if Start or Due is present)"
187187
}
188188
},
189189
"seeTheDocumentation": "See the documentation",

src/i18n/locales/ru.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@
176176
}
177177
},
178178
"recurringTasks": {
179+
"dropScheduledDate": {
180+
"description": "",
181+
"name": ""
182+
},
179183
"heading": "Повторяющиеся задачи",
180184
"nextLine": {
181185
"description": "Включение этой опции приведет к тому, что следующее повторение задачи появится на строке ниже завершенной задачи. В противном случае следующее повторение появится перед завершенной.",

src/i18n/locales/uk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@
176176
}
177177
},
178178
"recurringTasks": {
179+
"dropScheduledDate": {
180+
"description": "",
181+
"name": ""
182+
},
179183
"heading": "Повторювані задачі",
180184
"nextLine": {
181185
"description": "Увімкнення цього параметра змусить наступне повторення задачі з’являтися на рядку нижче завершеної задачі. Інакше наступне повторення з’явиться перед завершеною.",

src/i18n/locales/zh_cn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@
176176
}
177177
},
178178
"recurringTasks": {
179+
"dropScheduledDate": {
180+
"description": "",
181+
"name": ""
182+
},
179183
"heading": "重复性任务",
180184
"nextLine": {
181185
"description": "启用此功能后,任务的下一次重复将显示在已完成任务的下一行。若关闭此功能,则下一次重复将出现在已完成任务的上一行。",

0 commit comments

Comments
 (0)