-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathen-GB.json
1085 lines (1085 loc) · 92.6 KB
/
en-GB.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Select new file...": "Select new file...",
"(hidden)": "(hidden)",
"(modified)": "(modified)",
"Closed accounts": "Closed accounts",
"Filter rules...": "Filter rules...",
"Import is running...": "Import is running...",
"Loading accounts...": "Loading accounts...",
"Transferring...": "Transferring...",
"(Optional)": "(Optional)",
"(none)": "(none)",
"(please select)": "(please select)",
"{{count}} associated rules_one": "{{count}} associated rule",
"{{count}} associated rules_other": "{{count}} associated rules",
"{{count}} transactions_one": "{{count}} transaction",
"{{count}} transactions_other": "{{count}} transactions",
"{{displayMonth}} budget templates have been applied.": "{{displayMonth}} budget templates have been applied.",
"{{displayMonth}} budget templates have been overwritten.": "{{displayMonth}} budget templates have been overwritten.",
"{{displayMonth}} budgets have all been set to last month’s budgeted amounts.": "{{displayMonth}} budgets have all been set to last month’s budgeted amounts.",
"{{displayMonth}} budgets have all been set to zero.": "{{displayMonth}} budgets have all been set to zero.",
"{{displayMonth}} end-of-month cleanup templates have been applied.": "{{displayMonth}} end-of-month cleanup templates have been applied.",
"{{selectedPayeeNames}}, and more": "{{selectedPayeeNames}}, and more",
"<0><0>How are “Average” and “Spent Average MTD” calculated?</0></0><1>They are both the average cumulative spending by day for the three months before the selected “compare” month.</1>": "<0><0>How are “Average” and “Spent Average MTD” calculated?</0></0><1>They are both the average cumulative spending by day for the three months before the selected “compare” month.</1>",
"<0><0>How is cash flow calculated?</0></0><1>Cash flow shows the balance of your budgeted accounts over time, and the amount of expenses/income each day or month. Your budgeted accounts are considered to be “cash on hand,” so this gives you a picture of how available money fluctuates.</1>": "<0><0>How is cash flow calculated?</0></0><1>Cash flow shows the balance of your budgeted accounts over time, and the amount of expenses/income each day or month. Your budgeted accounts are considered to be “cash on hand,” so this gives you a picture of how available money fluctuates.</1>",
"Loading banks...": "Loading banks...",
"Downloading and applying update...": "Downloading and applying update...",
"Loading reports...": "Loading reports...",
"Creating budget...": "Creating budget...",
"<0>Actual’s data directory</0> <2><0>where your files are stored</0></2>": "<0>Actual’s data directory</0> <2><0>where your files are stored</0></2>",
"<0>Authentication method</0> modifies how users log in to the system.": "<0>Authentication method</0> modifies how users log in to the system.",
"<0>Budget ID:</0> {{budgetId}}": "<0>Budget ID:</0> {{budgetId}}",
"<0>Create a local account</0> if you want to add transactions manually. You can also <3>import QIF/OFX/QFX files into a local account</3>.": "<0>Create a local account</0> if you want to add transactions manually. You can also <3>import QIF/OFX/QFX files into a local account</3>.",
"<0>End-to-end encryption</0> is not available when making an unencrypted connection to a remote server. You’ll need to enable HTTPS on your server to use end-to-end encryption. This problem may also occur if your browser is too old to work with Actual.": "<0>End-to-end encryption</0> is not available when making an unencrypted connection to a remote server. You’ll need to enable HTTPS on your server to use end-to-end encryption. This problem may also occur if your browser is too old to work with Actual.",
"<0>End-to-end encryption</0> is not available when running without a server. Budget files are always kept unencrypted locally, and encryption is only applied when sending data to a server.": "<0>End-to-end encryption</0> is not available when running without a server. Budget files are always kept unencrypted locally, and encryption is only applied when sending data to a server.",
"<0>End-to-end encryption</0> is not enabled. Any data on the server is still protected by the server password, but it’s not end-to-end encrypted which means the server owners have the ability to read it. If you want, you can use an additional password to encrypt your data on the server.": "<0>End-to-end encryption</0> is not enabled. Any data on the server is still protected by the server password, but it’s not end-to-end encrypted which means the server owners have the ability to read it. If you want, you can use an additional password to encrypt your data on the server.",
"<0>Experimental features.</0> These features are not fully tested and may not work as expected. THEY MAY CAUSE IRRECOVERABLE DATA LOSS. They may do nothing at all. Only enable them if you know what you are doing.": "<0>Experimental features.</0> These features are not fully tested and may not work as expected. THEY MAY CAUSE IRRECOVERABLE DATA LOSS. They may do nothing at all. Only enable them if you know what you are doing.",
"<0>Envelope budgeting</0> (recommended) digitally mimics physical envelope budgeting system by allocating funds into virtual envelopes for different expenses. It helps track spending and ensure you don‘t overspend in any category.": "<0>Envelope budgeting</0> (recommended) digitally mimics physical envelope budgeting system by allocating funds into virtual envelopes for different expenses. It helps track spending and ensure you don‘t overspend in any category.",
"<0>IDs</0> are the names Actual uses to identify your budget internally. There are several different IDs associated with your budget. The Budget ID is used to identify your budget file. The Sync ID is used to access the budget on the server.": "<0>IDs</0> are the names Actual uses to identify your budget internally. There are several different IDs associated with your budget. The Budget ID is used to identify your budget file. The Sync ID is used to access the budget on the server.",
"<0>Important:</0> if you forget this password <3>and</3> you don’t have any local copies of your data, you will lose access to all your data. The data cannot be decrypted without the password.": "<0>Important:</0> if you forget this password <3>and</3> you don’t have any local copies of your data, you will lose access to all your data. The data cannot be decrypted without the password.",
"<0>Link a <1>European</1> bank account</0> to automatically download transactions.": "<0>Link a <1>European</1> bank account</0> to automatically download transactions.",
"<0>Move schedule </0><1></1><2> {{beforeOrAfter}} weekend</2>": "<0>Move schedule </0><1></1><2> {{beforeOrAfter}} weekend</2>",
"<0>Link a <1>North American</1> bank account</0> to automatically download transactions.": "<0>Link a <1>North American</1> bank account</0> to automatically download transactions.",
"<0>No server configured</0>": "<0>No server configured</0>",
"<0>Read here</0> for instructions on how to migrate your data from YNAB. You need to export your data as JSON, and that page explains how to do that.": "<0>Read here</0> for instructions on how to migrate your data from YNAB. You need to export your data as JSON, and that page explains how to do that.",
"<0>Reset sync</0> is only available when syncing is": "<0>Reset sync</0> is only available when syncing is",
"<0>Reset budget cache</0> will clear all cached values for the budget and recalculate the entire budget. All values in the budget are cached for performance reasons, and if there is a bug in the cache you won’t see correct values. There is no danger in resetting the cache. Hopefully you never have to do this.": "<0>Reset budget cache</0> will clear all cached values for the budget and recalculate the entire budget. All values in the budget are cached for performance reasons, and if there is a bug in the cache you won’t see correct values. There is no danger in resetting the cache. Hopefully you never have to do this.",
"<0>Reset sync</0> will remove all local data used to track changes for syncing, and create a fresh sync ID on the server. This file on other devices will have to be re-downloaded to use the new sync ID. Use this if there is a problem with syncing and you want to start fresh.": "<0>Reset sync</0> will remove all local data used to track changes for syncing, and create a fresh sync ID on the server. This file on other devices will have to be re-downloaded to use the new sync ID. Use this if there is a problem with syncing and you want to start fresh.",
"$10 a week": "$10 a week",
"$10 a week, up to a maximum of $80": "$10 a week, up to a maximum of $80",
"$50 each month": "$50 each month",
"1 day": "1 day",
"1 month": "1 month",
"1 week": "1 week",
"1 year": "1 year",
"2 weeks": "2 weeks",
"28+": "28+",
"3 months": "3 months",
"6 months": "6 months",
"A category must be transferred to another of the same type (expense or income)": "A category must be transferred to another of the same type (expense or income)",
"A file with id “{{id}}” already exists with the name “{{name}}”. This file will be replaced. This probably happened because files were manually moved around outside of Actual.": "A file with id “{{id}}” already exists with the name “{{name}}”. This file will be replaced. This probably happened because files were manually moved around outside of Actual.",
"A new version of Actual is available!": "A new version of Actual is available!",
"A valid amount is required": "A valid amount is required",
"Access": "Access",
"Access Revocation Incomplete": "Access Revocation Incomplete",
"Account": "Account",
"Account menu": "Account menu",
"Account linking not opening in a new tab? Click here": "Account linking not opening in a new tab? Click here",
"Accounts": "Accounts",
"Actions": "Actions",
"Actual has updated the syncing format": "Actual has updated the syncing format",
"Actual is a personal finance tool that focuses on beautiful design and a slick user experience. <2>Editing your data should be as fast as possible.</2> On top of that, we want to provide powerful tools to allow you to do whatever you want with your data.": "Actual is a personal finance tool that focuses on beautiful design and a slick user experience. <2>Editing your data should be as fast as possible.</2> On top of that, we want to provide powerful tools to allow you to do whatever you want with your data.",
"Actual is a super fast privacy-focused app for managing your finances. To secure your data, you’ll need to set a password for your server.": "Actual is a super fast privacy-focused app for managing your finances. To secure your data, you’ll need to set a password for your server.",
"Actual uses <1>SharedArrayBuffer</1> to allow usage from multiple tabs at once and to ensure correct behavior when switching files. While it can run without access to<3>SharedArrayBuffer</3>, you may encounter data loss or notice multiple budget files being merged with each other.": "Actual uses <1>SharedArrayBuffer</1> to allow usage from multiple tabs at once and to ensure correct behavior when switching files. While it can run without access to<3>SharedArrayBuffer</3>, you may encounter data loss or notice multiple budget files being merged with each other.",
"Add a new transaction": "Add a new transaction",
"Add action": "Add action",
"Add another split": "Add another split",
"Add category": "Add category",
"Add category group": "Add category group",
"Actual requires access to <1>SharedArrayBuffer</1> in order to function properly. If you’re seeing this error, either your browser does not support <3>SharedArrayBuffer</3>, or your server is not sending the appropriate headers, or you are not using HTTPS. See <6>our troubleshooting documentation</6> to learn more. <9></9>": "Actual requires access to <1>SharedArrayBuffer</1> in order to function properly. If you’re seeing this error, either your browser does not support <3>SharedArrayBuffer</3>, or your server is not sending the appropriate headers, or you are not using HTTPS. See <6>our troubleshooting documentation</6> to learn more. <9></9>",
"Add condition": "Add condition",
"Add New": "Add New",
"Add new schedule": "Add new schedule",
"Add new user": "Add new user",
"Add new widget": "Add new widget",
"Add recurrence": "Add recurrence",
"Admin": "Admin",
"Advanced options": "Advanced options",
"Advanced Settings": "Advanced Settings",
"After enabling OpenID all sessions will be closed": "After enabling OpenID all sessions will be closed",
"allocate": "allocate",
"amount": "amount",
"Amount": "Amount",
"amount (inflow)": "amount (inflow)",
"Amount (inflow)": "Amount (inflow)",
"amount (outflow)": "amount (outflow)",
"Amount (outflow)": "Amount (outflow)",
"AMOUNT OPTIONS": "AMOUNT OPTIONS",
"An error occurred while linking your account, sorry!": "An error occurred while linking your account, sorry!",
"An error occurred while saving. Please visit https://actualbudget.org/contact/ for support.": "An error occurred while saving. Please visit https://actualbudget.org/contact/ for support.",
"An internal error occurred, sorry! Visit https://actualbudget.org/contact/ for support. (ref: {{reason}})": "An internal error occurred, sorry! Visit https://actualbudget.org/contact/ for support. (ref: {{reason}})",
"An internal error occurred. Try to log in again, or get <2>in touch</2> for support.": "An internal error occurred. Try to log in again, or get <2>in touch</2> for support.",
"An unknown error occurred: {{error}}": "An unknown error occurred: {{error}}",
"and": "and",
"App updated to {{version}}": "App updated to {{version}}",
"Append": "Append",
"Apply budget template": "Apply budget template",
"append to notes": "append to notes",
"Apply": "Apply",
"Apply actions": "Apply actions",
"Apply budget templates": "Apply budget templates",
"Apply to all": "Apply to all",
"Approximately {{currencyAmount}}": "Approximately {{currencyAmount}}",
"Are you sure you want to close <2>{{accountName}}</2>? ": "Are you sure you want to close <2>{{accountName}}</2>? ",
"Are you sure you want to edit this transaction?": "Are you sure you want to edit this transaction?",
"Are you sure?": "Are you sure?",
"Ascending": "Ascending",
"Assets:": "Assets:",
"Auth0 application settings": "Auth0 application settings",
"Auto login failed - No header sent": "Auto login failed - No header sent",
"Auto login failed - Proxy not trusted": "Auto login failed - Proxy not trusted",
"Automatically add transaction": "Automatically add transaction",
"Available for download": "Available for download",
"Average": "Average",
"Average per month": "Average per month",
"Average per transaction": "Average per transaction",
"Average spent": "Average spent",
"Backups": "Backups",
"Backups are taken every {{BACKUP_FREQUENCY_MINS}} minutes and stored in <4><0>Actual’s data directory</0></4>. Actual retains a maximum of {{MAX_BACKUPS}} backups at any time.": "Backups are taken every {{BACKUP_FREQUENCY_MINS}} minutes and stored in <4><0>Actual’s data directory</0></4>. Actual retains a maximum of {{MAX_BACKUPS}} backups at any time.",
"Balance": "Balance",
"Average:": "Average:",
"Back": "Back",
"Back to file list": "Back to file list",
"Back up now": "Back up now",
"Balance for {{categoryName}} category": "Balance for {{categoryName}} category",
"Balance must be a number": "Balance must be a number",
"Balance:": "Balance:",
"Bank Account To Sync": "Bank Account To Sync",
"Bank Sync Offline": "Bank Sync Offline",
"Bar Graph": "Bar Graph",
"Budget": "Budget",
"Basic": "Basic",
"Be aware that other devices may have already created these transactions. If you have multiple devices, make sure you only do this on one device or you will have duplicate transactions.": "Be aware that other devices may have already created these transactions. If you have multiple devices, make sure you only do this on one device or you will have duplicate transactions.",
"Budget page menu": "Budget page menu",
"Budget set to {{numberOfMonths}}-month average.": "Budget set to {{numberOfMonths}}-month average.",
"Budgeted": "Budgeted",
"Budgeted amount for {{categoryName}} category": "Budgeted amount for {{categoryName}} category",
"Budgeted:": "Budgeted:",
"By enabling bank-sync, you will be granting GoCardless (a third party service) read-only access to your entire account’s transaction history. This service is not affiliated with Actual in any way. Make sure you’ve read and understand GoCardless’s <2>Privacy Policy</2> before proceeding.": "By enabling bank-sync, you will be granting GoCardless (a third party service) read-only access to your entire account’s transaction history. This service is not affiliated with Actual in any way. Make sure you’ve read and understand GoCardless’s <2>Privacy Policy</2> before proceeding.",
"Calendar card": "Calendar card",
"Can also assign ownership of a budget to another person, ensuring efficient budget management.": "Can also assign ownership of a budget to another person, ensuring efficient budget management.",
"Can do everything that Basic users can. In addition, they have the ability to add new users to the directory and access budget files from all users.": "Can do everything that Basic users can. In addition, they have the ability to add new users to the directory and access budget files from all users.",
"Cancel": "Cancel",
"Cannot save: No widget available.": "Cannot save: No widget available.",
"Cash Flow": "Cash Flow",
"Category": "Category",
"Category group name": "Category group name",
"Category is required": "Category is required",
"Category name": "Category name",
"Center": "Center",
"Change location": "Change location",
"Change password": "Change password",
"Change server password": "Change server password",
"Change server URL": "Change server URL",
"Change this username with caution; it is the server owner.": "Change this username with caution; it is the server owner.",
"Checking GoCardless configuration..": "Checking GoCardless configuration..",
"Choose the number of months shown at a time": "Choose the number of months shown at a time",
"Choose the schedule these {{ count }} transactions belong to:_one": "Choose the schedule this {{ count }} transaction belong to:",
"Choose the schedule these {{ count }} transactions belong to:_other": "Choose the schedule these {{ count }} transactions belong to:",
"Cleared total:": "Cleared total:",
"Click the button below to reload and apply the update.": "Click the button below to reload and apply the update.",
"Client version: {{version}}": "Client version: {{version}}",
"Close": "Close",
"Close account": "Close account",
"Close Account": "Close Account",
"Close file": "Close file",
"Close the current budget and open another": "Close the current budget and open another",
"Closed Accounts": "Closed Accounts",
"Closed accounts...": "Closed accounts...",
"Closed: {{ accountName }}": "Closed: {{ accountName }}",
"Closing...": "Closing...",
"Compare": "Compare",
"Compare {{formattedStartDate}} to {{typeOrFormattedEndDate}}": "Compare {{formattedStartDate}} to {{typeOrFormattedEndDate}}",
"Cloud file ID is missing.": "Cloud file ID is missing.",
"Collapse all": "Collapse all",
"Collapse month summary": "Collapse month summary",
"Collapse split transactions": "Collapse split transactions",
"Compare:": "Compare:",
"Complete": "Complete",
"Configure GoCardless integration": "Configure GoCardless integration",
"Confirm": "Confirm",
"Confirm Delete": "Confirm Delete",
"Confirm password": "Confirm password",
"Connect to an Actual server to set up <2>automatic syncing</2>.": "Connect to an Actual server to set up <2>automatic syncing</2>.",
"Consider opening <2>our tour</2> in a new tab for some guidance on what to do when you’ve set your password.": "Consider opening <2>our tour</2> in a new tab for some guidance on what to do when you’ve set your password.",
"Consider taking our <2>guided tour</2> to help you get your bearings, and check out the rest of the documentation while you’re there to learn more about advanced topics.": "Consider taking our <2>guided tour</2> to help you get your bearings, and check out the rest of the documentation while you’re there to learn more about advanced topics.",
"contains": "contains",
"Context menus": "Context menus",
"copy": "copy",
"Copy last month’s budget": "Copy last month’s budget",
"Cover from a category": "Cover from a category",
"Cover overspending": "Cover overspending",
"Create": "Create",
"Create Local Account": "Create Local Account",
"Create New": "Create New",
"Create new account": "Create new account",
"Create new account (off budget)": "Create new account (off budget)",
"Create new file": "Create new file",
"Create new rule": "Create new rule",
"Create rule": "Create rule",
"Create schedules": "Create schedules",
"Create test file": "Create test file",
"Current month": "Current month",
"Currently, Actual implements budgeting based on a <2>monthly envelope system</2>.": "Currently, Actual implements budgeting based on a <2>monthly envelope system</2>.",
"Custom Report: {{name}}": "Custom Report: {{name}}",
"Daily": "Daily",
"Dashboard has been successfully imported. Don’t like what you see? You can always press [ctrl+z](#undo) to undo.": "Dashboard has been successfully imported. Don’t like what you see? You can always press [ctrl+z](#undo) to undo.",
"Dashboard has been successfully reset to default state. Don’t like what you see? You can always press [ctrl+z](#undo) to undo.": "Dashboard has been successfully reset to default state. Don’t like what you see? You can always press [ctrl+z](#undo) to undo.",
"Dashboard widget successfully saved.": "Dashboard widget successfully saved.",
"Data Table": "Data Table",
"Date": "Date",
"Date filters": "Date filters",
"Date is required": "Date is required",
"Dates": "Dates",
"Days": "Days",
"Debt:": "Debt:",
"Debts:": "Debts:",
"Decide later": "Decide later",
"Default": "Default",
"Delete": "Delete",
"Delete {{count}} users": "Delete {{count}} users",
"Delete {{fileName}}": "Delete {{fileName}}",
"Delete file from all devices": "Delete file from all devices",
"Delete file locally": "Delete file locally",
"Delete filter": "Delete filter",
"Delete selected transactions": "Delete selected transactions",
"Delete split": "Delete split",
"Delete transaction": "Delete transaction",
"Deleting it will remove it and all of its backups permanently.": "Deleting it will remove it and all of its backups permanently.",
"Deleting reconciled transactions may bring your reconciliation out of balance.": "Deleting reconciled transactions may bring your reconciliation out of balance.",
"Delimiter:": "Delimiter:",
"Deposit": "Deposit",
"Deposits": "Deposits",
"Descending": "Descending",
"Description": "Description",
"Determine which users can view and manage your budgets": "Determine which users can view and manage your budgets",
"Difference:": "Difference:",
"Disable OpenID": "Disable OpenID",
"Disable templating": "Disable templating",
"disabled": "disabled",
"Disabling OpenID will deactivate multi-user mode.": "Disabling OpenID will deactivate multi-user mode.",
"Display": "Display",
"Display Name": "Display Name",
"Documentation": "Documentation",
"Do nothing": "Do nothing",
"does not contain": "does not contain",
"Don’t use a server": "Don’t use a server",
"Donut Graph": "Donut Graph",
"Duplicate “{{fileName}}”": "Duplicate “{{fileName}}”",
"Downloaded file is invalid, sorry! Visit https://actualbudget.org/contact/ for support.": "Downloaded file is invalid, sorry! Visit https://actualbudget.org/contact/ for support.",
"Downloading the file failed. Check your network connection.": "Downloading the file failed. Check your network connection.",
"Downloading...": "Downloading…",
"Duplicate": "Duplicate",
"Duplicate file “{{newName}}” created.": "Duplicate file “{{newName}}” created.",
"Duplicate for all devices": "Duplicate for all devices",
"Duplicating reconciled transactions may bring your reconciliation out of balance.": "Duplicating reconciled transactions may bring your reconciliation out of balance.",
"Edit": "Edit",
"Edit account name": "Edit account name",
"Edit as rule": "Edit as rule",
"Edit content": "Edit content",
"Edit dashboard": "Edit dashboard",
"Edit field": "Edit field",
"Edit this widget to change the **markdown** content.": "Edit this widget to change the **markdown** content.",
"Edit user {{userName}}": "Edit user {{userName}}",
"Editing reconciled transactions may bring your reconciliation out of balance.": "Editing reconciled transactions may bring your reconciliation out of balance.",
"Empty": "Empty",
"Enable encryption": "Enable encryption",
"Enable": "Enable",
"Enable OpenID": "Enable OpenID",
"Enable templating": "Enable templating",
"enabled": "enabled",
"Enabled": "Enabled",
"Encrypting the file failed. You have the correct key so this is an internal bug. To fix this, generate a new key in the next step.": "Encrypting the file failed. You have the correct key so this is an internal bug. To fix this, generate a new key in the next step.",
"Encrypting your file failed because you are missing your encryption key. Create your key in the next step.": "Encrypting your file failed because you are missing your encryption key. Create your key in the next step.",
"End Date": "End Date",
"End of month cleanup": "End of month cleanup",
"Enter the current balance of your bank account that you want to reconcile with:": "Enter the current balance of your bank account that you want to reconcile with:",
"Error getting available users": "Error getting available users",
"Error getting OpenID config": "Error getting OpenID config",
"Error getting users": "Error getting users",
"Even though encryption is enabled, the exported zip file will not have any encryption.": "Even though encryption is enabled, the exported zip file will not have any encryption.",
"Existing filters will be cleared": "Existing filters will be cleared",
"Existing sessions will be logged out and you will log in to this server. We will validate that Actual is running at this URL.": "Existing sessions will be logged out and you will log in to this server. We will validate that Actual is running at this URL.",
"Expand all": "Expand all",
"Expand month summary": "Expand month summary",
"Expand split transactions": "Expand split transactions",
"Expenses": "Expenses",
"Expenses:": "Expenses:",
"Export": "Export",
"Export budget": "Export budget",
"Export data": "Export data",
"Failed importing the dashboard file.": "Failed importing the dashboard file.",
"Failed loading available banks: GoCardless access credentials might be misconfigured. Please <2>set them up</2> again.": "Failed loading available banks: GoCardless access credentials might be misconfigured. Please <2>set them up</2> again.",
"Failed parsing the imported JSON.": "Failed parsing the imported JSON.",
"Failed to duplicate budget file.": "Failed to duplicate budget file.",
"Failed to enable OpenID. Please try again.": "Failed to enable OpenID. Please try again.",
"Failed to refresh login methods": "Failed to refresh login methods",
"Failed to complete ownership transfer. Please try again.": "Failed to complete ownership transfer. Please try again.",
"Failed to save dashboard widget.": "Failed to save dashboard widget.",
"Failed to transfer ownership": "Failed to transfer ownership",
"Fatal Error": "Fatal Error",
"Fatal error occurred: unable to open import file dialog.": "Fatal error occurred: unable to open import file dialog.",
"Favorite": "Favorite",
"Files": "Files",
"Files in the destination folder with the same name will be overwritten.": "Files in the destination folder with the same name will be overwritten.",
"File has header row": "File has header row",
"File needs upload": "File needs upload",
"Filter schedules…": "Filter schedules…",
"Filter to the selected transactions": "Filter to the selected transactions",
"Filter transactions": "Filter transactions",
"Find schedules": "Find schedules",
"Finish editing dashboard": "Finish editing dashboard",
"First day of the week": "First day of the week",
"Fixed {{count}} splits that weren’t properly deleted._one": "Fixed {{count}} split that weren’t properly deleted.",
"Fixed {{count}} splits that weren’t properly deleted._other": "Fixed {{count}} splits that weren’t properly deleted.",
"Select account...": "Select account...",
"Fixed {{count}} splits with the wrong cleared flag._one": "Fixed {{count}} split with the wrong cleared flag.",
"Fixed {{count}} splits with the wrong cleared flag._other": "Fixed {{count}} splits with the wrong cleared flag.",
"Found {{count}} split transactions with mismatched amounts on the below dates. Please review them manually:_one": "Found {{count}} split transaction with mismatched amounts on the below dates. Please review it manually:",
"Found {{count}} split transactions with mismatched amounts on the below dates. Please review them manually:_other": "Found {{count}} split transactions with mismatched amounts on the below dates. Please review them manually:",
"Found Schedules": "Found Schedules",
"Friday": "Friday",
"From": "From",
"For Actual to be useful, you need to <1>add an account</1>. You can link an account to automatically download transactions, or manage it locally yourself.": "For Actual to be useful, you need to <1>add an account</1>. You can link an account to automatically download transactions, or manage it locally yourself.",
"Fully funded": "Fully funded",
"Fund upcoming scheduled transactions over time": "Fund upcoming scheduled transactions over time",
"Generate new key": "Generate new key",
"Get started by importing an existing budget file from Actual or another budgeting app, create a demo budget file, or start fresh with an empty budget. You can always create or import another budget later.": "Get started by importing an existing budget file from Actual or another budgeting app, create a demo budget file, or start fresh with an empty budget. You can always create or import another budget later.",
"Get started with passwordless.id": "Get started with passwordless.id",
"Go to login": "Go to login",
"Goal templates": "Goal templates",
"GoCardless menu": "GoCardless menu",
"GoCardless provides reliable, up-to-date information from hundreds of banks.": "GoCardless provides reliable, up-to-date information from hundreds of banks.",
"Happy budgeting!": "Happy budgeting!",
"has tag(s)": "has tag(s)",
"Help": "Help",
"Hide “cleared” checkboxes": "Hide “cleared” checkboxes",
"Hide balance": "Hide balance",
"Hide decimal places": "Hide decimal places",
"Hide transactions": "Hide transactions",
"Hide unchecked": "Hide unchecked",
"Hold": "Hold",
"Hold for next month": "Hold for next month",
"Hold this amount:": "Hold this amount:",
"https://example.com": "https://example.com",
"I understand the risks, run Actual in the unsupported fallback mode": "I understand the risks, run Actual in the unsupported fallback mode",
"If <2></2>{{allOrAny}} of these conditions match:": "If <2></2>{{allOrAny}} of these conditions match:",
"If checked, the schedule will automatically create transactions for you in the specified account": "If checked, the schedule will automatically create transactions for you in the specified account",
"If left empty, it will be updated from your OpenID provider on the user's login, if available there.": "If left empty, it will be updated from your OpenID provider on the user's login, if available there.",
"If the server is using a self-signed certificate <2>select it here</2>.": "If the server is using a self-signed certificate <2>select it here</2>.",
"If this error persists, please get <2>in touch</2> so it can be investigated.": "If this error persists, please get <2>in touch</2> so it can be investigated.",
"If you can't update Actual at this time you can find the latest release at <2>app.actualbudget.org</2>. You can use it until your client is updated.": "If you can't update Actual at this time you can find the latest release at <2>app.actualbudget.org</2>. You can use it until your client is updated.",
"If you expected a schedule here and don’t see it, it might be because the payees of the transactions don’t match. Make sure you rename payees on all transactions for a schedule to be the same payee.": "If you expected a schedule here and don’t see it, it might be because the payees of the transactions don’t match. Make sure you rename payees on all transactions for a schedule to be the same payee.",
"If you lost your password, you likely still have access to your server to manually reset it.": "If you lost your password, you likely still have access to your server to manually reset it.",
"If you use a backup, you will have to set up all your devices to sync from the new budget.": "If you use a backup, you will have to set up all your devices to sync from the new budget.",
"If you’ve already downloaded your data on other devices, you will need to reset them. Actual will automatically take you through this process.": "If you’ve already downloaded your data on other devices, you will need to reset them. Actual will automatically take you through this process.",
"Import": "Import",
"Import a file exported from Actual": "Import a file exported from Actual",
"Import file": "Import file",
"Import From": "Import From",
"Import from Actual export": "Import from Actual export",
"Import from nYNAB": "Import from nYNAB",
"Import my budget": "Import my budget",
"Import transactions": "Import transactions",
"imported payee": "imported payee",
"Imported payee": "Imported payee",
"In order to enable bank-sync via GoCardless (only for EU banks) you will need to create access credentials. This can be done by creating an account with <2>GoCardless</2>.": "In order to enable bank-sync via GoCardless (only for EU banks) you will need to create access credentials. This can be done by creating an account with <2>GoCardless</2>.",
"In order to enable bank-sync via SimpleFIN (only for North American banks), you will need to create a token. This can be done by creating an account with <2>SimpleFIN</2>.": "In order to enable bank-sync via SimpleFIN (only for North American banks), you will need to create a token. This can be done by creating an account with <2>SimpleFIN</2>.",
"Initializing the connection to the local database...": "Initialising the connection to the local database…",
"Integrating Google Sign-In into your web app": "Integrating Google Sign-In into your web app",
"Internal error": "Internal error",
"Interval:": "Interval:",
"Invalid": "Invalid",
"Invalid date format": "Invalid date format",
"Invalid password": "Invalid password",
"is": "is",
"is after": "is after",
"is after or equals": "is after or equals",
"is approx": "is approx",
"is approximately": "is approximately",
"is before": "is before",
"is before or equals": "is before or equals",
"is between": "is between",
"is exactly": "is exactly",
"is false": "is false",
"is greater than": "is greater than",
"is greater than or equals": "is greater than or equals",
"is less than": "is less than",
"is less than or equals": "is less than or equals",
"is not": "is not",
"is true": "is true",
"It is required to provide a token.": "It is required to provide a token.",
"It is recommended for the encryption password to be different than the log-in password in order to better protect your data.": "It is recommended for the encryption password to be different than the log-in password in order to better protect your data.",
"It looks like you're using an outdated version of the Actual client. Your budget data has been updated by another client, but this client is still on the old verison. For the best experience, please update Actual to the latest version.": "It looks like you're using an outdated version of the Actual client. Your budget data has been updated by another client, but this client is still on the old verison. For the best experience, please update Actual to the latest version.",
"Item is no longer authorized. You need to login again.": "Item is no longer authorised. You need to login again.",
"Key generation is randomized. The same password will create different keys, so this will change your key regardless of the password being different.": "Key generation is randomised. The same password will create different keys, so this will change your key regardless of the password being different.",
"Keyboard shortcuts": "Keyboard shortcuts",
"Last 12 months": "Last 12 months",
"Last 3 months": "Last 3 months",
"Last 6 months": "Last 6 months",
"Last month": "Last month",
"Last week": "Last week",
"Last year": "Last year",
"Learn more": "Learn more",
"Left": "Left",
"Let’s get started!": "Let’s get started!",
"Line Graph": "Line Graph",
"Link account": "Link account",
"Link accounts": "Link accounts",
"Link Accounts": "Link Accounts",
"Link bank account with GoCardless": "Link bank account with GoCardless",
"Link bank account with SimpleFIN": "Link bank account with SimpleFIN",
"Link or view schedule for selected transactions": "Link or view schedule for selected transactions",
"Link to schedule": "Link to schedule",
"Link Your Bank": "Link Your Bank",
"Linked transactions": "Linked transactions",
"Live": "Live",
"Load Backup": "Load Backup",
"Loading global preferences...": "Loading global preferences…",
"Loading more transactions...": "Loading more transactions...",
"Loading transactions...": "Loading transactions...",
"Loading...": "Loading…",
"Local": "Local",
"logged in as: <2>{{userName}}</2>": "logged in as: <2>{{userName}}</2>",
"logged in as: <2><0>{{userName}}</0></2>": "logged in as: <2><0>{{userName}}</0></2>",
"Login expired": "Login expired",
"Login expired, please log in again.": "Login expired, please log in again.",
"Make as split transaction": "Make as split transaction",
"Make sure the app is up-to-date.": "Make sure the app is up-to-date.",
"Make sure the app is up-to-date. Do you want to load a backup?": "Make sure the app is up-to-date. Do you want to load a backup?",
"Make transfer": "Make transfer",
"Making demo...": "Making demo…",
"Manage and view users who can create new budgets or be invited to access existing ones.": "Manage and view users who can create new budgets or be invited to access existing ones.",
"Manage payees": "Manage payees",
"Menu": "Menu",
"Merge": "Merge",
"matches": "matches",
"Merge and edit rule": "Merge and edit rule",
"Merge with existing transactions": "Merge with existing transactions",
"Merging will remove the payee and transfer any existing rules to the new payee.": "Merging will remove the payee and transfer any existing rules to the new payee.",
"Missing encryption key": "Missing encryption key",
"Modal dialog": "Modal dialog",
"Modal logo": "Modal logo",
"Mode:": "Mode:",
"Monday": "Monday",
"Month": "Month",
"Monthly": "Monthly",
"Monthly Spending": "Monthly Spending",
"Monthly Templates": "Monthly Templates",
"Months": "Months",
"More": "More",
"More payees are available, search to find them": "More payees are available, search to find them",
"Move down when editing": "Move down when editing",
"Move files to new directory": "Move files to new directory",
"Move left when editing": "Move left when editing",
"Move right when editing": "Move right when editing",
"Move to a category": "Move to a category",
"Move to the next transaction down": "Move to the next transaction down",
"Move to the next transaction down and scroll": "Move to the next transaction down and scroll",
"Move to the next transaction up": "Move to the next transaction up",
"Move to the next transaction up and scroll": "Move to the next transaction up and scroll",
"Move up when editing": "Move up when editing",
"Multi-month Templates": "Multi-month Templates",
"Multi-user will not work after disabling": "Multi-user will not work after disabling",
"Name": "Name",
"Name {{ newAccountName }} already exists.": "Name {{ newAccountName }} already exists.",
"Name cannot be blank.": "Name cannot be blank.",
"Net": "Net",
"Net Assets:": "Net Assets:",
"Net Debts:": "Net Debts:",
"Net Deposit": "Net Deposit",
"Net Payment": "Net Payment",
"Net Worth": "Net Worth",
"Net worth graph": "Net worth graph",
"Net worth:": "Net worth:",
"Net worth shows the balance of all accounts over time, including all of your investments. Your “net worth” is considered to be the amount you’d have if you sold all your assets and paid off as much debt as possible. If you hover over the graph, you can also see the amount of assets and debt individually.": "Net worth shows the balance of all accounts over time, including all of your investments. Your “net worth” is considered to be the amount you’d have if you sold all your assets and paid off as much debt as possible. If you hover over the graph, you can also see the amount of assets and debt individually.",
"Net:": "Net:",
"Network unavailable": "Network unavailable",
"New Account": "New Account",
"New Budget Name": "New Budget Name",
"New Category": "New Category",
"New Category Group": "New Category Group",
"New custom report": "New custom report",
"New version available: {{latestVersion}}": "New version available: {{latestVersion}}",
"Next date": "Next date",
"Next month": "Next month",
"No": "No",
"No actions available": "No actions available",
"No backups available": "No backups available",
"No budget files": "No budget files",
"No linked transactions": "No linked transactions",
"No matching schedules": "No matching schedules",
"No matching transactions": "No matching transactions",
"No notes": "No notes",
"No open accounts could be found. Did you close the account? If so, unlink the account.": "No open accounts could be found. Did you close the account? If so, unlink the account.",
"No payees": "No payees",
"No payees selected": "No payees selected",
"No recurring date": "No recurring date",
"No rules": "No rules",
"No schedules": "No schedules",
"No schedules found": "No schedules found",
"No server": "No server",
"No split transactions found needing repair.": "No split transactions found needing repair.",
"No transactions": "No transactions",
"No transactions found": "No transactions found",
"No users": "No users",
"No users available": "No users available",
"No users available to give access": "No users available to give access",
"None": "None",
"Not all users were deleted. Check if one of the selected users is the server owner.": "Not all users were deleted. Check if one of the selected users is the server owner.",
"not one of": "not one of",
"Note that the URL depends on your application domain and region.": "Note that the URL depends on your application domain and region.",
"Note that the URL depends on your authentik domain and provider slug name.": "Note that the URL depends on your authentik domain and provider slug name.",
"Note that the URL depends on your Keycloak domain and realm.": "Note that the URL depends on your Keycloak domain and realm.",
"notes": "notes",
"Notes": "Notes",
"Notes (markdown supported)": "Notes (markdown supported)",
"Notes: {{name}}": "Notes: {{name}}",
"number of months": "number of months",
"number of transactions": "number of transactions",
"Numbers": "Numbers",
"Off budget": "Off budget",
"OK": "OK",
"On budget": "On budget",
"On Budget Accounts": "On Budget Accounts",
"Once you have exported your data, select the file and Actual will import it. Budgets may not match up exactly because things work slightly differently, but you should be able to fix up any problems.": "Once you have exported your data, select the file and Actual will import it. Budgets may not match up exactly because things work slightly differently, but you should be able to fix up any problems.",
"Open balance menu for {{categoryName}} category": "Open balance menu for {{categoryName}} category",
"Open budget menu for {{categoryName}} category": "Open budget menu for {{categoryName}} category",
"Open changelog": "Open changelog",
"Open the help menu": "Open the help menu",
"OpenID authentication method": "OpenID authentication method",
"OpenID Connect on the Microsoft identity platform": "OpenID Connect on the Microsoft identity platform",
"OpenID is required to enable multi-user mode.": "OpenID is required to enable multi-user mode.",
"OpenID server cannot be empty": "OpenID server cannot be empty",
"OpenID was enabled but cleanup failed. Please refresh the application.": "OpenID was enabled but cleanup failed. Please refresh the application.",
"Opening last budget...": "Opening last budget…",
"Options": "Options",
"Overbudgeted": "Overbudgeted",
"Overfunded ({{amount}})": "Overfunded ({{amount}})",
"Overspent:": "Overspent:",
"Overwrite with budget template": "Overwrite with budget template",
"Owner": "Owner",
"Owner:": "Owner:",
"Password cannot be empty": "Password cannot be empty",
"Password successfully changed": "Password successfully changed",
"Passwords do not match": "Passwords do not match",
"Payee": "Payee",
"payee (name)": "payee (name)",
"Payees": "Payees",
"Payments": "Payments",
"Payment": "Payment",
"Percentage": "Percentage",
"Pin sidebar": "Pin sidebar",
"Please enter a value for the username; the field cannot be empty.": "Please enter a value for the username; the field cannot be empty.",
"Please get <2>in touch</2> for support": "Please get <2>in touch</2> for support",
"Please select a user.": "Please select a user.",
"Please update Actual!": "Please update Actual!",
"Please wait...": "Please wait...",
"Post transactions": "Post transactions",
"Post transactions?": "Post transactions?",
"Prepend": "Prepend",
"prepend to notes": "prepend to notes",
"Previous month": "Previous month",
"Proceed with caution.": "Proceed with caution.",
"Projected savings:": "Projected savings:",
"Reauthorize": "Reauthorise",
"Received": "Received",
"Reconcile": "Reconcile",
"Reconciled": "Reconciled",
"Reconciled Transaction": "Reconciled Transaction",
"Reconciliation balance adjustment": "Reconciliation balance adjustment",
"Recurring": "Recurring",
"Redo the last undone change": "Redo the last undone change",
"Register": "Register",
"Release Notes": "Release Notes",
"Remove": "Remove",
"Remove active category filters to show the category selector.": "Remove active category filters to show the category selector.",
"Remove all sorting": "Remove all sorting",
"Remove bank-sync": "Remove bank-sync",
"Remove recurrence": "Remove recurrence",
"Rename": "Rename",
"Rename budget": "Rename budget",
"Reopen account": "Reopen account",
"Repair": "Repair",
"Repeat every": "Repeat every",
"Repeats": "Repeats",
"Replace": "Replace",
"Report Name": "Report Name",
"Reports": "Reports",
"Reset budget cache": "Reset budget cache",
"Reset GoCardless credentials": "Reset GoCardless credentials",
"Reset key": "Reset key",
"Reset next month’s buffer": "Reset next month’s buffer",
"Reset SimpleFIN credentials": "Reset SimpleFIN credentials",
"Reset sync": "Reset sync",
"Reset to default": "Reset to default",
"Restart": "Restart",
"Restart app": "Restart app",
"Retrieving remote files...": "Retrieving remote files…",
"Revert changes": "Revert changes",
"Revert to original version": "Revert to original version",
"Revert to server password": "Revert to server password",
"Review OpenID configuration": "Review OpenID configuration",
"Right": "Right",
"Role is required.": "Role is required.",
"Rollover overspending": "Rollover overspending",
"Rule action templating": "Rule action templating",
"Rules": "Rules",
"Rules are always run in the order that you see them.": "Rules are always run in the order that you see them.",
"Run Rules": "Run Rules",
"Saturday": "Saturday",
"Save": "Save",
"Save and continue": "Save and continue",
"Save compare and filter options": "Save compare and filter options",
"Save new filter": "Save new filter",
"Save new report": "Save new report",
"Save notes": "Save notes",
"Save widget": "Save widget",
"Saved": "Saved",
"Saved Reports": "Saved Reports",
"Saved:": "Saved:",
"Saving your changes to this reconciled transaction may bring your reconciliation out of balance.": "Saving your changes to this reconciled transaction may bring your reconciliation out of balance.",
"Schedule Name": "Schedule Name",
"Schedule Templates": "Schedule Templates",
"Scheduled date": "Scheduled date",
"Schedule: {{name}}": "Schedule: {{name}}",
"Schedules": "Schedules",
"Search": "Search",
"Secret ID:": "Secret ID:",
"Securing Applications with Keycloak": "Securing Applications with Keycloak",
"Select a role; the field cannot be empty.": "Select a role; the field cannot be empty.",
"See <2>Goal Templates</2> for more information.": "See <2>Goal Templates</2> for more information.",
"Select a backup to load. After loading a backup, you will have a chance to revert to the current version in this screen.": "Select a backup to load. After loading a backup, you will have a chance to revert to the current version in this screen.",
"Select a transaction, then": "Select a transaction, then",
"Select a user": "Select a user",
"Select a user from the directory": "Select a user from the directory",
"Select Provider": "Select Provider",
"Select the login method": "Select the login method",
"Select transactions to link on save": "Select transactions to link on save",
"Select zip file...": "Select zip file...",
"Select one of these compressed files and import it here.": "Select one of these compressed files and import it here.",
"Selected balance:": "Selected balance:",
"Selected role does not exists, possibly a bug? Visit https://actualbudget.org/contact/ for support.": "Selected role does not exists, possibly a bug? Visit https://actualbudget.org/contact/ for support.",
"Server is not running at this URL. Make sure you have HTTPS set up properly.": "Server is not running at this URL. Make sure you have HTTPS set up properly.",
"Selected transactions": "Selected transactions",
"Server does not look like an Actual server. Is it set up correctly?": "Server does not look like an Actual server. Is it set up correctly?",
"Server offline": "Server offline",
"Server online": "Server online",
"Server Owner": "Server Owner",
"Server version: {{version}}": "Server version: {{version}}",
"Set a long-term goal instead of a monthly goal": "Set a long-term goal instead of a monthly goal",
"Set account for selected transactions": "Set account for selected transactions",
"Set budgets to zero": "Set budgets to zero",
"Set budgets to 6 month average": "Set budgets to 6 month average",
"Set category for selected transactions": "Set category for selected transactions",
"Set notes for selected transactions": "Set notes for selected transactions",
"Set payee for selected transactions": "Set payee for selected transactions",
"Set to 3 month average": "Set to 3 month average",
"Set to 6 month average": "Set to 6 month average",
"Set to yearly average": "Set to yearly average",
"Set up bank sync": "Set up bank sync",
"Set up bank-sync": "Set up bank-sync",
"Set up GoCardless": "Set up GoCardless",
"Set up GoCardless for bank sync": "Set up GoCardless for bank sync",
"Set up SimpleFIN for bank sync": "Set up SimpleFIN for bank sync",
"Set-up SimpleFIN": "Set-up SimpleFIN",
"Settings": "Settings",
"Show": "Show",
"Show “cleared” checkboxes": "Show “cleared” checkboxes",
"Show advanced settings": "Show advanced settings",
"Show all payees": "Show all payees",
"Show as": "Show as",
"Show balance": "Show balance",
"Show completed schedules": "Show completed schedules",
"Show Error": "Show Error",
"Show Labels": "Show Labels",
"Show Legend": "Show Legend",
"Show password": "Show password",
"Show reconciled transactions": "Show reconciled transactions",
"Show running balance": "Show running balance",
"Show Summary": "Show Summary",
"Show transactions for {{categoryName}} category": "Show transactions for {{categoryName}} category",
"Show unchecked": "Show unchecked",
"Sidebar menu": "Sidebar menu",
"Sign in": "Sign in",
"Sign in with OpenID": "Sign in with OpenID",
"Sign out": "Sign out",
"SimpleFIN menu": "SimpleFIN menu",
"SimpleFIN provides reliable, up-to-date information from hundreds of banks.": "SimpleFIN provides reliable, up-to-date information from hundreds of banks.",
"Since you are transferring the balance from an on budget account to an off budget account, this transaction must be categorized. Select a category:": "Since you are transferring the balance from an on budget account to an off budget account, this transaction must be categorised. Select a category:",
"Something happened while deleting users": "Something happened while deleting users",
"Some access permissions were not revoked successfully.": "Some access permissions were not revoked successfully.",
"Some rules were not deleted because they are linked to schedules": "Some rules were not deleted because they are linked to schedules",
"Something happened while editing access": "Something happened while editing access",
"Something went wrong trying to create a key, sorry! Visit https://actualbudget.org/contact/ for support.": "Something went wrong trying to create a key, sorry! Visit https://actualbudget.org/contact/ for support.",
"Something went wrong trying to download that file, sorry! Visit https://actualbudget.org/contact/ for support. reason: {{reason}}{{info}}": "Something went wrong trying to download that file, sorry! Visit https://actualbudget.org/contact/ for support. reason: {{reason}}{{info}}",
"Something went wrong when creating this cloud file. You need to upload this file to fix it.": "Something went wrong when creating this cloud file. You need to upload this file to fix it.",
"Something went wrong when registering your encryption key id. You need to recreate your key. ": "Something went wrong when registering your encryption key id. You need to recreate your key. ",
"Something went wrong while resetting your file. Please try again.": "Something went wrong while resetting your file. Please try again.",
"Sort:": "Sort:",
"Spending analysis": "Spending analysis",
"Spent": "Spent",
"Spent amount for {{categoryName}} category": "Spent amount for {{categoryName}} category",
"Split amount into separate inflow/outflow columns": "Split amount into separate inflow/outflow columns",
"Split into multiple transactions": "Split into multiple transactions",
"Split Transaction": "Split Transaction",
"Stacked Bar Graph": "Stacked Bar Graph",
"Stage": "Stage",
"Stage of rule:": "Stage of rule:",
"Status": "Status",
"Suggested Payees": "Suggested Payees",
"Start fresh": "Start fresh",
"Sum": "Sum",
"Start using a server": "Start using a server",
"Summary": "Summary",
"Summary card": "Summary card",
"Sunday": "Sunday",
"Switch budget file": "Switch budget file",
"Switch Budget File": "Switch Budget File",
"Switch theme": "Switch theme",
"Switching from:": "Switching from:",
"Sync": "Sync",
"Switch to envelope budgeting": "Switch to envelope budgeting",
"Syncing": "Syncing",
"Syncing has been fixed!": "Syncing has been fixed!",
"Switch to tracking budgeting": "Switch to tracking budgeting",
"Template": "Template",
"template ": "template ",
"Text position:": "Text position:",
"Text widget": "Text widget",
"The account needs your attention at <2>SimpleFIN</2>.": "The account needs your attention at <2>SimpleFIN</2>.",
"Text Widget": "Text Widget",
"The client secret associated with the ID generated by the OpenID provider.": "The client secret associated with the ID generated by the OpenID provider.",
"The first user to login will become the server owner": "The first user to login will become the server owner",
"The first user to login with OpenID will be the <2>server owner</2>. This can't be changed using UI.": "The first user to login with OpenID will be the <2>server owner</2>. This can't be changed using UI.",
"The OpenID provider URL.": "The OpenID provider URL.",
"The server returned the following error:": "The server returned the following error:",
"The stage of a rule allows you to force a specific order. Pre rules always run first, and post rules always run last. Within each stage rules are automatically ordered from least to most specific.": "The stage of a rule allows you to force a specific order. Pre rules always run first, and post rules always run last. Within each stage rules are automatically ordered from least to most specific.",
"The username registered within the OpenID provider.": "The username registered within the OpenID provider.",
"The username you entered already exists. Please choose a different username.": "The username you entered already exists. Please choose a different username.",
"Theme": "Theme",
"Then apply these actions:": "Then apply these actions:",
"The window should close automatically. If nothing happened you can close this window or tab.": "The window should close automatically. If nothing happened you can close this window or tab.",
"There is already a schedule with this name": "There is already a schedule with this name",
"There is no server configured. After running the server, specify the URL here to use the app. You can always change this later. We will validate that Actual is running at this URL.": "There is no server configured. After running the server, specify the URL here to use the app. You can always change this later. We will validate that Actual is running at this URL.",
"There was a problem loading the app in this browser version.": "There was a problem loading the app in this browser version.",
"There was a problem loading one of the chunks of the application. Please reload the page and try again. If the issue persists - there might be an issue with either your internet connection and/or the server where the app is hosted.": "There was a problem loading one of the chunks of the application. Please reload the page and try again. If the issue persists - there might be an issue with either your internet connection and/or the server where the app is hosted.",
"There was a problem loading your report": "There was a problem loading your report",
"There was a problem syncing your data. We can try to repair your sync state to fix it.": "There was a problem syncing your data. We can try to repair your sync state to fix it.",
"These transactions match this schedule:": "These transactions match this schedule:",
"There was an error changing your directory, please check the directory and try again.": "There was an error changing your directory, please check the directory and try again.",
"This a <1>local file</1> which is not stored on a server.": "This a <1>local file</1> which is not stored on a server.",
"This account has a balance of <2>{{balance}}</2>. To close this account, select a different account to transfer this balance to:": "This account has a balance of <2>{{balance}}</2>. To close this account, select a different account to transfer this balance to:",
"This account has no transactions so it will be permanently deleted.": "This account has no transactions so it will be permanently deleted.",
"This account has transactions so we can’t permanently delete it.": "This account has transactions so we can’t permanently delete it.",
"This action is irreversible, ownership of this budget file will only be able to be transferred by the server administrator or new owner.": "This action is irreversible, ownership of this budget file will only be able to be transferred by the server administrator or new owner.",
"This budget cannot be loaded with this version of the app.": "This budget cannot be loaded with this version of the app.",
"This configuration is not valid. Please check it again.": "This configuration is not valid. Please check it again.",
"This custom report has been deleted.": "This custom report has been deleted.",
"This file is encrypted": "This file is encrypted",
"This file is encrypted and you do not have the key for it.": "This file is encrypted and you do not have the key for it.",
"This file is encrypted and you have key to access it.": "This file is encrypted and you have key to access it.",
"This file is encrypted with an old unsupported key style. Recreate the key on a device where the file is available, or use an older version of Actual to download it.": "This file is encrypted with an old unsupported key style. Recreate the key on a device where the file is available, or use an older version of Actual to download it.",
"This file is not a cloud file": "This file is not a cloud file",
"This file was encrypted with a different key than you are currently using. This probably means you changed your password. Enter your current password to update your key.": "This file was encrypted with a different key than you are currently using. This probably means you changed your password. Enter your current password to update your key.",
"This happens rarely (if ever again). The internal syncing format has changed and you need to reset sync. This will upload data from this device and revert all other devices. [Learn more about what this means](https://actualbudget.org/docs/getting-started/sync/#what-does-resetting-sync-mean).\n\nOld encryption keys are not migrated. If using encryption, [reset encryption here](#makeKey).": "This happens rarely (if ever again). The internal syncing format has changed and you need to reset sync. This will upload data from this device and revert all other devices. [Learn more about what this means](https://actualbudget.org/docs/getting-started/sync/#what-does-resetting-sync-mean).\n\nOld encryption keys are not migrated. If using encryption, [reset encryption here](#makeKey).",
"This is a <1>hosted file</1> but it was created by another user. You can only delete the local copy.": "This is a <1>hosted file</1> but it was created by another user. You can only delete the local copy.",
"This is a cloud-based file but its state is unknown because you are offline.": "This is a cloud-based file but its state is unknown because you are offline.",
"This key only applies to this file. You will need to generate a new key for each file you want to encrypt.": "This key only applies to this file. You will need to generate a new key for each file you want to encrypt.",
"This report is configured to use a non-existing filter value (i.e. category/account/payee).": "This report is configured to use a non-existing filter value (i.e. category/account/payee).",
"This role is ideal for users who primarily need to manage their own budgets and participate in shared budget activities.": "This role is ideal for users who primarily need to manage their own budgets and participate in shared budget activities.",
"This rule applies to these transactions:": "This rule applies to these transactions:",
"This schedule has custom conditions and actions": "This schedule has custom conditions and actions",
"This week": "This week",
"This will change the password for this server instance. All existing sessions will stay logged in.": "This will change the password for this server instance. All existing sessions will stay logged in.",
"This will generate a new key for encrypting your data. <2>This requires a sync reset</2> and all other devices will have to revert to this version of your data. Actual will take you through that process on those devices.": "This will generate a new key for encrypting your data. <2>This requires a sync reset</2> and all other devices will have to revert to this version of your data. Actual will take you through that process on those devices.",
"Thursday": "Thursday",
"Time": "Time",
"Timed out. Please try again.": "Timed out. Please try again.",
"To enable end-to-end encryption, you need to create a key. We will generate a key based on a password and use it to encrypt from now on. <2>This requires a sync reset</2> and all other devices will have to revert to this version of your data. ": "To enable end-to-end encryption, you need to create a key. We will generate a key based on a password and use it to encrypt from now on. <2>This requires a sync reset</2> and all other devices will have to revert to this version of your data. ",
"To import data from YNAB4, locate where your YNAB4 data is stored. It is usually in your Documents folder under YNAB. Your data is a directory inside that with the<1>.ynab4</1> suffix.": "To import data from YNAB4, locate where your YNAB4 data is stored. It is usually in your Documents folder under YNAB. Your data is a directory inside that with the<1>.ynab4</1> suffix.",
"To link your bank account, you will be redirected to a new page where GoCardless will ask to connect to your bank. GoCardless will not be able to withdraw funds from your accounts.": "To link your bank account, you will be redirected to a new page where GoCardless will ask to connect to your bank. GoCardless will not be able to withdraw funds from your accounts.",
"To:": "To:",
"Today": "Today",
"Toggle all transactions between current and most recently selected transaction": "Toggle all transactions between current and most recently selected transaction",
"Toggle hidden categories": "Toggle hidden categories",
"Toggle cleared for selected transactions": "Toggle cleared for selected transactions",
"Toggle selection of current transaction": "Toggle selection of current transaction",
"Toggle the privacy filter": "Toggle the privacy filter",
"Token:": "Token:",
"Total": "Total",
"Totals": "Totals",
"Transaction list": "Transaction list",
"transactions": "transactions",
"Transactions will no longer be synchronized with this account and must be manually entered.": "Transactions will no longer be synchronised with this account and must be manually entered.",
"Transfer": "Transfer",
"Transfer is required": "Transfer is required",
"Transfer ownership": "Transfer ownership",
"Transfer this amount:": "Transfer this amount:",
"Transfer to another category": "Transfer to another category",
"Transfer: ": "Transfer: ",
"Transfer to:": "Transfer to:",
"Transfers": "Transfers",
"Transfers:": "Transfers:",
"Try again": "Try again",
"Try Demo": "Try Demo",
"Type:": "Type:",
"Unable to connect to the server. We need to access the server to get some information about your keys.": "Unable to connect to the server. We need to access the server to get some information about your keys.",
"Unable to contact the server": "Unable to contact the server",
"Unable to decrypt file": "Unable to decrypt file",
"Unable to decrypt file with this password. Please try again.": "Unable to decrypt file with this password. Please try again.",
"Unable to disable OpenID. Please update the config.json file in this case.": "Unable to disable OpenID. Please update the config.json file in this case.",
"Unable to duplicate a budget that is not located on your device.<1></1>Please download the budget from the server before duplicating.": "Unable to duplicate a budget that is not located on your device.<1></1>Please download the budget from the server before duplicating.",
"Unable to enable OpenID. Please update the config.json file in this case.": "Unable to enable OpenID. Please update the config.json file in this case.",
"Unable to encrypt your data because you are missing the key. Create the latest key in the next step.": "Unable to encrypt your data because you are missing the key. Create the latest key in the next step.",
"Unable to encrypt your data because you are missing the key. Create your key to sync your data.": "Unable to encrypt your data because you are missing the key. Create your key to sync your data.",
"Unable to encrypt your data. You have the correct key so this is likely an internal failure. To fix this, reset your sync data with a new key.": "Unable to encrypt your data. You have the correct key so this is likely an internal failure. To fix this, reset your sync data with a new key.",
"Uncleared": "Uncleared",
"Uncategorized": "Uncategorised",
"Uncategorized & Off budget": "Uncategorised & Off budget",
"Uncleared total:": "Uncleared total:",
"Underfunded ({{amount}})": "Underfunded ({{amount}})",
"Understanding these roles is essential for managing users and responsibilities effectively.": "Understanding these roles is essential for managing users and responsibilities effectively.",
"Undo the last change": "Undo the last change",
"Unknown": "Unknown",
"Unknown error with budget name": "Unknown error with budget name",
"Unlink": "Unlink",
"Unlink account": "Unlink account",
"Unlink from schedule": "Unlink from schedule",
"Unlink schedule": "Unlink schedule",
"Unlocking this transaction means you won‘t be warned about changes that can impact your reconciled balance. (Changes to amount, account, payee, etc).": "Unlocking this transaction means you won‘t be warned about changes that can impact your reconciled balance. (Changes to amount, account, payee, etc).",
"Unnamed": "Unnamed",
"Unpin sidebar": "Unpin sidebar",
"Unsaved filter": "Unsaved filter",
"Unsaved report": "Unsaved report",
"Unselect All": "Unselect All",
"Unsplit transaction": "Unsplit transaction",
"Unsplit {{count}} transactions_one": "Unsplit {{count}} transaction",
"Unsplit {{count}} transactions_other": "Unsplit {{count}} transactions",
"Up to $150 each month, and remove extra funds over $150": "Up to $150 each month, and remove extra funds over $150",
"Up to $150 each month, but retain any funds over $150": "Up to $150 each month, but retain any funds over $150",
"Upcoming dates": "Upcoming dates",
"Update": "Update",
"Update condtions": "Update condtions",
"Update key": "Update key",
"Update now": "Update now",
"Update report": "Update report",
"Update required": "Update required",
"Use any OpenId provider of your preference. <2>If your provider does not support discovery, configure it manually from server</2>": "Use any OpenId provider of your preference. <2>If your provider does not support discovery, configure it manually from server</2>",
"Upload": "Upload",
"Uploading the file failed. Check your network connection.": "Uploading the file failed. Check your network connection.",
"Use current domain": "Use current domain",
"Use Memo as a fallback for empty Payees": "Use Memo as a fallback for empty Payees",
"User": "User",
"User Access": "User Access",
"User Access Management": "User Access Management",
"User already has access.": "User already has access.",
"User Directory": "User Directory",
"Username": "Username",
"Username is required.": "Username is required.",
"Users with the Basic role can create new budgets and be invited to collaborate on budgets created by others.": "Users with the Basic role can create new budgets and be invited to collaborate on budgets created by others.",
"Using server: <1>{url}</1>": "Using server: <1>{url}</1>",
"Usually we automatically post transactions for these, but you are offline or syncing failed. In order to avoid duplicate transactions, we let you choose whether or not to create transactions for these schedules.": "Usually we automatically post transactions for these, but you are offline or syncing failed. In order to avoid duplicate transactions, we let you choose whether or not to create transactions for these schedules.",
"View current month": "View current month",
"Version {{latestVersion}} of Actual was recently released.": "Version {{latestVersion}} of Actual was recently released.",
"View demo": "View demo",
"View file list": "View file list",
"View next month": "View next month",
"View notes": "View notes",
"View rules": "View rules",
"View previous month": "View previous month",
"View schedule": "View schedule",
"We couldn’t apply changes from the server. This probably means you need to update the app to support the latest database.": "We couldn’t apply changes from the server. This probably means you need to update the app to support the latest database.",
"We don’t have a key that encrypts or decrypts this file. Enter the password for this file to create the key for encryption.": "We don’t have a key that encrypts or decrypts this file. Enter the password for this file to create the key for encryption.",
"We found some possible schedules in your current transactions. Select the ones you want to create.": "We found some possible schedules in your current transactions. Select the ones you want to create.",
"We found the following accounts. Select which ones you want to add:": "We found the following accounts. Select which ones you want to add:",
"We had an unknown problem syncing the account.": "We had an unknown problem syncing the account.",
"We were unable to repair your sync state, sorry! You need to reset your sync state.": "We were unable to repair your sync state, sorry! You need to reset your sync state.",
"We hit a limit on the local storage available. Edits may not be saved. Please get in touch https://actualbudget.org/contact/ so we can help debug this.": "We hit a limit on the local storage available. Edits may not be saved. Please get in touch https://actualbudget.org/contact/ so we can help debug this.",
"Wednesday": "Wednesday",
"Weekly": "Weekly",
"Weekly Templates": "Weekly Templates",
"Weeks": "Weeks",
"When displaying user information, this will be shown instead of the username.": "When displaying user information, this will be shown instead of the username.",
"Where’s the server?": "Where’s the server?",
"When you’ve located your data, <2>compress it into a zip file</2>. On macOS, right-click the folder and select “Compress”. On Windows, right-click and select “Send to → Compressed (zipped) folder”. Upload the zipped folder for importing.": "When you’ve located your data, <2>compress it into a zip file</2>. On macOS, right-click the folder and select “Compress”. On Windows, right-click and select “Send to → Compressed (zipped) folder”. Upload the zipped folder for importing.",
"Year to date": "Year to date",
"With <1>tracking budgeting</1>, category balances reset each month, and funds are managed using a “Saved” metric instead of “To Be Budgeted.” Income is forecasted to plan future spending, rather than relying on current available funds.": "With <1>tracking budgeting</1>, category balances reset each month, and funds are managed using a “Saved” metric instead of “To Be Budgeted.” Income is forecasted to plan future spending, rather than relying on current available funds.",
"Yearly": "Yearly",
"Yes": "Yes",
"Years": "Years",
"You are about to change Actual’s data directory from:": "You are about to change Actual’s data directory from:",
"You can also <2>force close</2> the account which will delete it and all its transactions permanently. Doing so may change your budget unexpectedly since money in it may vanish.": "You can also <2>force close</2> the account which will delete it and all its transactions permanently. Doing so may change your budget unexpectedly since money in it may vanish.",
"You can also delete just the local copy. This will remove all local data and the file will be listed as available for download.": "You can also delete just the local copy. This will remove all local data and the file will be listed as available for download.",
"You can import data from another Actual account or instance. First export your data from a different account, and it will give you a compressed file. This file is a simple zip file that contains the <1>db.sqlite</1> and <4>metadata.json</4> files.": "You can import data from another Actual account or instance. First export your data from a different account, and it will give you a compressed file. This file is a simple zip file that contains the <1>db.sqlite</1> and <4>metadata.json</4> files.",
"You can load a different backup or revert to the original version below.": "You can load a different backup or revert to the original version below.",
"You don't have the required permissions to set up secrets. Please contact an Admin to configure": "You don't have the required permissions to set up secrets. Please contact an Admin to configure",
"You have to be admin to set secrets": "You have to be admin to set secrets",
"You need to register it to take advantage of syncing which allows you to use it across devices and never worry about losing your data.": "You need to register it to take advantage of syncing which allows you to use it across devices and never worry about losing your data.",
"You need to revert it to continue syncing. Any unsynced data will be lost. If you like, you can instead [upload this file](#upload) to be the latest version.": "You need to revert it to continue syncing. Any unsynced data will be lost. If you like, you can instead [upload this file](#upload) to be the latest version.",
"Your browser doesn’t support IndexedDB in this environment, a feature that Actual requires to run. This might happen if you are in private browsing mode. Please try a different browser or turn off private browsing.": "Your browser doesn’t support IndexedDB in this environment, a feature that Actual requires to run. This might happen if you are in private browsing mode. Please try a different browser or turn off private browsing.",
"Your budget is hosted on a server, making it accessible for download on your devices.<1></1>Would you like to duplicate this budget for all your devices or keep it stored locally on this device?": "Your budget is hosted on a server, making it accessible for download on your devices.<1></1>Would you like to duplicate this budget for all your devices or keep it stored locally on this device?",
"Your data is still out of sync": "Your data is still out of sync",
"Your encryption key need to be reset": "Your encryption key need to be reset",
"Your files won’t be moved. You can manually move them to the folder.": "Your files won’t be moved. You can manually move them to the folder.",
"Your password or something else has changed with your bank and you need to login again.": "Your password or something else has changed with your bank and you need to login again.",
"Your SimpleFIN Access Token is no longer valid. Please reset and generate a new token.": "Your SimpleFIN Access Token is no longer valid. Please reset and generate a new token.",
"Filter users...": "Filter users...",
"(give feedback)": "(give feedback)",
"Add account": "Add account",
"Add group": "Add group",
"Add specific days": "Add specific days",
"Add transaction": "Add transaction",
"After disabling OpenID all sessions will be closed": "After disabling OpenID all sessions will be closed",
"All accounts": "All accounts",
"All Accounts": "All Accounts",
"All reconciled!": "All reconciled!",
"All time": "All time",
"All time divisor": "All time divisor",
"all transactions": "all transactions",
"Area Graph": "Area Graph",
"Duplicate locally": "Duplicate locally",
"Edit notes": "Edit notes",
"Bank sync": "Bank sync",
"Bank Sync": "Bank Sync",
"Break down less-frequent expenses into monthly expenses": "Break down less-frequent expenses into monthly expenses",
"Budget set to last month’s budget.": "Budget set to last month’s budget.",
"Budget Summary": "Budget Summary",
"Budget template applied.": "Budget template applied.",
"Calendar": "Calendar",
"End-to-end Encryption is turned on.": "End-to-end Encryption is turned on.",
"Cash flow graph": "Cash flow graph",
"Change": "Change",
"Change:": "Change:",
"Check templates": "Check templates",
"Filter payees...": "Filter payees...",
"Filtered balance:": "Filtered balance:",
"Filters": "Filters",
"Find matching transactions": "Find matching transactions",
"Fixed {{count}} splits with a blank payee._one": "Fixed {{count}} split with a blank payee.",
"Fixed {{count}} splits with a blank payee._other": "Fixed {{count}} splits with a blank payee.",
"Flip amount": "Flip amount",
"For this time period": "For this time period",
"Fund upcoming scheduled transaction only on needed month": "Fund upcoming scheduled transaction only on needed month",
"Goal Templates": "Goal Templates",
"GoCardless integration has not yet been configured.": "GoCardless integration has not yet been configured.",
"Hide reconciled transactions": "Hide reconciled transactions",
"Hide running balance": "Hide running balance",
"How is net worth calculated?": "How is net worth calculated?",
"I understand the risks, show experimental features": "I understand the risks, show experimental features",
"Import from YNAB4": "Import from YNAB4",
"In our user directory, each user is assigned a specific role that determines their permissions and capabilities within the system.": "In our user directory, each user is assigned a specific role that determines their permissions and capabilities within the system.",
"In the future, you can add accounts from the sidebar.": "In the future, you can add accounts from the sidebar.",
"Income": "Income",
"Income:": "Income:",
"It is required to provide both the secret id and secret key.": "It is required to provide both the secret id and secret key.",
"Link bank in browser": "Link bank in browser",
"link schedule": "link schedule",
"Link schedule": "Link schedule",
"Loading Error": "Loading Error",
"Loading report...": "Loading report...",
"Off Budget Accounts": "Off Budget Accounts",
"one of": "one of",
"Open Actual": "Open Actual",
"OpenID is": "OpenID is",
"Overspent": "Overspent",
"Password": "Password",
"Post": "Post",
"Pre": "Pre",
"Range:": "Range:",
"Rate limit exceeded for this item. Please try again later.": "Rate limit exceeded for this item. Please try again later.",
"Remove overspending rollover": "Remove overspending rollover",
"Revert": "Revert",
"Role": "Role",
"Rule": "Rule",
"Saved Filters": "Saved Filters",
"Schedule": "Schedule",
"Secret Key:": "Secret Key:",
"Select a user from the directory to designate as the new budget owner.": "Select a user from the directory to designate as the new budget owner.",
"Select All": "Select All",
"Select all transactions": "Select all transactions",
"Select file...": "Select file...",
"set": "set",
"Set budgets to 12 month average": "Set budgets to 12 month average",
"Set budgets to 3 month average": "Set budgets to 3 month average",
"Show transactions": "Show transactions",
"Sign in to this Actual instance": "Sign in to this Actual instance",
"Single month": "Single month",
"Skip lines:": "Skip lines:",
"Split": "Split",
"Split:": "Split:",