Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/de.js4
-rw-r--r--l10n/de.json4
-rw-r--r--l10n/de_DE.js2
-rw-r--r--l10n/de_DE.json2
4 files changed, 10 insertions, 2 deletions
diff --git a/l10n/de.js b/l10n/de.js
index aed6c315..99236d57 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"tasks",
{
+ "Upcoming tasks" : "Anstehende Aufgaben",
"Important" : "Wichtig",
"Today" : "Heute",
"Week" : "Woche",
@@ -184,6 +185,9 @@ OC.L10N.register(
"Priority {priority}: high" : "Priorität {priority}: hoch",
"No priority assigned" : "Keine Priorität zugewiesen",
"{percent} % completed" : "{percent} % fertiggestellt",
+ "No upcoming tasks" : "Keine anstehenden Aufgaben",
+ "upcoming tasks" : "Anstehende Aufgaben",
+ "No tasks today" : "Heute keine anstehenden Aufgaben",
"Successfully created the task." : "Aufgabe erstellt.",
"Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.",
"Synchronizing to the server." : "Synchronisiere mit dem Server.",
diff --git a/l10n/de.json b/l10n/de.json
index 228db0d0..865e29b2 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Upcoming tasks" : "Anstehende Aufgaben",
"Important" : "Wichtig",
"Today" : "Heute",
"Week" : "Woche",
@@ -182,6 +183,9 @@
"Priority {priority}: high" : "Priorität {priority}: hoch",
"No priority assigned" : "Keine Priorität zugewiesen",
"{percent} % completed" : "{percent} % fertiggestellt",
+ "No upcoming tasks" : "Keine anstehenden Aufgaben",
+ "upcoming tasks" : "Anstehende Aufgaben",
+ "No tasks today" : "Heute keine anstehenden Aufgaben",
"Successfully created the task." : "Aufgabe erstellt.",
"Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.",
"Synchronizing to the server." : "Synchronisiere mit dem Server.",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 3cfd760a..c38414a6 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -186,7 +186,7 @@ OC.L10N.register(
"No priority assigned" : "Keine Priorität zugewiesen",
"{percent} % completed" : "{percent} % fertiggestellt",
"No upcoming tasks" : "Keine anstehenden Aufgaben",
- "upcoming tasks" : "anstehende Aufgaben",
+ "upcoming tasks" : "Anstehende Aufgaben",
"No tasks today" : "Heute keine Aufgaben",
"Successfully created the task." : "Aufgabe erstellt.",
"Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index c7794f1e..845da22e 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -184,7 +184,7 @@
"No priority assigned" : "Keine Priorität zugewiesen",
"{percent} % completed" : "{percent} % fertiggestellt",
"No upcoming tasks" : "Keine anstehenden Aufgaben",
- "upcoming tasks" : "anstehende Aufgaben",
+ "upcoming tasks" : "Anstehende Aufgaben",
"No tasks today" : "Heute keine Aufgaben",
"Successfully created the task." : "Aufgabe erstellt.",
"Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.",