fix(i18n): add task due-date locale keys for all 16 supported languages
Adds overdue, dueSoon, dueToday, dueTomorrow, and noDueDate keys to the tasks section of every locale file used by formatDueDate().
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
"todayMeals": "Bugünün yemekleri",
|
||||
"allLink": "Tümü",
|
||||
"weekLink": "Hafta",
|
||||
"urgentTasksChip": "{{count}} acil görev",
|
||||
"urgentTasksChipPlural": "{{count}} acil görev",
|
||||
"urgentTasksChip": "{{count}} görev yakında bitiyor",
|
||||
"urgentTasksChipPlural": "{{count}} görev yakında bitiyor",
|
||||
"eventsChip": "Bugün {{count}} etkinlik",
|
||||
"eventsChipPlural": "Bugün {{count}} etkinlik",
|
||||
"todayMealChip": "Bugün: {{title}}",
|
||||
@@ -76,6 +76,7 @@
|
||||
"fabNote": "Not",
|
||||
"overdue": "Gecikmiş",
|
||||
"dueSoon": "Bugün bitiyor",
|
||||
"dueToday": "Bugün bitiyor",
|
||||
"dueTomorrow": "Yarın bitiyor",
|
||||
"allDay": "Tüm gün",
|
||||
"shoppingMore": "+{{count}} daha",
|
||||
@@ -85,7 +86,9 @@
|
||||
"customizeReset": "Sıfırla",
|
||||
"customizeSaved": "Pano kaydedildi",
|
||||
"customizeMoveUp": "Yukarı",
|
||||
"customizeMoveDown": "Aşağı"
|
||||
"customizeMoveDown": "Aşağı",
|
||||
"overdueTasksChip": "{{count}} gecikmiş görev",
|
||||
"overdueTasksChipPlural": "{{count}} gecikmiş görev"
|
||||
},
|
||||
"tasks": {
|
||||
"title": "Görevler",
|
||||
|
||||
Reference in New Issue
Block a user