Skip to content

Commit f56395a

Browse files
committed
fix translate
1 parent ef7e932 commit f56395a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+4530
-2343
lines changed

core/Objects/Item.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ public class Objects.Item : Objects.BaseObject {
16831683

16841684
if (notify) {
16851685
Services.EventBus.get_default ().send_toast (
1686-
Util.get_default ().create_toast (_("Task moved to %s".printf (project.name)))
1686+
Util.get_default ().create_toast (_("Moved to %s".printf (project.name)))
16871687
);
16881688
}
16891689
}

core/Utils/Util.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ We hope you’ll enjoy using Planify!""");
882882

883883
if (notify) {
884884
Services.EventBus.get_default ().send_toast (
885-
create_toast (_("Task moved to %s".printf (new_item.project.name)))
885+
create_toast (_("Moved to %s".printf (new_item.project.name)))
886886
);
887887
}
888888

po/af.po

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: io.github.alainm23.planify\n"
4-
"Report-Msgid-Bugs-To: alainmh23@gmail.com\n"
5-
"POT-Creation-Date: 2025-11-02 17:57+0000\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"POT-Creation-Date: 2026-02-18 04:30-0500\n"
66
"PO-Revision-Date: 2025-12-14 10:06+0000\n"
77
"Last-Translator: Anonymous <noreply@weblate.org>\n"
88
"Language-Team: Afrikaans <https://hosted.weblate.org/projects/planner/io-"
@@ -315,13 +315,9 @@ msgid "Task copied to clipboard"
315315
msgstr ""
316316

317317
#: core/Objects/Item.vala:1686 core/Utils/Util.vala:885
318-
#: src/Widgets/MultiSelectToolbar.vala:376
319-
#: src/Widgets/MultiSelectToolbar.vala:379
320318
#, c-format
321-
msgid "Task moved to %s"
322-
msgid_plural "%d tasks moved to %s"
323-
msgstr[0] ""
324-
msgstr[1] ""
319+
msgid "Moved to %s"
320+
msgstr ""
325321

326322
#: core/Objects/Label.vala:206
327323
#, c-format
@@ -462,7 +458,7 @@ msgid ""
462458
"project from Planify."
463459
msgstr ""
464460

465-
#: core/QuickAddCore.vala:1406 src/MainWindow.vala:712
461+
#: core/QuickAddCore.vala:1406 src/MainWindow.vala:733
466462
msgid "Keyboard Shortcuts"
467463
msgstr ""
468464

@@ -590,6 +586,7 @@ msgstr ""
590586
msgid "The server is currently unable to handle the request."
591587
msgstr ""
592588

589+
#. TODO: use soup messages as fallback?
593590
#: core/Services/Todoist.vala:1618 src/Widgets/ErrorView.vala:147
594591
msgid "Unknown error"
595592
msgstr ""
@@ -616,18 +613,22 @@ msgstr ""
616613
msgid "%s %s left"
617614
msgstr ""
618615

616+
#. / TRANSLATORS: a GLib.DateTime format showing the hour (12h format) with seconds
619617
#: core/Utils/Datetime.vala:103
620618
msgid "%-l:%M:%S %p"
621619
msgstr ""
622620

621+
#. / TRANSLATORS: a GLib.DateTime format showing the hour (12h format)
623622
#: core/Utils/Datetime.vala:106
624623
msgid "%-l:%M %p"
625624
msgstr ""
626625

626+
#. / TRANSLATORS: a GLib.DateTime format showing the hour (24h format) with seconds
627627
#: core/Utils/Datetime.vala:111
628628
msgid "%H:%M:%S"
629629
msgstr ""
630630

631+
#. / TRANSLATORS: a GLib.DateTime format showing the hour (24h format)
631632
#: core/Utils/Datetime.vala:114
632633
msgid "%H:%M"
633634
msgstr ""
@@ -674,37 +675,48 @@ msgid_plural "%d days ago"
674675
msgstr[0] ""
675676
msgstr[1] ""
676677

678+
#. / TRANSLATORS: a GLib.DateTime format showing the weekday, date, and year
677679
#: core/Utils/Datetime.vala:660
678680
msgid "%a, %b %-e, %Y"
679681
msgstr ""
680682

683+
#. / TRANSLATORS: a GLib.DateTime format showing the date and year
681684
#: core/Utils/Datetime.vala:663
682685
msgid "%b %-e %Y"
683686
msgstr ""
684687

688+
#. / TRANSLATORS: a GLib.DateTime format showing the year
685689
#: core/Utils/Datetime.vala:666 core/Widgets/Calendar/CalendarHeader.vala:36
686690
#: core/Widgets/Calendar/CalendarHeader.vala:57
687691
msgid "%Y"
688692
msgstr ""
689693

694+
#. / TRANSLATORS: a GLib.DateTime format showing the date
690695
#: core/Utils/Datetime.vala:669
696+
#, c-format
691697
msgid "%b %-e"
692698
msgstr ""
693699

700+
#. / TRANSLATORS: a GLib.DateTime format showing the weekday and year.
694701
#: core/Utils/Datetime.vala:672
695702
msgid "%a %Y"
696703
msgstr ""
697704

705+
#. / TRANSLATORS: a GLib.DateTime format showing the weekday
698706
#: core/Utils/Datetime.vala:675
699707
#, c-format
700708
msgid "%a"
701709
msgstr ""
702710

711+
#. / TRANSLATORS: a GLib.DateTime format showing the weekday and date
703712
#: core/Utils/Datetime.vala:678
713+
#, c-format
704714
msgid "%a, %b %-e"
705715
msgstr ""
706716

717+
#. / TRANSLATORS: a GLib.DateTime format showing the month.
707718
#: core/Utils/Datetime.vala:681
719+
#, c-format
708720
msgid "%b"
709721
msgstr ""
710722

@@ -1281,6 +1293,7 @@ msgid ""
12811293
"pressing the Enter key."
12821294
msgstr ""
12831295

1296+
#. vala-lint=naming-convention
12841297
#: core/Widgets/LabelPicker/LabelsPickerCore.vala:65
12851298
#: core/Widgets/ProjectPicker/ProjectPickerButton.vala:64
12861299
#, c-format
@@ -1334,6 +1347,7 @@ msgstr ""
13341347
msgid "Your list of section will show up here."
13351348
msgstr ""
13361349

1350+
#. Section Button
13371351
#: core/Widgets/ProjectPicker/ProjectPickerButton.vala:94
13381352
#: core/Widgets/ProjectPicker/ProjectPickerButton.vala:132
13391353
#: core/Widgets/SectionPicker/SectionButton.vala:88
@@ -1413,7 +1427,7 @@ msgstr ""
14131427
msgid "Complete"
14141428
msgstr ""
14151429

1416-
#: src/App.vala:143
1430+
#: src/App.vala:147
14171431
msgid ""
14181432
"Planify will automatically start when this device turns on and run when its "
14191433
"window is closed so that it can send to-do notifications."
@@ -1594,7 +1608,7 @@ msgstr ""
15941608
msgid "Filter"
15951609
msgstr ""
15961610

1597-
#: src/Dialogs/ManageProjects.vala:29 src/MainWindow.vala:717
1611+
#: src/Dialogs/ManageProjects.vala:29 src/MainWindow.vala:738
15981612
msgid "Archived Projects"
15991613
msgstr ""
16001614

@@ -2042,20 +2056,20 @@ msgstr ""
20422056
msgid "DE Integration"
20432057
msgstr ""
20442058

2045-
#: src/Dialogs/Preferences/Pages/General.vala:68
2046-
msgid "Run in Background"
2059+
#: src/Dialogs/Preferences/Pages/General.vala:69
2060+
msgid "Run on Startup"
20472061
msgstr ""
20482062

2049-
#: src/Dialogs/Preferences/Pages/General.vala:69
2050-
msgid "Let Planify run in background and send notifications"
2063+
#: src/Dialogs/Preferences/Pages/General.vala:70
2064+
msgid "Launch Planify automatically when you start your computer"
20512065
msgstr ""
20522066

20532067
#: src/Dialogs/Preferences/Pages/General.vala:82
2054-
msgid "Run on Startup"
2068+
msgid "Run in Background"
20552069
msgstr ""
20562070

20572071
#: src/Dialogs/Preferences/Pages/General.vala:83
2058-
msgid "Whether Planify should run on startup"
2072+
msgid "Keep Planify running in the system tray when closing the window"
20592073
msgstr ""
20602074

20612075
#: src/Dialogs/Preferences/Pages/General.vala:96
@@ -2314,7 +2328,7 @@ msgid ""
23142328
"When enabled, a reminder before the task’s due time will be added by default."
23152329
msgstr ""
23162330

2317-
#: src/Dialogs/Preferences/PreferencesWindow.vala:41 src/MainWindow.vala:709
2331+
#: src/Dialogs/Preferences/PreferencesWindow.vala:41 src/MainWindow.vala:730
23182332
msgid "Preferences"
23192333
msgstr ""
23202334

@@ -2377,6 +2391,7 @@ msgstr ""
23772391
msgid "Get Involved"
23782392
msgstr ""
23792393

2394+
#. Reach Us Group
23802395
#: src/Dialogs/Preferences/PreferencesWindow.vala:265
23812396
msgid "Reach Us"
23822397
msgstr ""
@@ -2707,31 +2722,31 @@ msgstr ""
27072722
msgid "Open Quick Find"
27082723
msgstr ""
27092724

2710-
#: src/MainWindow.vala:715
2725+
#: src/MainWindow.vala:736
27112726
msgid "About Planify"
27122727
msgstr ""
27132728

2714-
#: src/MainWindow.vala:775
2729+
#: src/MainWindow.vala:796
27152730
msgid "Oops! Something happened"
27162731
msgstr ""
27172732

2718-
#: src/MainWindow.vala:778
2733+
#: src/MainWindow.vala:799
27192734
msgid "See More"
27202735
msgstr ""
27212736

2722-
#: src/MainWindow.vala:794 src/Widgets/ItemChangeHistoryRow.vala:48
2737+
#: src/MainWindow.vala:815 src/Widgets/ItemChangeHistoryRow.vala:48
27232738
msgid "Task completed"
27242739
msgstr ""
27252740

2726-
#: src/MainWindow.vala:795
2741+
#: src/MainWindow.vala:816
27272742
msgid "View"
27282743
msgstr ""
27292744

2730-
#: src/MainWindow.vala:833
2745+
#: src/MainWindow.vala:854
27312746
msgid "Database Integrity Check Failed"
27322747
msgstr ""
27332748

2734-
#: src/MainWindow.vala:834
2749+
#: src/MainWindow.vala:855
27352750
msgid ""
27362751
"We've detected issues with the database structure that may prevent the "
27372752
"application from functioning properly. This may be due to missing tables or "
@@ -2744,7 +2759,7 @@ msgid ""
27442759
"previously. Thank you for your patience"
27452760
msgstr ""
27462761

2747-
#: src/MainWindow.vala:836
2762+
#: src/MainWindow.vala:857
27482763
msgid "Reset Database"
27492764
msgstr ""
27502765

@@ -2898,6 +2913,7 @@ msgstr ""
28982913
msgid "Ascending Order"
28992914
msgstr ""
29002915

2916+
#. Filters
29012917
#: src/Views/Project/Project.vala:553
29022918
msgid "Duedate"
29032919
msgstr ""
@@ -2979,6 +2995,7 @@ msgstr ""
29792995
msgid "Attachments"
29802996
msgstr ""
29812997

2998+
#. translators: Open file
29822999
#: src/Widgets/Attachments.vala:142
29833000
msgid "Open"
29843001
msgstr ""
@@ -3146,6 +3163,13 @@ msgid_plural "Are you sure you want to delete these %d to-dos?"
31463163
msgstr[0] ""
31473164
msgstr[1] ""
31483165

3166+
#: src/Widgets/MultiSelectToolbar.vala:375
3167+
#, c-format
3168+
msgid "Task moved to %s"
3169+
msgid_plural "%d tasks moved to %s"
3170+
msgstr[0] ""
3171+
msgstr[1] ""
3172+
31493173
#: src/Widgets/NewVersionPopup.vala:42
31503174
msgid "New version available!"
31513175
msgstr ""

0 commit comments

Comments
 (0)