Skip to content

Commit 023a8fd

Browse files
authored
Merge pull request #1071 from deadlyjack/notification
Add Persistent Notification System with Toast Notification
2 parents 051bdbf + 35489d3 commit 023a8fd

37 files changed

+701
-49
lines changed

src/lang/ar-ye.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Are you sure you want to delete {count} items?",
389389
"deleting items": "Deleting {count} items...",
390390
"import project zip": "Import Project(zip)",
391-
"changelog": "Change Log"
391+
"changelog": "Change Log",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/be-by.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Are you sure you want to delete {count} items?",
389389
"deleting items": "Deleting {count} items...",
390390
"import project zip": "Import Project(zip)",
391-
"changelog": "Change Log"
391+
"changelog": "Change Log",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/bn-bd.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Are you sure you want to delete {count} items?",
389389
"deleting items": "Deleting {count} items...",
390390
"import project zip": "Import Project(zip)",
391-
"changelog": "Change Log"
391+
"changelog": "Change Log",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/cs-cz.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Are you sure you want to delete {count} items?",
389389
"deleting items": "Deleting {count} items...",
390390
"import project zip": "Import Project(zip)",
391-
"changelog": "Change Log"
391+
"changelog": "Change Log",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/de-de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Sind sie sicher, das Sie {count} Einträge löschen wollen?",
389389
"deleting items": "Löschen von {count} Einträgen...",
390390
"import project zip": "Projekt(-Zip) importieren",
391-
"changelog": "Änderungsbericht"
391+
"changelog": "Änderungsbericht",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/en-us.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,5 +389,7 @@
389389
"delete entries": "Are you sure you want to delete {count} items?",
390390
"deleting items": "Deleting {count} items...",
391391
"import project zip": "Import Project(zip)",
392-
"changelog": "Change Log"
392+
"changelog": "Change Log",
393+
"notifications": "Notifications",
394+
"no_unread_notifications": "No unread notifications"
393395
}

src/lang/es-sv.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Are you sure you want to delete {count} items?",
389389
"deleting items": "Deleting {count} items...",
390390
"import project zip": "Import Project(zip)",
391-
"changelog": "Change Log"
391+
"changelog": "Change Log",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/fr-fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Are you sure you want to delete {count} items?",
389389
"deleting items": "Deleting {count} items...",
390390
"import project zip": "Import Project(zip)",
391-
"changelog": "Change Log"
391+
"changelog": "Change Log",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

src/lang/hi-in.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,5 +389,7 @@
389389
"delete entries": "Are you sure you want to delete {count} items?",
390390
"deleting items": "Deleting {count} items...",
391391
"import project zip": "Import Project(zip)",
392-
"changelog": "Change Log"
392+
"changelog": "Change Log",
393+
"notifications": "Notifications",
394+
"no_unread_notifications": "No unread notifications"
393395
}

src/lang/hu-hu.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,7 @@
388388
"delete entries": "Biztosan töröl {count} elemet?",
389389
"deleting items": "{count} elem törlése…",
390390
"import project zip": "Projekt importálása zip-ből",
391-
"changelog": "Változásnapló"
391+
"changelog": "Változásnapló",
392+
"notifications": "Notifications",
393+
"no_unread_notifications": "No unread notifications"
392394
}

0 commit comments

Comments
 (0)