diff --git a/src/i18n/lang/ca-ES.json b/src/i18n/lang/ca-ES.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/ca-ES.json +++ b/src/i18n/lang/ca-ES.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/cs-CZ.json b/src/i18n/lang/cs-CZ.json index 76fb0702c..664b02466 100644 --- a/src/i18n/lang/cs-CZ.json +++ b/src/i18n/lang/cs-CZ.json @@ -717,6 +717,17 @@ "copiedto": "Zkopírováno do | Zkopírováno do" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Každý den", "everyWeek": "Každý týden", @@ -980,5 +991,16 @@ "title": "O aplikaci", "frontendVersion": "Verze frontendu: {version}", "apiVersion": "Verze API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/da-DK.json b/src/i18n/lang/da-DK.json index 57a1185b3..124a0c883 100644 --- a/src/i18n/lang/da-DK.json +++ b/src/i18n/lang/da-DK.json @@ -717,6 +717,17 @@ "copiedto": "Kopieret Til | Kopieret Til" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Hver Dag", "everyWeek": "Hver Uge", @@ -980,5 +991,16 @@ "title": "Om", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/de-DE.json b/src/i18n/lang/de-DE.json index a163960b6..d4b03fdc3 100644 --- a/src/i18n/lang/de-DE.json +++ b/src/i18n/lang/de-DE.json @@ -717,6 +717,17 @@ "copiedto": "Kopiert nach | Kopiert nach" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Jeden Tag", "everyWeek": "Jede Woche", @@ -980,5 +991,16 @@ "title": "Über", "frontendVersion": "Frontend-Version: {version}", "apiVersion": "API-Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/de-swiss.json b/src/i18n/lang/de-swiss.json index a40a20309..e1827b411 100644 --- a/src/i18n/lang/de-swiss.json +++ b/src/i18n/lang/de-swiss.json @@ -717,6 +717,17 @@ "copiedto": "Kopiert nach | Kopiert nach" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Jedä Tag", "everyWeek": "Jedi Wuche", @@ -980,5 +991,16 @@ "title": "Über", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/eo-UY.json b/src/i18n/lang/eo-UY.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/eo-UY.json +++ b/src/i18n/lang/eo-UY.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/es-ES.json b/src/i18n/lang/es-ES.json index 282b31d54..7ca5103c1 100644 --- a/src/i18n/lang/es-ES.json +++ b/src/i18n/lang/es-ES.json @@ -717,6 +717,17 @@ "copiedto": "Copiado A | Copiado A" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Cada Día", "everyWeek": "Cada Semana", @@ -980,5 +991,16 @@ "title": "Acerca de", "frontendVersion": "Frontend Version: {version}", "apiVersion": "Versión de la API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/fr-FR.json b/src/i18n/lang/fr-FR.json index 227ef80de..9489577ac 100644 --- a/src/i18n/lang/fr-FR.json +++ b/src/i18n/lang/fr-FR.json @@ -717,6 +717,17 @@ "copiedto": "Copié vers | Copiés vers" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Chaque jour", "everyWeek": "Chaque semaine", @@ -980,5 +991,16 @@ "title": "À propos", "frontendVersion": "Version : {version}", "apiVersion": "Version de l’API : {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/it-IT.json b/src/i18n/lang/it-IT.json index a1a0a5915..e39d0e269 100644 --- a/src/i18n/lang/it-IT.json +++ b/src/i18n/lang/it-IT.json @@ -717,6 +717,17 @@ "copiedto": "Copiata In | Copiate In" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Ogni Giorno", "everyWeek": "Ogni Settimana", @@ -980,5 +991,16 @@ "title": "Informazioni", "frontendVersion": "Versione Frontend: {version}", "apiVersion": "Versione API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/ja-JP.json b/src/i18n/lang/ja-JP.json index e4d1ffc96..fa7803cf0 100644 --- a/src/i18n/lang/ja-JP.json +++ b/src/i18n/lang/ja-JP.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "カスタム", + "dateAndTime": "日付と時刻" + }, "repeat": { "everyDay": "毎日", "everyWeek": "毎週", @@ -980,5 +991,16 @@ "title": "Vikunjaについて", "frontendVersion": "フロントエンドのバージョン: {version}", "apiVersion": "APIのバージョン: {version}" + }, + "time": { + "units": { + "seconds": "秒", + "minutes": "分", + "hours": "時間", + "days": "日", + "weeks": "週間", + "months": "月", + "years": "年" + } } } \ No newline at end of file diff --git a/src/i18n/lang/nl-NL.json b/src/i18n/lang/nl-NL.json index 92c361a94..3191b6573 100644 --- a/src/i18n/lang/nl-NL.json +++ b/src/i18n/lang/nl-NL.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Elke dag", "everyWeek": "Elke week", @@ -980,5 +991,16 @@ "title": "Over", "frontendVersion": "Frontend versie: {version}", "apiVersion": "API Versie: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/no-NO.json b/src/i18n/lang/no-NO.json index 54f830e3c..958b30d8e 100644 --- a/src/i18n/lang/no-NO.json +++ b/src/i18n/lang/no-NO.json @@ -717,6 +717,17 @@ "copiedto": "Kopiert til" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Hver dag", "everyWeek": "Hver uke", @@ -980,5 +991,16 @@ "title": "Om", "frontendVersion": "Frontend versjon: {version}", "apiVersion": "API versjon: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/pl-PL.json b/src/i18n/lang/pl-PL.json index 211eac722..184edd5a2 100644 --- a/src/i18n/lang/pl-PL.json +++ b/src/i18n/lang/pl-PL.json @@ -717,6 +717,17 @@ "copiedto": "Skopiowany do | Skopiowane do" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Codziennie", "everyWeek": "Co tydzień", @@ -980,5 +991,16 @@ "title": "O aplikacji", "frontendVersion": "Wersja frontendu: {version}", "apiVersion": "Wersja API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/pt-BR.json b/src/i18n/lang/pt-BR.json index a535388c9..d594cdaad 100644 --- a/src/i18n/lang/pt-BR.json +++ b/src/i18n/lang/pt-BR.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Diariamente", "everyWeek": "Toda semana", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/pt-PT.json b/src/i18n/lang/pt-PT.json index 5694b3e46..80ea650fa 100644 --- a/src/i18n/lang/pt-PT.json +++ b/src/i18n/lang/pt-PT.json @@ -717,6 +717,17 @@ "copiedto": "Copiada Para | Copiada Para" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Todos os Dias", "everyWeek": "Todas as Semanas", @@ -980,5 +991,16 @@ "title": "Sobre", "frontendVersion": "Versão Atual: {version}", "apiVersion": "Versão da API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/ro-RO.json b/src/i18n/lang/ro-RO.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/ro-RO.json +++ b/src/i18n/lang/ro-RO.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/ru-RU.json b/src/i18n/lang/ru-RU.json index 2dac1e046..4b8d6cf3b 100644 --- a/src/i18n/lang/ru-RU.json +++ b/src/i18n/lang/ru-RU.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Каждый день", "everyWeek": "Каждую неделю", @@ -980,5 +991,16 @@ "title": "О Vikunja", "frontendVersion": "Версия фронтенда: {version}", "apiVersion": "Версия API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/sk-SK.json b/src/i18n/lang/sk-SK.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/sk-SK.json +++ b/src/i18n/lang/sk-SK.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/sr-CS.json b/src/i18n/lang/sr-CS.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/sr-CS.json +++ b/src/i18n/lang/sr-CS.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/sv-SE.json b/src/i18n/lang/sv-SE.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/sv-SE.json +++ b/src/i18n/lang/sv-SE.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/tr-TR.json b/src/i18n/lang/tr-TR.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/tr-TR.json +++ b/src/i18n/lang/tr-TR.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/vi-VN.json b/src/i18n/lang/vi-VN.json index 32fb859a6..5af6ed7f5 100644 --- a/src/i18n/lang/vi-VN.json +++ b/src/i18n/lang/vi-VN.json @@ -717,6 +717,17 @@ "copiedto": "Sao chép tới | Sao chép tới" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Mỗi ngày", "everyWeek": "Mỗi tuần", @@ -980,5 +991,16 @@ "title": "Về ứng dụng", "frontendVersion": "Phiên bản giao diện người dùng: {version}", "apiVersion": "Phiên bản API: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/zh-CN.json b/src/i18n/lang/zh-CN.json index 828996469..c2ac1310d 100644 --- a/src/i18n/lang/zh-CN.json +++ b/src/i18n/lang/zh-CN.json @@ -717,6 +717,17 @@ "copiedto": "复制到 | 复制到" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "每天", "everyWeek": "每周", @@ -980,5 +991,16 @@ "title": "关于", "frontendVersion": "前端版本:{version}", "apiVersion": "API 版本:{version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file diff --git a/src/i18n/lang/zh-TW.json b/src/i18n/lang/zh-TW.json index 88dd2d46e..bd0931f10 100644 --- a/src/i18n/lang/zh-TW.json +++ b/src/i18n/lang/zh-TW.json @@ -717,6 +717,17 @@ "copiedto": "Copied To | Copied To" } }, + "reminder": { + "before": "{amount} {unit} before {type}", + "after": "{amount} {unit} after {type}", + "beforeShort": "before", + "afterShort": "after", + "onDueDate": "On the due date", + "onStartDate": "On the start date", + "onEndDate": "On the end date", + "custom": "Custom", + "dateAndTime": "Date and time" + }, "repeat": { "everyDay": "Every Day", "everyWeek": "Every Week", @@ -980,5 +991,16 @@ "title": "About", "frontendVersion": "Frontend Version: {version}", "apiVersion": "API Version: {version}" + }, + "time": { + "units": { + "seconds": "second|seconds", + "minutes": "minute|minutes", + "hours": "hour|hours", + "days": "day|days", + "weeks": "week|weeks", + "months": "month|months", + "years": "year|years" + } } } \ No newline at end of file