-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathes.po
More file actions
2540 lines (1742 loc) · 40.1 KB
/
es.po
File metadata and controls
2540 lines (1742 loc) · 40.1 KB
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
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2026-01-29T07:30:29.800Z\n"
"PO-Revision-Date: 2020-07-10T06:53:30.625Z\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
msgid ""
"THIS NEW RELEASE INCLUDES SHARING SETTINGS PER INSTANCES. FOR THIS VERSION "
"TO WORK PROPERLY, YOU WILL HAVE TO SET THE SHARING SETTINGS FOR EACH "
"INSTANCE (Menu 'Instance Settings' > Contextual action 'Sharing settings')"
msgstr ""
msgid "Field {{field}} cannot be blank"
msgstr ""
msgid "You need to select at least one {{field}}"
msgstr ""
msgid "Field {{field}} needs to be a valid url"
msgstr ""
msgid "Field {{field}} is not valid"
msgstr ""
msgid "Field {{field}} is not a number"
msgstr ""
msgid "Program not found"
msgstr ""
msgid "An instance with this name already exists"
msgstr ""
msgid "You need to provide a username and password combination"
msgstr ""
msgid "Not a valid DHIS2 instance"
msgstr ""
msgid "Wrong username/password"
msgstr ""
msgid "Wrong URL endpoint"
msgstr ""
msgid "Error {{status}}"
msgstr ""
msgid "Network error, check if server is up and CORS is enabled"
msgstr ""
msgid "Unknown error"
msgstr ""
msgid "Id"
msgstr ""
msgid "Created"
msgstr ""
msgid "Last updated"
msgstr ""
msgid "String matches"
msgstr ""
msgid "Metadata type"
msgstr ""
msgid "Starts with"
msgstr ""
msgid "Contains"
msgstr ""
msgid "Ends with"
msgstr ""
msgid "Metadata type: {{model}}"
msgstr ""
msgid "Name/code/description"
msgstr ""
msgid "From {{- startDate}} to {{- endDate}}"
msgstr ""
msgid "From {{- startDate}}"
msgstr ""
msgid "To {{- endDate}}"
msgstr ""
msgid "You must select a metadata type"
msgstr ""
msgid "Select at least one date for fixed period on create"
msgstr ""
msgid ""
"Your current DHIS2 version is {{version}}. This version does not come with "
"share settings in the data store and, in consequence, there are not sharing "
"settings for each instance. This is a potential risk and we highly recommend "
"you to update your DHIS2 version."
msgstr ""
msgid "Version is not valid (ie. {{validExample}})"
msgstr ""
msgid "Version is too small (next version is {{validExample}})"
msgstr ""
msgid "deleted"
msgstr ""
msgid "An error has ocurred mapping payload for instance {{name}}"
msgstr ""
msgid "Instance {{id}} not found"
msgstr ""
msgid "Analytics execution finished on {{name}}"
msgstr ""
msgid "Preparing synchronization"
msgstr ""
msgid "Importing in instance {{instance}}"
msgstr ""
msgid "Event Program with Data Elements"
msgstr ""
msgid "Program with Data Elements to Aggregated"
msgstr ""
msgid "Tracker Program with Program Stages"
msgstr ""
msgid "Program with Indicators"
msgstr ""
msgid "Tracked Entity Attribute (to TEI)"
msgstr ""
msgid "Tracked Entity Attribute (to DE)"
msgstr ""
msgid "Tracker Data Elements"
msgstr ""
msgid "Unauthorized - You do not have permission to view this page."
msgstr ""
msgid "Login"
msgstr ""
msgid "An exported dhis2 file is necessary"
msgstr ""
msgid "An error has ocurred to find the autogenerated module"
msgstr ""
msgid "Creating {{dhisVersion}} package for module {{name}}"
msgstr ""
msgid "Creating autogenerated module"
msgstr ""
msgid "Generate package from File"
msgstr ""
msgid "Package/Module Name (*)"
msgstr ""
msgid "Department (*)"
msgstr ""
msgid "Version number (*)"
msgstr ""
msgid "Version tag"
msgstr ""
msgid "DHIS2 Version (*)"
msgstr ""
msgid "Description"
msgstr ""
msgid "Cancel"
msgstr ""
msgid "Save"
msgstr ""
msgid "Save & import"
msgstr ""
msgid "Identifier"
msgstr ""
msgid "Code"
msgstr ""
msgid "Deleted date"
msgstr ""
msgid "Deleted by"
msgstr ""
msgid "Details"
msgstr ""
msgid "Search deleted objects"
msgstr ""
msgid "Deleting history"
msgstr ""
msgid "<No value>"
msgstr ""
msgid "Create new filter"
msgstr ""
msgid "Edit filter"
msgstr ""
msgid "Create"
msgstr ""
msgid "Update"
msgstr ""
msgid "Match string (name, code, description)"
msgstr ""
msgid "Condition"
msgstr ""
msgid "String to match"
msgstr ""
msgid "Edit"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Ready"
msgstr ""
msgid "Running"
msgstr ""
msgid "Failure"
msgstr ""
msgid "Done"
msgstr ""
msgid "Sync Rule"
msgstr ""
msgid "(package import)"
msgstr ""
msgid "(manual synchronization)"
msgstr ""
msgid "Type"
msgstr ""
msgid "Timestamp"
msgstr ""
msgid "Status"
msgstr ""
msgid "User"
msgstr ""
msgid "Metadata Types"
msgstr ""
msgid "Edit {{name}}"
msgstr ""
msgid "View summary"
msgstr ""
msgid "Deleting History Notifications"
msgstr ""
msgid "Successfully deleted {{total}} history notifications"
msgstr ""
msgid "Synchronization status"
msgstr ""
msgid "Delete History Notifications?"
msgstr ""
msgid "Are you sure you want to delete {{total}} history notifications?"
msgstr ""
msgid "Ok"
msgstr ""
msgid "Instances"
msgstr ""
msgid "This instance"
msgstr ""
msgid "Store"
msgstr ""
msgid "Add"
msgstr ""
msgid "List"
msgstr ""
msgid ""
"Select {{type}} from destination instance {{instance}} to map {{total}} "
"elements"
msgstr ""
msgid ""
"Select {{type}} from destination instance {{instance}} to map {{name}} "
"({{id}})"
msgstr ""
msgid "Close"
msgstr ""
msgid "Could not connect with remote instance"
msgstr ""
msgid "Applying mapping..."
msgstr ""
msgid "Could not apply mapping, please try again."
msgstr ""
msgid "You need to map the item before applying a global mapping"
msgstr ""
msgid "Successfully applied global mapping"
msgstr ""
msgid "Unable to update mapping"
msgstr ""
msgid "Exclude mapping"
msgstr ""
msgid "Are you sure you want to exclude mapping for {{total}} elements?"
msgstr ""
msgid "Please select at least one item to exclude mapping"
msgstr ""
msgid "Reset mapping"
msgstr ""
msgid "Are you sure you want to reset mapping for {{total}} elements?"
msgstr ""
msgid "Please select at least one item to reset mapping"
msgstr ""
msgid "You need to select at least one valid item"
msgstr ""
msgid "You need to select all items from the same type"
msgstr ""
msgid "Preparing auto-mapping for {{total}} elements"
msgstr ""
msgid "Unable to apply auto-mapping"
msgstr ""
msgid "Could not find a suitable candidate to apply auto-mapping for {{id}}"
msgstr ""
msgid "Map by value"
msgstr ""
msgid "Value"
msgstr ""
msgid "Validating mapping for {{total}} elements"
msgstr ""
msgid "Validate mapping"
msgstr ""
msgid "Are you sure you want to validate mapping for {{total}} elements?"
msgstr ""
msgid "Please select at least one item to validate mapping"
msgstr ""
msgid ""
"You need to map this element before accessing its related metadata mapping"
msgstr ""
msgid "Please map the item before adding data element aggregations"
msgstr ""
msgid "Data element aggregation"
msgstr ""
msgid "ID"
msgstr ""
msgid "Mapped ID"
msgstr ""
msgid "Set mapping"
msgstr ""
msgid "Mapped Name"
msgstr ""
msgid "Mapping has errors"
msgstr ""
msgid "Mapped Level"
msgstr ""
msgid "Mapping Status"
msgstr ""
msgid "Mapped by value"
msgstr ""
msgid "Not mapped"
msgstr ""
msgid "Excluded"
msgstr ""
msgid "Mapped (Global)"
msgstr ""
msgid "Mapped"
msgstr ""
msgid "Set mapping by value"
msgstr ""
msgid "Select children"
msgstr ""
msgid "Make this mapping global"
msgstr ""
msgid "Auto-map element"
msgstr ""
msgid "Reset mapping to default values"
msgstr ""
msgid "Related metadata mapping"
msgstr ""
msgid "Related metadata mapping for {{name}} ({{id}})"
msgstr ""
msgid "Category Options"
msgstr ""
msgid "Category Option Combos"
msgstr ""
msgid "Attribute Option Combos"
msgstr ""
msgid "Options"
msgstr ""
msgid "Program Stages"
msgstr ""
msgid "Cannot read file"
msgstr ""
msgid "Drag and drop file to import"
msgstr ""
msgid "Last updated date"
msgstr ""
msgid "{{displayName}} Group"
msgstr ""
msgid "{{displayName}} Level"
msgstr ""
msgid "Program"
msgstr ""
msgid "Option set"
msgstr ""
msgid "Category"
msgstr ""
msgid "Only selected items"
msgstr ""
msgid "Show all entries"
msgstr ""
msgid "Dynamic auto update"
msgstr ""
msgid "Sync all Organisation Units"
msgstr ""
msgid "Select with children subtree"
msgstr ""
msgid "Set metadata custodian"
msgstr ""
msgid "Custodian"
msgstr ""
msgid "Search by name, code or id"
msgstr ""
msgid ""
"There has been an error. You can either retry or contact your administrator "
"if you think there has been an un recoverable error"
msgstr ""
msgid "There are pending migrations"
msgstr ""
msgid "Ignore"
msgstr ""
msgid "Migrations finished successfully, you may now continue to the app"
msgstr ""
msgid "Checking migrations"
msgstr ""
msgid "Migrate instance"
msgstr ""
msgid "Migrating..."
msgstr ""
msgid "Continue to the App"
msgstr ""
msgid ""
"The app needs to run pending migrations (from version {{instanceVersion}} to "
"version {{appVersion}}) in order to continue. This may take a long time, "
"make sure the process is not interrupted."
msgstr ""
msgid "Error"
msgstr ""
msgid "Continue to the app anyway"
msgstr ""
msgid ""
"The database version ({{instanceVersion}}) is greater than the app version "
"({{appVersion}}), cannot continue. Please contact the administrator to "
"update the app."
msgstr ""
msgid "Invalid module"
msgstr ""
msgid "Downloading snapshot for module {{name}}"
msgstr ""
msgid "Pulling metadata from module {{name}}"
msgstr ""
msgid "Unable to create pull request"
msgstr ""
msgid "Pull metadata"
msgstr ""
msgid ""
"You are one of the reponsibles for the selected items.\n"
"Do you want to directly pull the metadata?"
msgstr ""
msgid "Proceed"
msgstr ""
msgid "Create pull request"
msgstr ""
msgid "Couldn't connect with instance"
msgstr ""
msgid ""
"You do not have the authority to one or multiple target instances of the "
"sync rule"
msgstr ""
msgid "Unknown synchronization error"
msgstr ""
msgid "Name"
msgstr ""
msgid "Department"
msgstr ""
msgid "Last updated by"
msgstr ""
msgid "Created by"
msgstr ""
msgid "Selected metadata"
msgstr ""
msgid "Replicate"
msgstr ""
msgid "Download metadata package"
msgstr ""
msgid "Generate package from module"
msgstr ""
msgid "Sharing settings"
msgstr ""
msgid "Sharing settings for {{name}}"
msgstr ""
msgid "Package of {{name}}"
msgstr ""
msgid "Generate package from {{name}}"
msgstr ""
msgid "Name (*)"
msgstr ""
msgid "Module: {{module}}"
msgstr ""
msgid "{{n}} package(s) created successfully: {{list}}"
msgstr ""
msgid "{{n}} package(s) could not be created: {{list}}"
msgstr ""
msgid "Instance not found"
msgstr ""
msgid "Instances & Play Stores"
msgstr ""
msgid "View"
msgstr ""
msgid "Modules"
msgstr ""
msgid "Packages"
msgstr "Paquetes"
msgid "General info"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Metadata"
msgstr ""
msgid "Select dependencies"
msgstr ""
msgid "Advanced options"
msgstr ""
msgid "Selected {{difference}} elements"
msgstr ""
msgid "Removed {{difference}} elements"
msgstr ""
msgid "Metadata exclusions"
msgstr ""
msgid "Include user information and sharing settings"
msgstr ""
msgid "Remove organisation unit references"
msgstr ""
msgid "Use default dependencies"
msgstr ""
msgid "[Pull Request by {{name}}] {{subject}}"
msgstr ""
msgid "Importing package {{name}}"
msgstr ""
msgid "Couldn't load package"
msgstr ""
msgid "Saving imported packages"
msgstr ""
msgid "An error has ocurred importing packages"
msgstr ""
msgid "Packages Import"
msgstr ""
msgid "Import"
msgstr ""
msgid "Packages mapping"
msgstr ""
msgid "Attempting to update mapping without a valid data source"
msgstr ""
msgid "Could not save mapping"
msgstr ""
msgid "Package"
msgstr "Paquete"
msgid "Unknown error happened loading package"
msgstr ""
msgid "Unknown error happened loading module"
msgstr ""
msgid "Unknown error happened loading store"
msgstr ""
msgid "There are not elements to map in the package"
msgstr ""
msgid "Existing mapping will be used"
msgstr ""
msgid ""
"Some elements have been already mapped previously, please continue mapping "
"remaining one or changed previous mapping"
msgstr ""
msgid "No mapping found"
msgstr ""
msgid "Can't connect to store"
msgstr ""
msgid "Instance"
msgstr ""
msgid "Play Store"
msgstr ""
msgid "Loading ..."
msgstr ""
msgid "Invalid package"
msgstr ""
msgid "Extending Dhis2 compatibility"
msgstr ""
msgid "Dhis2 Compatibility extended successfully"
msgstr ""
msgid "An error has ocurred extending Dhis2 compatibility"
msgstr ""
msgid "Publishing package to Store"
msgstr ""
msgid "Package published to default store"
msgstr ""
msgid "Default store is not properly configured"
msgstr ""
msgid "Could not read package"
msgstr ""
msgid "You don't have permissions to create file on GitHub"
msgstr ""
msgid "Unknown error while creating file on GitHub"
msgstr ""
msgid "Package already published"
msgstr ""
msgid "Branch not found"
msgstr ""
msgid ""
"There are no branches for the department of this module. Do you want to "
"create a new branch for this department?"
msgstr ""
msgid "Package published to store in a new branch"
msgstr ""
msgid "Couldn't create new branch on store"
msgstr ""
msgid "Validating package"
msgstr ""
msgid "Package is valid"
msgstr ""
msgid "Generating module"
msgstr ""
msgid "Module generated successfully"
msgstr ""
msgid "An error has ocurred generating the module"
msgstr ""
msgid "Installed"
msgstr ""
msgid "Not Installed"
msgstr ""
msgid "Upgrade Available"
msgstr ""
msgid "Local Package (Installed)"
msgstr ""
msgid "Local Package (Not Installed)"
msgstr ""
msgid "Version"
msgstr ""
msgid "DHIS2 Version"
msgstr ""
msgid "Module"
msgstr ""
msgid "Download as JSON"
msgstr ""
msgid "Extend DHIS2 version compatibility"
msgstr ""
msgid "Publish to Store"
msgstr ""
msgid "Compare with local instance"
msgstr ""
msgid "Compare selected packages"
msgstr ""
msgid "Import package"
msgstr ""
msgid "Import package (wizard)"
msgstr ""
msgid "Generate Module"
msgstr ""
msgid "Validate package"
msgstr ""
msgid "Not recommended"
msgstr ""
msgid "Dhis2 version"
msgstr ""
msgid "An error has ocurred retrieving imported packages"
msgstr ""
msgid "Validation Summary"
msgstr ""
msgid "Cannot get data from remote instance"
msgstr ""
msgid "objects"
msgstr ""
msgid "Unmodified"
msgstr ""
msgid "New"
msgstr ""
msgid "Updated"
msgstr ""
msgid "Comparing package contents"
msgstr ""
msgid "Changes found"
msgstr ""
msgid "No changes found"
msgstr ""
msgid "Local"
msgstr ""
msgid ""
"Extend DHIS2 version compatibility for module {{module}} and version "
"{{version}}"
msgstr ""
msgid "Create package(s)"
msgstr ""
msgid "Copy From (*)"
msgstr ""
msgid "New DHIS2 version compatibility (*)"
msgstr ""
msgid "Back"
msgstr ""
msgid "Help"
msgstr ""
msgid "Period"
msgstr ""
msgid "Start date"
msgstr ""
msgid "End date"
msgstr ""
msgid "You need to provide a subject"
msgstr ""
msgid "Creating pull request"
msgstr ""
msgid "Pull request created"
msgstr ""
msgid "Create pull request on {{name}}"
msgstr ""
msgid ""
"There are custodians for the selected metadata. You can still create a pull "
"request and, once approved by a custodian, you will be able to finish the "
"synchronization."
msgstr ""
msgid "Open pull request"
msgstr ""
msgid "Subject"
msgstr ""
msgid "Field cannot be blank"
msgstr ""
msgid "Custodians"
msgstr ""
msgid "Custodians for {{name}}"
msgstr ""