@hoardodile/i18n 0.1.14 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/catalogs/workbench.js +1 -1
- package/dist/catalogs/workbench.js.map +1 -1
- package/dist/{catalogs-5txKgD19.d.ts → catalogs-BAP8plFt.d.ts} +1547 -851
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +1355 -780
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1355 -780
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/catalogs/de.json +270 -155
- package/src/catalogs/en.json +270 -155
- package/src/catalogs/es.json +270 -155
- package/src/catalogs/ja.json +270 -155
- package/src/catalogs/zh.json +275 -160
- package/src/workbench/zh.json +1 -1
|
@@ -1,5 +1,136 @@
|
|
|
1
1
|
import { SupportedLanguage } from './core.js';
|
|
2
2
|
|
|
3
|
+
var protection = {
|
|
4
|
+
drillDestination: "Temporary recovery folder",
|
|
5
|
+
lastRestore: "Last restored",
|
|
6
|
+
restoredEditable: "Local edits after restoration are not included in this status.",
|
|
7
|
+
drill: "Recovery drill",
|
|
8
|
+
fullDrill: "Restore and verify a full temporary copy",
|
|
9
|
+
drillHelp: "The default drill restores database checkpoints, plugin entry files, and a small original file. A full drill needs space for the entire library. Temporary files are removed afterwards.",
|
|
10
|
+
restorePrompt: "Type RESTORE to confirm.",
|
|
11
|
+
title: "On this device",
|
|
12
|
+
description: "Recovery points contain your library files, database checkpoint, and archived plugins.",
|
|
13
|
+
repository: "Backup storage",
|
|
14
|
+
folder: "Backup folder",
|
|
15
|
+
initialize: "Enable complete backups",
|
|
16
|
+
importKey: "Recovery passphrase",
|
|
17
|
+
create: "Back up now",
|
|
18
|
+
name: "Name",
|
|
19
|
+
note: "Note",
|
|
20
|
+
automatic: "Automatic backups",
|
|
21
|
+
enabled: "Enabled",
|
|
22
|
+
paused: "Paused",
|
|
23
|
+
empty: "No complete recovery points yet.",
|
|
24
|
+
loading: "Loading…",
|
|
25
|
+
restore: "Restore",
|
|
26
|
+
compare: "Compare files",
|
|
27
|
+
metadata: "Edit details",
|
|
28
|
+
check: "Check repository",
|
|
29
|
+
checkFull: "Verify all backup data",
|
|
30
|
+
key: "Export recovery key",
|
|
31
|
+
keyHelp: "Keep this key separately. It is required to recover your backups on a new installation.",
|
|
32
|
+
retention: "Retention policy",
|
|
33
|
+
withinHours: "Keep all points for these hours",
|
|
34
|
+
daily: "Daily points",
|
|
35
|
+
weekly: "Weekly points",
|
|
36
|
+
monthly: "Monthly points",
|
|
37
|
+
previewCleanup: "Preview cleanup",
|
|
38
|
+
cleanup: "Remove expired points",
|
|
39
|
+
reclaim: "Also reclaim unused storage",
|
|
40
|
+
cleanupDescription: "Only expired backup recovery points will be removed. Library archives are retained.",
|
|
41
|
+
save: "Save",
|
|
42
|
+
cancel: "Cancel",
|
|
43
|
+
confirm: "Confirm",
|
|
44
|
+
manual: "Manual",
|
|
45
|
+
auto: "Automatic",
|
|
46
|
+
pinned: "Keep indefinitely",
|
|
47
|
+
restoreTitle: "Replace this library",
|
|
48
|
+
restoreDescription: "This replaces all library content with the selected recovery point and discards local changes. The library enters maintenance mode. Your sign-in credentials and device connections are retained.",
|
|
49
|
+
repair: "Repair selected files",
|
|
50
|
+
repairTitle: "Repair files from backup",
|
|
51
|
+
repairDescription: "Selected files will be replaced with their backed-up contents. Files changed since the preview will not be overwritten.",
|
|
52
|
+
differences: "File comparison",
|
|
53
|
+
noDifferences: "No file differences found.",
|
|
54
|
+
missing: "Missing",
|
|
55
|
+
changed: "Different contents",
|
|
56
|
+
extra: "Not in this backup",
|
|
57
|
+
archives: "Historical archives",
|
|
58
|
+
archivesHelp: "Browse an archive using its own frozen data and plugins.",
|
|
59
|
+
jobs: "Recent operations",
|
|
60
|
+
retry: "Retry",
|
|
61
|
+
waitingFiles: "File changes are paused while a storage operation runs. Reading and database-only edits remain available.",
|
|
62
|
+
maintenance: "Library recovery",
|
|
63
|
+
maintenanceHelp: "The library is unavailable while its files are being restored. You can follow progress or retry an interrupted operation here.",
|
|
64
|
+
recoveryKeySaved: "Recovery key downloaded",
|
|
65
|
+
lastCheck: "Last full verification",
|
|
66
|
+
never: "Never",
|
|
67
|
+
noJobs: "No operations yet.",
|
|
68
|
+
state: {
|
|
69
|
+
queued: "Queued",
|
|
70
|
+
running: "Running",
|
|
71
|
+
cancelling: "Cancelling",
|
|
72
|
+
succeeded: "Completed",
|
|
73
|
+
failed: "Failed",
|
|
74
|
+
cancelled: "Cancelled",
|
|
75
|
+
interrupted: "Interrupted"
|
|
76
|
+
},
|
|
77
|
+
kind: {
|
|
78
|
+
drill: "Recovery drill",
|
|
79
|
+
backup: "Backup",
|
|
80
|
+
check: "Verification",
|
|
81
|
+
compare: "File comparison",
|
|
82
|
+
repair: "File repair",
|
|
83
|
+
restore: "Restore",
|
|
84
|
+
retention: "Backup cleanup",
|
|
85
|
+
receive: "Receive backups",
|
|
86
|
+
archive: "Create archive",
|
|
87
|
+
"file-write": "File change"
|
|
88
|
+
},
|
|
89
|
+
processedFiles_one: "{{count}} file",
|
|
90
|
+
processedFiles_other: "{{count}} files",
|
|
91
|
+
processedBytes: "Processed: {{value}}",
|
|
92
|
+
addedBytes: "New data: {{value}}",
|
|
93
|
+
networkBytes: "Received: {{value}}",
|
|
94
|
+
manageQueue: "Manage waiting operations",
|
|
95
|
+
resubmitFile: "Submit the original file operation again."
|
|
96
|
+
};
|
|
97
|
+
var replication = {
|
|
98
|
+
healthReceived: "Backups received",
|
|
99
|
+
healthRecorded: "Records up to date",
|
|
100
|
+
healthAttention: "Sync needs attention",
|
|
101
|
+
healthUnconfigured: "Sync not configured",
|
|
102
|
+
addressHelp: "Enable HTTPS LAN sharing or enter the HTTPS address of your reverse proxy.",
|
|
103
|
+
title: "Offsite copy",
|
|
104
|
+
description: "One sender can share backups with several receivers. Receiving a backup never changes this library.",
|
|
105
|
+
name: "Service name",
|
|
106
|
+
role: "Role",
|
|
107
|
+
unconfigured: "Not configured",
|
|
108
|
+
send: "Send",
|
|
109
|
+
receive: "Receive",
|
|
110
|
+
connect: "Connect to sender",
|
|
111
|
+
disconnect: "Disconnect",
|
|
112
|
+
invite: "Create pairing invitation",
|
|
113
|
+
inviteHelp: "Send this code and this service's HTTPS address to your receiver. The code expires in ten minutes and can be used once.",
|
|
114
|
+
url: "Sender HTTPS address",
|
|
115
|
+
code: "Pairing code",
|
|
116
|
+
fingerprint: "SHA-256 certificate fingerprint (for self-signed certificates)",
|
|
117
|
+
receiveNow: "Receive now",
|
|
118
|
+
paused: "Pause backup sync",
|
|
119
|
+
paired: "Connected service",
|
|
120
|
+
revoke: "Revoke connection",
|
|
121
|
+
received: "Last confirmed receipt",
|
|
122
|
+
never: "Not received yet",
|
|
123
|
+
connectHelp: "Enter the sender's address and pairing code. For a self-signed certificate, also enter its verified fingerprint.",
|
|
124
|
+
source: "Sender",
|
|
125
|
+
devices: "Synced devices",
|
|
126
|
+
manualRecords: "Manual records",
|
|
127
|
+
addRecord: "Add manual device",
|
|
128
|
+
details: "Details",
|
|
129
|
+
copy: "Copy",
|
|
130
|
+
remove: "Remove",
|
|
131
|
+
unknown: "Unknown",
|
|
132
|
+
noDevices: "No devices configured."
|
|
133
|
+
};
|
|
3
134
|
var common = {
|
|
4
135
|
back: "Back",
|
|
5
136
|
cancel: "Cancel",
|
|
@@ -37,7 +168,6 @@ var common = {
|
|
|
37
168
|
requestFailed: "Request failed",
|
|
38
169
|
saved: "Saved",
|
|
39
170
|
saveFailed: "Could not save",
|
|
40
|
-
confirmByTypingPrompt: "Type \"<name>{{name}}</name>\" to confirm",
|
|
41
171
|
searchIncludeIntro: "Search intro",
|
|
42
172
|
underline: "Underline",
|
|
43
173
|
colorPicker: {
|
|
@@ -185,10 +315,10 @@ var me = {
|
|
|
185
315
|
desktop: "Desktop",
|
|
186
316
|
custom: "Custom",
|
|
187
317
|
privacy: "Privacy",
|
|
188
|
-
|
|
318
|
+
archives: "Archives",
|
|
319
|
+
archive: "Backups",
|
|
189
320
|
plugins: "Plugins",
|
|
190
|
-
marketplace: "Marketplace"
|
|
191
|
-
sync: "Sync"
|
|
321
|
+
marketplace: "Marketplace"
|
|
192
322
|
},
|
|
193
323
|
section: {
|
|
194
324
|
language: "Language",
|
|
@@ -235,7 +365,11 @@ var me = {
|
|
|
235
365
|
relation: "Relation",
|
|
236
366
|
collection: "Collection"
|
|
237
367
|
},
|
|
238
|
-
link: "Link"
|
|
368
|
+
link: "Link",
|
|
369
|
+
watchOnly: {
|
|
370
|
+
title: "Watch-only mode",
|
|
371
|
+
description: "Restrict character and resource browsing to content carrying a watch-only tag."
|
|
372
|
+
}
|
|
239
373
|
},
|
|
240
374
|
account: {
|
|
241
375
|
title: "Account",
|
|
@@ -506,12 +640,13 @@ var plugin = {
|
|
|
506
640
|
previewFallbackUnknown: "unknown plugin"
|
|
507
641
|
};
|
|
508
642
|
var plugins = {
|
|
509
|
-
pageHint: "Install from a
|
|
510
|
-
|
|
643
|
+
pageHint: "Install from a plugin package (zip, tar, 7z, rar and more), or refresh the plugins folder to pick up new arrivals.",
|
|
644
|
+
uploadPlugin: "Upload plugin",
|
|
645
|
+
uploadValidatedServerSide: "The package is validated by the server — its name, version and permissions appear after installation.",
|
|
511
646
|
uploadPluginSuccess: "Plugin installed",
|
|
512
647
|
uploading: "Installing…",
|
|
513
|
-
rescan: "
|
|
514
|
-
rescanSuccess: "Plugins
|
|
648
|
+
rescan: "Refresh plugins",
|
|
649
|
+
rescanSuccess: "Plugins refreshed",
|
|
515
650
|
more: "More",
|
|
516
651
|
enableToggle: "Enable or disable plugin",
|
|
517
652
|
dragToReorder: "Drag to reorder",
|
|
@@ -559,8 +694,8 @@ var plugins = {
|
|
|
559
694
|
uninstallConfirmDescription_other: "{{count}} resources are using this plugin. After uninstalling, they will preview with the built-in file plugin; reinstalling the plugin restores them automatically. This cannot be undone.",
|
|
560
695
|
uninstallConfirmNoUsage: "No resources are using this plugin. Reinstall it any time to use it again. This cannot be undone.",
|
|
561
696
|
uninstallSuccess: "Uninstalled {{name}}",
|
|
562
|
-
replaceContentAction: "Replace
|
|
563
|
-
replaceContentTitle: "Replace
|
|
697
|
+
replaceContentAction: "Replace plugin…",
|
|
698
|
+
replaceContentTitle: "Replace plugin",
|
|
564
699
|
replaceContentDescription: "Move every resource that one content plugin handles to another. Each resource's content plugin is re-assigned and its derived metadata is cleared for re-detection.",
|
|
565
700
|
replaceContentFrom: "From plugin",
|
|
566
701
|
replaceContentTo: "To plugin",
|
|
@@ -819,19 +954,12 @@ var login = {
|
|
|
819
954
|
setupFormAria: "Set password"
|
|
820
955
|
};
|
|
821
956
|
var dataHistory = {
|
|
822
|
-
|
|
823
|
-
description: "Manage your data snapshots. Backups are for migration or disaster recovery; archives freeze a version as read-only so its data can never change again.",
|
|
824
|
-
status: {
|
|
825
|
-
currentWritable: "Writable — v{{version}}",
|
|
826
|
-
viewingArchive: "Viewing archive — v{{version}}"
|
|
827
|
-
},
|
|
957
|
+
pageHint: "Freeze the latest version into a read-only archive. Name and description can be edited on the current version anytime.",
|
|
828
958
|
chip: {
|
|
829
959
|
latest: "Latest",
|
|
830
|
-
readOnly: "Read-only"
|
|
831
|
-
auto: "Auto"
|
|
960
|
+
readOnly: "Read-only"
|
|
832
961
|
},
|
|
833
962
|
archive: {
|
|
834
|
-
title: "v{{version}}",
|
|
835
963
|
tagCurrent: "Latest (writable)",
|
|
836
964
|
tagActive: "Viewing",
|
|
837
965
|
tagReadOnly: "Historical archive",
|
|
@@ -840,81 +968,32 @@ var dataHistory = {
|
|
|
840
968
|
nameLabel: "Name",
|
|
841
969
|
namePlaceholder: "e.g. v1 milestone",
|
|
842
970
|
noteLabel: "Note",
|
|
843
|
-
notePlaceholder: "e.g. before migration, data freeze…"
|
|
844
|
-
switchHint: "After switching, the app runs in read-only mode against this archive. Return to the latest version to edit again.",
|
|
845
|
-
activeHint: "This is the version you are viewing."
|
|
846
|
-
},
|
|
847
|
-
backup: {
|
|
848
|
-
typeLabel: "Database backup",
|
|
849
|
-
autoTypeLabel: "Automatic daily snapshot",
|
|
850
|
-
autoBadge: "auto",
|
|
851
|
-
autoDeleteHint: "This automatic snapshot is kept for a short rolling window and will be replaced automatically. You can delete it now to free up space.",
|
|
852
|
-
nameLabel: "Name",
|
|
853
|
-
nameEmpty: "None",
|
|
854
|
-
restoreHint: "Restoring asks you to type the backup name — the current library is archived first, so nothing is lost silently.",
|
|
855
|
-
deleteHint: "This backup file will be permanently deleted and cannot be recovered.",
|
|
856
|
-
archivedHint: "This backup belongs to an archived version. Its data is frozen and cannot be restored or deleted."
|
|
971
|
+
notePlaceholder: "e.g. before migration, data freeze…"
|
|
857
972
|
},
|
|
858
973
|
action: {
|
|
859
|
-
backupNow: "Backup now",
|
|
860
|
-
backingUp: "Backing up…",
|
|
861
974
|
archiveNow: "Archive now",
|
|
862
975
|
archiving: "Archiving…",
|
|
863
|
-
|
|
864
|
-
restoring: "Restoring…",
|
|
865
|
-
"delete": "Delete",
|
|
866
|
-
deleting: "Deleting…",
|
|
976
|
+
edit: "Edit",
|
|
867
977
|
switchToVersion: "Switch to this version",
|
|
868
|
-
switching: "Switching…"
|
|
869
|
-
download: "Download"
|
|
978
|
+
switching: "Switching…"
|
|
870
979
|
},
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
disabled: "Automatic snapshots are disabled",
|
|
875
|
-
last: "newest {{time}}"
|
|
876
|
-
},
|
|
877
|
-
detail: {
|
|
878
|
-
selectPrompt: "Select a backup or archive on the timeline to view details and available actions.",
|
|
879
|
-
size: "Size",
|
|
880
|
-
versionNumber: "Version",
|
|
881
|
-
createdAt: "Created",
|
|
882
|
-
note: "Note",
|
|
883
|
-
contents: "Contents",
|
|
884
|
-
contentsValue: "{{resources}} resources · {{characters}} characters · {{documents}} documents",
|
|
885
|
-
backupOnVersion: "Backup on v{{version}}",
|
|
886
|
-
archiveVersion: "Archive v{{version}}"
|
|
887
|
-
},
|
|
888
|
-
note: {
|
|
889
|
-
empty: "Click to add a note…",
|
|
890
|
-
placeholder: "Add a short description for this snapshot…"
|
|
980
|
+
edit: {
|
|
981
|
+
title: "Edit archive",
|
|
982
|
+
description: "Archive v{{version}}"
|
|
891
983
|
},
|
|
984
|
+
reloading: "Reloading…",
|
|
892
985
|
confirm: {
|
|
893
986
|
archiveTitle: "Archive latest version",
|
|
894
|
-
archiveDescription: "The
|
|
987
|
+
archiveDescription: "The current data, plugin code and plugin vaults will be frozen together. A new writable version will use independent plugin copies.",
|
|
895
988
|
archivePhrase: "archive",
|
|
896
|
-
archiveAutoHint: "The current version's automatic snapshots freeze with this archive; a fresh snapshot is taken for the new version right away.",
|
|
897
|
-
restoreTitle: "Restore this backup",
|
|
898
|
-
restoreDescription: "The current library is archived first, so nothing is lost silently. This restore can be undone by restoring the archived version.",
|
|
899
|
-
restorePhrase: "restore backup",
|
|
900
|
-
autoPhrase: "auto",
|
|
901
|
-
deleteBackupTitle: "Delete backup forever",
|
|
902
|
-
deleteBackupDescription: "This backup file will be permanently deleted and cannot be recovered.",
|
|
903
|
-
deleteBackupPhrase: "delete backup",
|
|
904
989
|
switchTitle: "Switch to this archive version",
|
|
905
990
|
switchDescription: "After switching, the app runs in read-only mode and only historical data is visible. Return to the latest version to edit again."
|
|
906
991
|
},
|
|
907
992
|
empty: {
|
|
908
|
-
title: "No
|
|
909
|
-
description: "Create a backup now to protect against data loss."
|
|
993
|
+
title: "No archives yet."
|
|
910
994
|
},
|
|
911
995
|
toast: {
|
|
912
|
-
backupCreated: "Backup created",
|
|
913
|
-
backupFailed: "Backup failed",
|
|
914
996
|
archiveFailed: "Archive failed",
|
|
915
|
-
backupDeleted: "Backup deleted",
|
|
916
|
-
deleteFailed: "Delete failed",
|
|
917
|
-
restoreFailed: "Restore failed",
|
|
918
997
|
switchFailed: "Switch failed",
|
|
919
998
|
metaSaved: "Saved",
|
|
920
999
|
metaSaveFailed: "Could not save"
|
|
@@ -1578,7 +1657,7 @@ var resources = {
|
|
|
1578
1657
|
resultFailed: "Failed",
|
|
1579
1658
|
sourceSharedDescription: "Pick a folder from the server's shared import roots.",
|
|
1580
1659
|
sourceSharedDisabled: "Shared folder import is not configured.",
|
|
1581
|
-
sourceZipDescription: "
|
|
1660
|
+
sourceZipDescription: "An archive — extracted on the server, then scanned (zip, tar, 7z, rar, xz, gzip).",
|
|
1582
1661
|
importingDescription: "Resources are being created from the selected folder. This may take a moment.",
|
|
1583
1662
|
stepSource: "Source",
|
|
1584
1663
|
stepBrowse: "Browse",
|
|
@@ -1957,7 +2036,14 @@ var tags = {
|
|
|
1957
2036
|
linkHint: "Optional link to the tag's canonical page — shown in the hover preview.",
|
|
1958
2037
|
uploadImage: "Upload image…",
|
|
1959
2038
|
editImage: "Edit image…",
|
|
1960
|
-
imageDialogTitle: "Tag image"
|
|
2039
|
+
imageDialogTitle: "Tag image",
|
|
2040
|
+
visibilityLabel: "Visibility",
|
|
2041
|
+
visibilityHint: "Watch-only narrows browse to content carrying this tag; explicit-view hides that content until you pick the tag to view."
|
|
2042
|
+
},
|
|
2043
|
+
visibility: {
|
|
2044
|
+
normal: "Normal",
|
|
2045
|
+
watchOnly: "Watch only",
|
|
2046
|
+
explicitView: "Explicit view"
|
|
1961
2047
|
},
|
|
1962
2048
|
card: {
|
|
1963
2049
|
openLink: "Open link",
|
|
@@ -2191,89 +2277,15 @@ var storage = {
|
|
|
2191
2277
|
}
|
|
2192
2278
|
};
|
|
2193
2279
|
var sync = {
|
|
2194
|
-
pageHint: "Per device: records entity counts, content size and storage volume · open the page anytime to see what changed since the last sync",
|
|
2195
|
-
status: {
|
|
2196
|
-
allUpToDate: "All devices up to date",
|
|
2197
|
-
dueCount_one: "{{count}} of {{total}} device due",
|
|
2198
|
-
dueCount_other: "{{count}} of {{total}} devices due"
|
|
2199
|
-
},
|
|
2200
|
-
tip: {
|
|
2201
|
-
oneWay: "Sync one-way: one master repository, the rest as mirrors, to avoid conflicts."
|
|
2202
|
-
},
|
|
2203
2280
|
config: {
|
|
2204
2281
|
remindLabel: "Remind me after",
|
|
2205
|
-
remindDescription: "Past the interval without a synced snapshot, the dashboard asks.",
|
|
2206
2282
|
remindDays_one: "{{count}} day",
|
|
2207
2283
|
remindDays_other: "{{count}} days"
|
|
2208
2284
|
},
|
|
2209
|
-
devices: {
|
|
2210
|
-
addTitle: "Add a device",
|
|
2211
|
-
addAutoRecord: "The current state is synced automatically once added.",
|
|
2212
|
-
namePlaceholder: "Device name",
|
|
2213
|
-
notesPlaceholder: "Notes (optional)",
|
|
2214
|
-
nameHint: "e.g. Laptop",
|
|
2215
|
-
notesHint: "e.g. USB 4TB",
|
|
2216
|
-
add: "Add device",
|
|
2217
|
-
addPending: "Adding…",
|
|
2218
|
-
empty: "No devices yet — add one to start syncing.",
|
|
2219
|
-
loading: "Loading…",
|
|
2220
|
-
neverSynced: "Never synced",
|
|
2221
|
-
lastSyncedAgo_one: "Last synced {{date}} · {{count}} day ago",
|
|
2222
|
-
lastSyncedAgo_other: "Last synced {{date}} · {{count}} days ago",
|
|
2223
|
-
justNow: "Just now",
|
|
2224
|
-
minutesAgo_one: "{{count}} minute ago",
|
|
2225
|
-
minutesAgo_other: "{{count}} minutes ago",
|
|
2226
|
-
hoursAgo_one: "{{count}} hour ago",
|
|
2227
|
-
hoursAgo_other: "{{count}} hours ago",
|
|
2228
|
-
upToDate: "Up to date",
|
|
2229
|
-
overdue_one: "Overdue · {{count}} day",
|
|
2230
|
-
overdue_other: "Overdue · {{count}} days",
|
|
2231
|
-
neverBadge: "Not synced yet",
|
|
2232
|
-
record: "Sync",
|
|
2233
|
-
recordNow: "Sync now",
|
|
2234
|
-
deleteTitle: "Delete {{name}}?",
|
|
2235
|
-
deleteDescription: "The device and all of its sync records will be removed.",
|
|
2236
|
-
"delete": "Delete",
|
|
2237
|
-
deletePending: "Deleting…",
|
|
2238
|
-
editTitle: "Edit device",
|
|
2239
|
-
edit: "Edit",
|
|
2240
|
-
save: "Save",
|
|
2241
|
-
editPending: "Saving…",
|
|
2242
|
-
liveHint: "Live state · changes since the last sync"
|
|
2243
|
-
},
|
|
2244
|
-
fields: {
|
|
2245
|
-
resources: "Resources",
|
|
2246
|
-
characters: "Characters",
|
|
2247
|
-
documents: "Documents",
|
|
2248
|
-
folders: "Folders",
|
|
2249
|
-
messages: "Messages",
|
|
2250
|
-
tags: "Tags",
|
|
2251
|
-
collections: "Collections",
|
|
2252
|
-
trash: "Trash",
|
|
2253
|
-
contentSize: "Content size",
|
|
2254
|
-
storage: "Storage",
|
|
2255
|
-
firstRecord: "First sync"
|
|
2256
|
-
},
|
|
2257
|
-
toast: {
|
|
2258
|
-
deviceAdded: "Device added and synced",
|
|
2259
|
-
deviceAddFailed: "Could not add device",
|
|
2260
|
-
deviceUpdated: "Device updated",
|
|
2261
|
-
deviceUpdateFailed: "Could not update device",
|
|
2262
|
-
deviceDeleted: "Device deleted",
|
|
2263
|
-
deviceDeleteFailed: "Could not delete device",
|
|
2264
|
-
recorded: "Synced",
|
|
2265
|
-
recordFailed: "Could not sync"
|
|
2266
|
-
},
|
|
2267
2285
|
banner: {
|
|
2268
2286
|
noDevicesTitle: "No sync devices configured yet.",
|
|
2269
2287
|
noDevicesDescription: "Add at least one device to track syncs.",
|
|
2270
|
-
configureLink: "Set up"
|
|
2271
|
-
neverSyncedTitle: "{{name}} has never been synced",
|
|
2272
|
-
neverSyncedDescription: "No sync recorded for this device yet.",
|
|
2273
|
-
overdueTitle_one: "{{name}} last synced {{count}} day ago",
|
|
2274
|
-
overdueTitle_other: "{{name}} last synced {{count}} days ago",
|
|
2275
|
-
overdueDescription: "It's been longer than your {{count}}-day reminder interval.",
|
|
2276
|
-
recordLink: "Sync now"
|
|
2288
|
+
configureLink: "Set up"
|
|
2277
2289
|
}
|
|
2278
2290
|
};
|
|
2279
2291
|
var desktopShell = {
|
|
@@ -2319,7 +2331,112 @@ var desktopShell = {
|
|
|
2319
2331
|
missingBridge: "The app couldn't start. Reopen the app."
|
|
2320
2332
|
}
|
|
2321
2333
|
};
|
|
2334
|
+
var protectionUx = {
|
|
2335
|
+
protectionTitle: "Backups",
|
|
2336
|
+
sendRequiresBackup: "Create a local backup first to share this device's backups.",
|
|
2337
|
+
setup: "Set up backups",
|
|
2338
|
+
noBackup: "No local backup yet",
|
|
2339
|
+
setupHelp: "Save your library, files, and versioned plugins together.",
|
|
2340
|
+
start: "Start backing up",
|
|
2341
|
+
openExisting: "Open an existing backup",
|
|
2342
|
+
firstBackupHelp: "This starts the first backup and enables automatic backups. Large libraries take longer the first time. Save the recovery key when prompted.",
|
|
2343
|
+
existingHelp: "Place your existing repository at the configured backup location, then open it with its recovery key. Your library changes only after you confirm a restore.",
|
|
2344
|
+
importKeyFile: "Choose recovery key file",
|
|
2345
|
+
keyFileError: "Could not read this key file. Choose a recovery key file smaller than 64 KB.",
|
|
2346
|
+
enableAndBackup: "Enable and create first backup",
|
|
2347
|
+
status: "Backup status",
|
|
2348
|
+
description: "Keep recoverable copies of your library and its files. Automatic backups save changes without duplicating unchanged content.",
|
|
2349
|
+
firstBackupRunning: "Creating the first backup…",
|
|
2350
|
+
backupRunning: "Backup in progress…",
|
|
2351
|
+
firstBackupMissing: "Enabled; no completed backup yet",
|
|
2352
|
+
backupCompleted: "Last completed backup: {{time}}",
|
|
2353
|
+
locationHelp: "This is where this service saves backups. Use backup sync to keep a copy on another device.",
|
|
2354
|
+
saveKey: "Save your recovery key",
|
|
2355
|
+
localBackups: "This device's backups",
|
|
2356
|
+
availableBackups: "Available backups",
|
|
2357
|
+
manage: "Advanced: checks and cleanup",
|
|
2358
|
+
pointTools: "Advanced backup actions",
|
|
2359
|
+
checkHelp: "Check repository structure quickly, or read all backup data to verify its integrity.",
|
|
2360
|
+
policyHelp: "The defaults keep recent backups more frequently. Long-term backups are excluded from automatic cleanup.",
|
|
2361
|
+
preparingRestore: "Checking backup…",
|
|
2362
|
+
restoreSource: "Backup source: {{source}}",
|
|
2363
|
+
restoreKeepsHost: "This replaces the library and discards local changes. Your login and device connections stay in place.",
|
|
2364
|
+
activity: "Current activity",
|
|
2365
|
+
keepReading: "You can keep reading. File changes may wait until this storage task finishes.",
|
|
2366
|
+
restoreWorking: "The library will reopen when restoration finishes. Keep the service running.",
|
|
2367
|
+
taskFailed: "This task did not finish. Check the details, resolve the cause, then retry.",
|
|
2368
|
+
errorDetails: "Technical details",
|
|
2369
|
+
chooseAnotherBackup: "Choose another backup to restore",
|
|
2370
|
+
errorSpace: "Not enough free space. Free space on the storage volume, then retry.",
|
|
2371
|
+
errorCertificate: "The sender's certificate could not be verified. Check the sender and its fingerprint before reconnecting.",
|
|
2372
|
+
errorPairing: "The connection is no longer authorized. Create a new pairing invitation on the sender.",
|
|
2373
|
+
errorNetwork: "Could not complete the connection. Check that the sender is running and reachable, then retry.",
|
|
2374
|
+
errorIncomplete: "Some files could not be backed up. Check file access and retry before relying on this backup.",
|
|
2375
|
+
jobsHelp: "Backups, restores and syncs you've run recently — handy for spotting and retrying a failed job."
|
|
2376
|
+
};
|
|
2377
|
+
var replicationUx = {
|
|
2378
|
+
unconfigured: "Choose how to use this device",
|
|
2379
|
+
send: "Share this device's backups",
|
|
2380
|
+
receive: "Hold another device's backups",
|
|
2381
|
+
sendHelp: "This device is the source — share a pairing invitation with each device that should hold a copy.",
|
|
2382
|
+
receiveHelp: "This device holds a copy — connect to one source device and pull its backups.",
|
|
2383
|
+
useBackup: "Use this backup on this device",
|
|
2384
|
+
receivedBackup: "Received backup",
|
|
2385
|
+
receivedFrom: "From {{source}} · Backup created {{time}}",
|
|
2386
|
+
libraryUnchanged: "Receiving this backup does not change the library you are using. Restore it to use its data here.",
|
|
2387
|
+
waitingFirst: "Waiting for the first completed backup from the sender.",
|
|
2388
|
+
pasteInvitation: "Paste pairing invitation",
|
|
2389
|
+
invalidInvitation: "This invitation is invalid or expired. Copy a new invitation directly from the sender.",
|
|
2390
|
+
manualConnection: "Enter connection details manually",
|
|
2391
|
+
invitation: "Pairing invitation",
|
|
2392
|
+
copyInvitation: "Copy pairing invitation",
|
|
2393
|
+
copied: "Invitation copied",
|
|
2394
|
+
copyFailed: "Clipboard access failed. Select and copy the invitation text manually."
|
|
2395
|
+
};
|
|
2396
|
+
var backupHealth = {
|
|
2397
|
+
ok: "Your backups and sync are up to date.",
|
|
2398
|
+
okSub: "Last backup: {{time}} · {{devices}}",
|
|
2399
|
+
syncedDevices_one: "{{count}} device",
|
|
2400
|
+
syncedDevices_other: "{{count}} devices",
|
|
2401
|
+
noBackupsTitle: "Your library isn't backed up yet.",
|
|
2402
|
+
noBackupsSub: "Save a recoverable copy of your library and files, so you can restore them if something goes wrong.",
|
|
2403
|
+
noBackupsAction: "Set up backups",
|
|
2404
|
+
backupNeedsTitle: "Backups need attention.",
|
|
2405
|
+
backupOffSub: "Automatic backups are off. Turn them on so changes are always protected.",
|
|
2406
|
+
neverBackedUpSub: "No completed backup yet. Create the first one to start protecting your library.",
|
|
2407
|
+
backupNow: "Back up now",
|
|
2408
|
+
turnOnAutomatic: "Turn on automatic backups",
|
|
2409
|
+
syncUnconfiguredTitle: "Add a synced device to keep a copy elsewhere.",
|
|
2410
|
+
syncUnconfiguredSub: "Another device or drive can hold a copy of your backups, so one failure cannot lose everything.",
|
|
2411
|
+
syncUnconfiguredAction: "Set up backup sync",
|
|
2412
|
+
syncDueTitle: "A synced device hasn't been updated.",
|
|
2413
|
+
syncDueSub: "One of your synced devices hasn't received a backup in a while.",
|
|
2414
|
+
syncDueAction: "Open backups",
|
|
2415
|
+
receiveNow: "Receive now",
|
|
2416
|
+
receiverTitle: "A copy of another device's backups is kept here.",
|
|
2417
|
+
receiverSub: "This device holds the latest backup from its sync source. You only need a local backup here if you also keep your own library on this device.",
|
|
2418
|
+
protectedTitle: "Your library is protected locally and offsite.",
|
|
2419
|
+
protectedSub: "Last local backup: {{local}} · Offsite copy received: {{remote}}"
|
|
2420
|
+
};
|
|
2421
|
+
var backupSetup = {
|
|
2422
|
+
title: "Set up backups",
|
|
2423
|
+
intro: "Backups keep a recoverable copy of your library and files, so you can restore them if something goes wrong.",
|
|
2424
|
+
stepStart: "What would you like to do?",
|
|
2425
|
+
startNew: "Start protecting this device",
|
|
2426
|
+
startNewHint: "We'll create the first backup and turn on automatic backups.",
|
|
2427
|
+
startExisting: "I already have a backup to use",
|
|
2428
|
+
startExistingHint: "Open a backup from a previous installation with its recovery passphrase.",
|
|
2429
|
+
createFirst: "Create first backup",
|
|
2430
|
+
createFirstHelp: "This creates the first backup and turns on automatic backups. Large libraries take longer the first time.",
|
|
2431
|
+
existingHelp: "Place your backup at the configured location, then open it with its recovery passphrase. Your library changes only after you confirm a restore.",
|
|
2432
|
+
chooseKey: "Choose recovery passphrase file",
|
|
2433
|
+
keyFileError: "Could not read this key file. Choose one smaller than 64 KB.",
|
|
2434
|
+
cancel: "Cancel",
|
|
2435
|
+
back: "Back"
|
|
2436
|
+
};
|
|
2322
2437
|
var en = {
|
|
2438
|
+
protection: protection,
|
|
2439
|
+
replication: replication,
|
|
2323
2440
|
common: common,
|
|
2324
2441
|
entityMeta: entityMeta,
|
|
2325
2442
|
language: language,
|
|
@@ -2353,7 +2470,11 @@ var en = {
|
|
|
2353
2470
|
messages: messages,
|
|
2354
2471
|
storage: storage,
|
|
2355
2472
|
sync: sync,
|
|
2356
|
-
desktopShell: desktopShell
|
|
2473
|
+
desktopShell: desktopShell,
|
|
2474
|
+
protectionUx: protectionUx,
|
|
2475
|
+
replicationUx: replicationUx,
|
|
2476
|
+
backupHealth: backupHealth,
|
|
2477
|
+
backupSetup: backupSetup
|
|
2357
2478
|
};
|
|
2358
2479
|
|
|
2359
2480
|
/**
|
|
@@ -2373,6 +2494,137 @@ var en = {
|
|
|
2373
2494
|
|
|
2374
2495
|
declare const CATALOGS: {
|
|
2375
2496
|
readonly en: {
|
|
2497
|
+
protection: {
|
|
2498
|
+
drillDestination: string;
|
|
2499
|
+
lastRestore: string;
|
|
2500
|
+
restoredEditable: string;
|
|
2501
|
+
drill: string;
|
|
2502
|
+
fullDrill: string;
|
|
2503
|
+
drillHelp: string;
|
|
2504
|
+
restorePrompt: string;
|
|
2505
|
+
title: string;
|
|
2506
|
+
description: string;
|
|
2507
|
+
repository: string;
|
|
2508
|
+
folder: string;
|
|
2509
|
+
initialize: string;
|
|
2510
|
+
importKey: string;
|
|
2511
|
+
create: string;
|
|
2512
|
+
name: string;
|
|
2513
|
+
note: string;
|
|
2514
|
+
automatic: string;
|
|
2515
|
+
enabled: string;
|
|
2516
|
+
paused: string;
|
|
2517
|
+
empty: string;
|
|
2518
|
+
loading: string;
|
|
2519
|
+
restore: string;
|
|
2520
|
+
compare: string;
|
|
2521
|
+
metadata: string;
|
|
2522
|
+
check: string;
|
|
2523
|
+
checkFull: string;
|
|
2524
|
+
key: string;
|
|
2525
|
+
keyHelp: string;
|
|
2526
|
+
retention: string;
|
|
2527
|
+
withinHours: string;
|
|
2528
|
+
daily: string;
|
|
2529
|
+
weekly: string;
|
|
2530
|
+
monthly: string;
|
|
2531
|
+
previewCleanup: string;
|
|
2532
|
+
cleanup: string;
|
|
2533
|
+
reclaim: string;
|
|
2534
|
+
cleanupDescription: string;
|
|
2535
|
+
save: string;
|
|
2536
|
+
cancel: string;
|
|
2537
|
+
confirm: string;
|
|
2538
|
+
manual: string;
|
|
2539
|
+
auto: string;
|
|
2540
|
+
pinned: string;
|
|
2541
|
+
restoreTitle: string;
|
|
2542
|
+
restoreDescription: string;
|
|
2543
|
+
repair: string;
|
|
2544
|
+
repairTitle: string;
|
|
2545
|
+
repairDescription: string;
|
|
2546
|
+
differences: string;
|
|
2547
|
+
noDifferences: string;
|
|
2548
|
+
missing: string;
|
|
2549
|
+
changed: string;
|
|
2550
|
+
extra: string;
|
|
2551
|
+
archives: string;
|
|
2552
|
+
archivesHelp: string;
|
|
2553
|
+
jobs: string;
|
|
2554
|
+
retry: string;
|
|
2555
|
+
waitingFiles: string;
|
|
2556
|
+
maintenance: string;
|
|
2557
|
+
maintenanceHelp: string;
|
|
2558
|
+
recoveryKeySaved: string;
|
|
2559
|
+
lastCheck: string;
|
|
2560
|
+
never: string;
|
|
2561
|
+
noJobs: string;
|
|
2562
|
+
state: {
|
|
2563
|
+
queued: string;
|
|
2564
|
+
running: string;
|
|
2565
|
+
cancelling: string;
|
|
2566
|
+
succeeded: string;
|
|
2567
|
+
failed: string;
|
|
2568
|
+
cancelled: string;
|
|
2569
|
+
interrupted: string;
|
|
2570
|
+
};
|
|
2571
|
+
kind: {
|
|
2572
|
+
drill: string;
|
|
2573
|
+
backup: string;
|
|
2574
|
+
check: string;
|
|
2575
|
+
compare: string;
|
|
2576
|
+
repair: string;
|
|
2577
|
+
restore: string;
|
|
2578
|
+
retention: string;
|
|
2579
|
+
receive: string;
|
|
2580
|
+
archive: string;
|
|
2581
|
+
"file-write": string;
|
|
2582
|
+
};
|
|
2583
|
+
processedFiles_one: string;
|
|
2584
|
+
processedFiles_other: string;
|
|
2585
|
+
processedBytes: string;
|
|
2586
|
+
addedBytes: string;
|
|
2587
|
+
networkBytes: string;
|
|
2588
|
+
manageQueue: string;
|
|
2589
|
+
resubmitFile: string;
|
|
2590
|
+
};
|
|
2591
|
+
replication: {
|
|
2592
|
+
healthReceived: string;
|
|
2593
|
+
healthRecorded: string;
|
|
2594
|
+
healthAttention: string;
|
|
2595
|
+
healthUnconfigured: string;
|
|
2596
|
+
addressHelp: string;
|
|
2597
|
+
title: string;
|
|
2598
|
+
description: string;
|
|
2599
|
+
name: string;
|
|
2600
|
+
role: string;
|
|
2601
|
+
unconfigured: string;
|
|
2602
|
+
send: string;
|
|
2603
|
+
receive: string;
|
|
2604
|
+
connect: string;
|
|
2605
|
+
disconnect: string;
|
|
2606
|
+
invite: string;
|
|
2607
|
+
inviteHelp: string;
|
|
2608
|
+
url: string;
|
|
2609
|
+
code: string;
|
|
2610
|
+
fingerprint: string;
|
|
2611
|
+
receiveNow: string;
|
|
2612
|
+
paused: string;
|
|
2613
|
+
paired: string;
|
|
2614
|
+
revoke: string;
|
|
2615
|
+
received: string;
|
|
2616
|
+
never: string;
|
|
2617
|
+
connectHelp: string;
|
|
2618
|
+
source: string;
|
|
2619
|
+
devices: string;
|
|
2620
|
+
manualRecords: string;
|
|
2621
|
+
addRecord: string;
|
|
2622
|
+
details: string;
|
|
2623
|
+
copy: string;
|
|
2624
|
+
remove: string;
|
|
2625
|
+
unknown: string;
|
|
2626
|
+
noDevices: string;
|
|
2627
|
+
};
|
|
2376
2628
|
common: {
|
|
2377
2629
|
back: string;
|
|
2378
2630
|
cancel: string;
|
|
@@ -2410,7 +2662,6 @@ declare const CATALOGS: {
|
|
|
2410
2662
|
requestFailed: string;
|
|
2411
2663
|
saved: string;
|
|
2412
2664
|
saveFailed: string;
|
|
2413
|
-
confirmByTypingPrompt: string;
|
|
2414
2665
|
searchIncludeIntro: string;
|
|
2415
2666
|
underline: string;
|
|
2416
2667
|
colorPicker: {
|
|
@@ -2558,10 +2809,10 @@ declare const CATALOGS: {
|
|
|
2558
2809
|
desktop: string;
|
|
2559
2810
|
custom: string;
|
|
2560
2811
|
privacy: string;
|
|
2812
|
+
archives: string;
|
|
2561
2813
|
archive: string;
|
|
2562
2814
|
plugins: string;
|
|
2563
2815
|
marketplace: string;
|
|
2564
|
-
sync: string;
|
|
2565
2816
|
};
|
|
2566
2817
|
section: {
|
|
2567
2818
|
language: string;
|
|
@@ -2609,6 +2860,10 @@ declare const CATALOGS: {
|
|
|
2609
2860
|
collection: string;
|
|
2610
2861
|
};
|
|
2611
2862
|
link: string;
|
|
2863
|
+
watchOnly: {
|
|
2864
|
+
title: string;
|
|
2865
|
+
description: string;
|
|
2866
|
+
};
|
|
2612
2867
|
};
|
|
2613
2868
|
account: {
|
|
2614
2869
|
title: string;
|
|
@@ -2880,7 +3135,8 @@ declare const CATALOGS: {
|
|
|
2880
3135
|
};
|
|
2881
3136
|
plugins: {
|
|
2882
3137
|
pageHint: string;
|
|
2883
|
-
|
|
3138
|
+
uploadPlugin: string;
|
|
3139
|
+
uploadValidatedServerSide: string;
|
|
2884
3140
|
uploadPluginSuccess: string;
|
|
2885
3141
|
uploading: string;
|
|
2886
3142
|
rescan: string;
|
|
@@ -3192,19 +3448,12 @@ declare const CATALOGS: {
|
|
|
3192
3448
|
setupFormAria: string;
|
|
3193
3449
|
};
|
|
3194
3450
|
dataHistory: {
|
|
3195
|
-
|
|
3196
|
-
description: string;
|
|
3197
|
-
status: {
|
|
3198
|
-
currentWritable: string;
|
|
3199
|
-
viewingArchive: string;
|
|
3200
|
-
};
|
|
3451
|
+
pageHint: string;
|
|
3201
3452
|
chip: {
|
|
3202
3453
|
latest: string;
|
|
3203
3454
|
readOnly: string;
|
|
3204
|
-
auto: string;
|
|
3205
3455
|
};
|
|
3206
3456
|
archive: {
|
|
3207
|
-
title: string;
|
|
3208
3457
|
tagCurrent: string;
|
|
3209
3458
|
tagActive: string;
|
|
3210
3459
|
tagReadOnly: string;
|
|
@@ -3214,80 +3463,31 @@ declare const CATALOGS: {
|
|
|
3214
3463
|
namePlaceholder: string;
|
|
3215
3464
|
noteLabel: string;
|
|
3216
3465
|
notePlaceholder: string;
|
|
3217
|
-
switchHint: string;
|
|
3218
|
-
activeHint: string;
|
|
3219
|
-
};
|
|
3220
|
-
backup: {
|
|
3221
|
-
typeLabel: string;
|
|
3222
|
-
autoTypeLabel: string;
|
|
3223
|
-
autoBadge: string;
|
|
3224
|
-
autoDeleteHint: string;
|
|
3225
|
-
nameLabel: string;
|
|
3226
|
-
nameEmpty: string;
|
|
3227
|
-
restoreHint: string;
|
|
3228
|
-
deleteHint: string;
|
|
3229
|
-
archivedHint: string;
|
|
3230
3466
|
};
|
|
3231
3467
|
action: {
|
|
3232
|
-
backupNow: string;
|
|
3233
|
-
backingUp: string;
|
|
3234
3468
|
archiveNow: string;
|
|
3235
3469
|
archiving: string;
|
|
3236
|
-
|
|
3237
|
-
restoring: string;
|
|
3238
|
-
delete: string;
|
|
3239
|
-
deleting: string;
|
|
3470
|
+
edit: string;
|
|
3240
3471
|
switchToVersion: string;
|
|
3241
3472
|
switching: string;
|
|
3242
|
-
download: string;
|
|
3243
|
-
};
|
|
3244
|
-
reloading: string;
|
|
3245
|
-
autoSnapshot: {
|
|
3246
|
-
enabled: string;
|
|
3247
|
-
disabled: string;
|
|
3248
|
-
last: string;
|
|
3249
3473
|
};
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
versionNumber: string;
|
|
3254
|
-
createdAt: string;
|
|
3255
|
-
note: string;
|
|
3256
|
-
contents: string;
|
|
3257
|
-
contentsValue: string;
|
|
3258
|
-
backupOnVersion: string;
|
|
3259
|
-
archiveVersion: string;
|
|
3260
|
-
};
|
|
3261
|
-
note: {
|
|
3262
|
-
empty: string;
|
|
3263
|
-
placeholder: string;
|
|
3474
|
+
edit: {
|
|
3475
|
+
title: string;
|
|
3476
|
+
description: string;
|
|
3264
3477
|
};
|
|
3478
|
+
reloading: string;
|
|
3265
3479
|
confirm: {
|
|
3266
3480
|
archiveTitle: string;
|
|
3267
3481
|
archiveDescription: string;
|
|
3268
3482
|
archivePhrase: string;
|
|
3269
|
-
archiveAutoHint: string;
|
|
3270
|
-
restoreTitle: string;
|
|
3271
|
-
restoreDescription: string;
|
|
3272
|
-
restorePhrase: string;
|
|
3273
|
-
autoPhrase: string;
|
|
3274
|
-
deleteBackupTitle: string;
|
|
3275
|
-
deleteBackupDescription: string;
|
|
3276
|
-
deleteBackupPhrase: string;
|
|
3277
3483
|
switchTitle: string;
|
|
3278
3484
|
switchDescription: string;
|
|
3279
3485
|
};
|
|
3280
3486
|
empty: {
|
|
3281
3487
|
title: string;
|
|
3282
|
-
description: string;
|
|
3283
3488
|
};
|
|
3284
3489
|
toast: {
|
|
3285
|
-
backupCreated: string;
|
|
3286
|
-
backupFailed: string;
|
|
3287
3490
|
archiveFailed: string;
|
|
3288
|
-
backupDeleted: string;
|
|
3289
|
-
deleteFailed: string;
|
|
3290
|
-
restoreFailed: string;
|
|
3291
3491
|
switchFailed: string;
|
|
3292
3492
|
metaSaved: string;
|
|
3293
3493
|
metaSaveFailed: string;
|
|
@@ -4331,6 +4531,13 @@ declare const CATALOGS: {
|
|
|
4331
4531
|
uploadImage: string;
|
|
4332
4532
|
editImage: string;
|
|
4333
4533
|
imageDialogTitle: string;
|
|
4534
|
+
visibilityLabel: string;
|
|
4535
|
+
visibilityHint: string;
|
|
4536
|
+
};
|
|
4537
|
+
visibility: {
|
|
4538
|
+
normal: string;
|
|
4539
|
+
watchOnly: string;
|
|
4540
|
+
explicitView: string;
|
|
4334
4541
|
};
|
|
4335
4542
|
card: {
|
|
4336
4543
|
openLink: string;
|
|
@@ -4564,89 +4771,15 @@ declare const CATALOGS: {
|
|
|
4564
4771
|
};
|
|
4565
4772
|
};
|
|
4566
4773
|
sync: {
|
|
4567
|
-
pageHint: string;
|
|
4568
|
-
status: {
|
|
4569
|
-
allUpToDate: string;
|
|
4570
|
-
dueCount_one: string;
|
|
4571
|
-
dueCount_other: string;
|
|
4572
|
-
};
|
|
4573
|
-
tip: {
|
|
4574
|
-
oneWay: string;
|
|
4575
|
-
};
|
|
4576
4774
|
config: {
|
|
4577
4775
|
remindLabel: string;
|
|
4578
|
-
remindDescription: string;
|
|
4579
4776
|
remindDays_one: string;
|
|
4580
4777
|
remindDays_other: string;
|
|
4581
4778
|
};
|
|
4582
|
-
devices: {
|
|
4583
|
-
addTitle: string;
|
|
4584
|
-
addAutoRecord: string;
|
|
4585
|
-
namePlaceholder: string;
|
|
4586
|
-
notesPlaceholder: string;
|
|
4587
|
-
nameHint: string;
|
|
4588
|
-
notesHint: string;
|
|
4589
|
-
add: string;
|
|
4590
|
-
addPending: string;
|
|
4591
|
-
empty: string;
|
|
4592
|
-
loading: string;
|
|
4593
|
-
neverSynced: string;
|
|
4594
|
-
lastSyncedAgo_one: string;
|
|
4595
|
-
lastSyncedAgo_other: string;
|
|
4596
|
-
justNow: string;
|
|
4597
|
-
minutesAgo_one: string;
|
|
4598
|
-
minutesAgo_other: string;
|
|
4599
|
-
hoursAgo_one: string;
|
|
4600
|
-
hoursAgo_other: string;
|
|
4601
|
-
upToDate: string;
|
|
4602
|
-
overdue_one: string;
|
|
4603
|
-
overdue_other: string;
|
|
4604
|
-
neverBadge: string;
|
|
4605
|
-
record: string;
|
|
4606
|
-
recordNow: string;
|
|
4607
|
-
deleteTitle: string;
|
|
4608
|
-
deleteDescription: string;
|
|
4609
|
-
delete: string;
|
|
4610
|
-
deletePending: string;
|
|
4611
|
-
editTitle: string;
|
|
4612
|
-
edit: string;
|
|
4613
|
-
save: string;
|
|
4614
|
-
editPending: string;
|
|
4615
|
-
liveHint: string;
|
|
4616
|
-
};
|
|
4617
|
-
fields: {
|
|
4618
|
-
resources: string;
|
|
4619
|
-
characters: string;
|
|
4620
|
-
documents: string;
|
|
4621
|
-
folders: string;
|
|
4622
|
-
messages: string;
|
|
4623
|
-
tags: string;
|
|
4624
|
-
collections: string;
|
|
4625
|
-
trash: string;
|
|
4626
|
-
contentSize: string;
|
|
4627
|
-
storage: string;
|
|
4628
|
-
firstRecord: string;
|
|
4629
|
-
};
|
|
4630
|
-
toast: {
|
|
4631
|
-
deviceAdded: string;
|
|
4632
|
-
deviceAddFailed: string;
|
|
4633
|
-
deviceUpdated: string;
|
|
4634
|
-
deviceUpdateFailed: string;
|
|
4635
|
-
deviceDeleted: string;
|
|
4636
|
-
deviceDeleteFailed: string;
|
|
4637
|
-
recorded: string;
|
|
4638
|
-
recordFailed: string;
|
|
4639
|
-
};
|
|
4640
4779
|
banner: {
|
|
4641
4780
|
noDevicesTitle: string;
|
|
4642
4781
|
noDevicesDescription: string;
|
|
4643
4782
|
configureLink: string;
|
|
4644
|
-
neverSyncedTitle: string;
|
|
4645
|
-
neverSyncedDescription: string;
|
|
4646
|
-
overdueTitle_one: string;
|
|
4647
|
-
overdueTitle_other: string;
|
|
4648
|
-
overdueDescription: string;
|
|
4649
|
-
recordLink: string;
|
|
4650
4783
|
};
|
|
4651
4784
|
};
|
|
4652
4785
|
desktopShell: {
|
|
@@ -4692,8 +4825,242 @@ declare const CATALOGS: {
|
|
|
4692
4825
|
missingBridge: string;
|
|
4693
4826
|
};
|
|
4694
4827
|
};
|
|
4828
|
+
protectionUx: {
|
|
4829
|
+
protectionTitle: string;
|
|
4830
|
+
sendRequiresBackup: string;
|
|
4831
|
+
setup: string;
|
|
4832
|
+
noBackup: string;
|
|
4833
|
+
setupHelp: string;
|
|
4834
|
+
start: string;
|
|
4835
|
+
openExisting: string;
|
|
4836
|
+
firstBackupHelp: string;
|
|
4837
|
+
existingHelp: string;
|
|
4838
|
+
importKeyFile: string;
|
|
4839
|
+
keyFileError: string;
|
|
4840
|
+
enableAndBackup: string;
|
|
4841
|
+
status: string;
|
|
4842
|
+
description: string;
|
|
4843
|
+
firstBackupRunning: string;
|
|
4844
|
+
backupRunning: string;
|
|
4845
|
+
firstBackupMissing: string;
|
|
4846
|
+
backupCompleted: string;
|
|
4847
|
+
locationHelp: string;
|
|
4848
|
+
saveKey: string;
|
|
4849
|
+
localBackups: string;
|
|
4850
|
+
availableBackups: string;
|
|
4851
|
+
manage: string;
|
|
4852
|
+
pointTools: string;
|
|
4853
|
+
checkHelp: string;
|
|
4854
|
+
policyHelp: string;
|
|
4855
|
+
preparingRestore: string;
|
|
4856
|
+
restoreSource: string;
|
|
4857
|
+
restoreKeepsHost: string;
|
|
4858
|
+
activity: string;
|
|
4859
|
+
keepReading: string;
|
|
4860
|
+
restoreWorking: string;
|
|
4861
|
+
taskFailed: string;
|
|
4862
|
+
errorDetails: string;
|
|
4863
|
+
chooseAnotherBackup: string;
|
|
4864
|
+
errorSpace: string;
|
|
4865
|
+
errorCertificate: string;
|
|
4866
|
+
errorPairing: string;
|
|
4867
|
+
errorNetwork: string;
|
|
4868
|
+
errorIncomplete: string;
|
|
4869
|
+
jobsHelp: string;
|
|
4870
|
+
};
|
|
4871
|
+
replicationUx: {
|
|
4872
|
+
unconfigured: string;
|
|
4873
|
+
send: string;
|
|
4874
|
+
receive: string;
|
|
4875
|
+
sendHelp: string;
|
|
4876
|
+
receiveHelp: string;
|
|
4877
|
+
useBackup: string;
|
|
4878
|
+
receivedBackup: string;
|
|
4879
|
+
receivedFrom: string;
|
|
4880
|
+
libraryUnchanged: string;
|
|
4881
|
+
waitingFirst: string;
|
|
4882
|
+
pasteInvitation: string;
|
|
4883
|
+
invalidInvitation: string;
|
|
4884
|
+
manualConnection: string;
|
|
4885
|
+
invitation: string;
|
|
4886
|
+
copyInvitation: string;
|
|
4887
|
+
copied: string;
|
|
4888
|
+
copyFailed: string;
|
|
4889
|
+
};
|
|
4890
|
+
backupHealth: {
|
|
4891
|
+
ok: string;
|
|
4892
|
+
okSub: string;
|
|
4893
|
+
syncedDevices_one: string;
|
|
4894
|
+
syncedDevices_other: string;
|
|
4895
|
+
noBackupsTitle: string;
|
|
4896
|
+
noBackupsSub: string;
|
|
4897
|
+
noBackupsAction: string;
|
|
4898
|
+
backupNeedsTitle: string;
|
|
4899
|
+
backupOffSub: string;
|
|
4900
|
+
neverBackedUpSub: string;
|
|
4901
|
+
backupNow: string;
|
|
4902
|
+
turnOnAutomatic: string;
|
|
4903
|
+
syncUnconfiguredTitle: string;
|
|
4904
|
+
syncUnconfiguredSub: string;
|
|
4905
|
+
syncUnconfiguredAction: string;
|
|
4906
|
+
syncDueTitle: string;
|
|
4907
|
+
syncDueSub: string;
|
|
4908
|
+
syncDueAction: string;
|
|
4909
|
+
receiveNow: string;
|
|
4910
|
+
receiverTitle: string;
|
|
4911
|
+
receiverSub: string;
|
|
4912
|
+
protectedTitle: string;
|
|
4913
|
+
protectedSub: string;
|
|
4914
|
+
};
|
|
4915
|
+
backupSetup: {
|
|
4916
|
+
title: string;
|
|
4917
|
+
intro: string;
|
|
4918
|
+
stepStart: string;
|
|
4919
|
+
startNew: string;
|
|
4920
|
+
startNewHint: string;
|
|
4921
|
+
startExisting: string;
|
|
4922
|
+
startExistingHint: string;
|
|
4923
|
+
createFirst: string;
|
|
4924
|
+
createFirstHelp: string;
|
|
4925
|
+
existingHelp: string;
|
|
4926
|
+
chooseKey: string;
|
|
4927
|
+
keyFileError: string;
|
|
4928
|
+
cancel: string;
|
|
4929
|
+
back: string;
|
|
4930
|
+
};
|
|
4695
4931
|
};
|
|
4696
4932
|
readonly zh: {
|
|
4933
|
+
protection: {
|
|
4934
|
+
drillDestination: string;
|
|
4935
|
+
lastRestore: string;
|
|
4936
|
+
restoredEditable: string;
|
|
4937
|
+
drill: string;
|
|
4938
|
+
fullDrill: string;
|
|
4939
|
+
drillHelp: string;
|
|
4940
|
+
restorePrompt: string;
|
|
4941
|
+
title: string;
|
|
4942
|
+
description: string;
|
|
4943
|
+
repository: string;
|
|
4944
|
+
folder: string;
|
|
4945
|
+
initialize: string;
|
|
4946
|
+
importKey: string;
|
|
4947
|
+
create: string;
|
|
4948
|
+
name: string;
|
|
4949
|
+
note: string;
|
|
4950
|
+
automatic: string;
|
|
4951
|
+
enabled: string;
|
|
4952
|
+
paused: string;
|
|
4953
|
+
empty: string;
|
|
4954
|
+
loading: string;
|
|
4955
|
+
restore: string;
|
|
4956
|
+
compare: string;
|
|
4957
|
+
metadata: string;
|
|
4958
|
+
check: string;
|
|
4959
|
+
checkFull: string;
|
|
4960
|
+
key: string;
|
|
4961
|
+
keyHelp: string;
|
|
4962
|
+
retention: string;
|
|
4963
|
+
withinHours: string;
|
|
4964
|
+
daily: string;
|
|
4965
|
+
weekly: string;
|
|
4966
|
+
monthly: string;
|
|
4967
|
+
previewCleanup: string;
|
|
4968
|
+
cleanup: string;
|
|
4969
|
+
reclaim: string;
|
|
4970
|
+
cleanupDescription: string;
|
|
4971
|
+
save: string;
|
|
4972
|
+
cancel: string;
|
|
4973
|
+
confirm: string;
|
|
4974
|
+
manual: string;
|
|
4975
|
+
auto: string;
|
|
4976
|
+
pinned: string;
|
|
4977
|
+
restoreTitle: string;
|
|
4978
|
+
restoreDescription: string;
|
|
4979
|
+
repair: string;
|
|
4980
|
+
repairTitle: string;
|
|
4981
|
+
repairDescription: string;
|
|
4982
|
+
differences: string;
|
|
4983
|
+
noDifferences: string;
|
|
4984
|
+
missing: string;
|
|
4985
|
+
changed: string;
|
|
4986
|
+
extra: string;
|
|
4987
|
+
archives: string;
|
|
4988
|
+
archivesHelp: string;
|
|
4989
|
+
jobs: string;
|
|
4990
|
+
retry: string;
|
|
4991
|
+
waitingFiles: string;
|
|
4992
|
+
maintenance: string;
|
|
4993
|
+
maintenanceHelp: string;
|
|
4994
|
+
recoveryKeySaved: string;
|
|
4995
|
+
lastCheck: string;
|
|
4996
|
+
never: string;
|
|
4997
|
+
noJobs: string;
|
|
4998
|
+
state: {
|
|
4999
|
+
queued: string;
|
|
5000
|
+
running: string;
|
|
5001
|
+
cancelling: string;
|
|
5002
|
+
succeeded: string;
|
|
5003
|
+
failed: string;
|
|
5004
|
+
cancelled: string;
|
|
5005
|
+
interrupted: string;
|
|
5006
|
+
};
|
|
5007
|
+
kind: {
|
|
5008
|
+
drill: string;
|
|
5009
|
+
backup: string;
|
|
5010
|
+
check: string;
|
|
5011
|
+
compare: string;
|
|
5012
|
+
repair: string;
|
|
5013
|
+
restore: string;
|
|
5014
|
+
retention: string;
|
|
5015
|
+
receive: string;
|
|
5016
|
+
archive: string;
|
|
5017
|
+
"file-write": string;
|
|
5018
|
+
};
|
|
5019
|
+
processedFiles_one: string;
|
|
5020
|
+
processedFiles_other: string;
|
|
5021
|
+
processedBytes: string;
|
|
5022
|
+
addedBytes: string;
|
|
5023
|
+
networkBytes: string;
|
|
5024
|
+
manageQueue: string;
|
|
5025
|
+
resubmitFile: string;
|
|
5026
|
+
};
|
|
5027
|
+
replication: {
|
|
5028
|
+
healthReceived: string;
|
|
5029
|
+
healthRecorded: string;
|
|
5030
|
+
healthAttention: string;
|
|
5031
|
+
healthUnconfigured: string;
|
|
5032
|
+
addressHelp: string;
|
|
5033
|
+
title: string;
|
|
5034
|
+
description: string;
|
|
5035
|
+
name: string;
|
|
5036
|
+
role: string;
|
|
5037
|
+
unconfigured: string;
|
|
5038
|
+
send: string;
|
|
5039
|
+
receive: string;
|
|
5040
|
+
connect: string;
|
|
5041
|
+
disconnect: string;
|
|
5042
|
+
invite: string;
|
|
5043
|
+
inviteHelp: string;
|
|
5044
|
+
url: string;
|
|
5045
|
+
code: string;
|
|
5046
|
+
fingerprint: string;
|
|
5047
|
+
receiveNow: string;
|
|
5048
|
+
paused: string;
|
|
5049
|
+
paired: string;
|
|
5050
|
+
revoke: string;
|
|
5051
|
+
received: string;
|
|
5052
|
+
never: string;
|
|
5053
|
+
connectHelp: string;
|
|
5054
|
+
source: string;
|
|
5055
|
+
devices: string;
|
|
5056
|
+
manualRecords: string;
|
|
5057
|
+
addRecord: string;
|
|
5058
|
+
details: string;
|
|
5059
|
+
copy: string;
|
|
5060
|
+
remove: string;
|
|
5061
|
+
unknown: string;
|
|
5062
|
+
noDevices: string;
|
|
5063
|
+
};
|
|
4697
5064
|
common: {
|
|
4698
5065
|
back: string;
|
|
4699
5066
|
cancel: string;
|
|
@@ -4731,7 +5098,6 @@ declare const CATALOGS: {
|
|
|
4731
5098
|
requestFailed: string;
|
|
4732
5099
|
saved: string;
|
|
4733
5100
|
saveFailed: string;
|
|
4734
|
-
confirmByTypingPrompt: string;
|
|
4735
5101
|
searchIncludeIntro: string;
|
|
4736
5102
|
underline: string;
|
|
4737
5103
|
colorPicker: {
|
|
@@ -4879,10 +5245,10 @@ declare const CATALOGS: {
|
|
|
4879
5245
|
desktop: string;
|
|
4880
5246
|
custom: string;
|
|
4881
5247
|
privacy: string;
|
|
5248
|
+
archives: string;
|
|
4882
5249
|
archive: string;
|
|
4883
5250
|
plugins: string;
|
|
4884
5251
|
marketplace: string;
|
|
4885
|
-
sync: string;
|
|
4886
5252
|
};
|
|
4887
5253
|
section: {
|
|
4888
5254
|
language: string;
|
|
@@ -4930,6 +5296,10 @@ declare const CATALOGS: {
|
|
|
4930
5296
|
collection: string;
|
|
4931
5297
|
};
|
|
4932
5298
|
link: string;
|
|
5299
|
+
watchOnly: {
|
|
5300
|
+
title: string;
|
|
5301
|
+
description: string;
|
|
5302
|
+
};
|
|
4933
5303
|
};
|
|
4934
5304
|
account: {
|
|
4935
5305
|
title: string;
|
|
@@ -5201,7 +5571,8 @@ declare const CATALOGS: {
|
|
|
5201
5571
|
};
|
|
5202
5572
|
plugins: {
|
|
5203
5573
|
pageHint: string;
|
|
5204
|
-
|
|
5574
|
+
uploadPlugin: string;
|
|
5575
|
+
uploadValidatedServerSide: string;
|
|
5205
5576
|
uploadPluginSuccess: string;
|
|
5206
5577
|
uploading: string;
|
|
5207
5578
|
rescan: string;
|
|
@@ -5513,19 +5884,12 @@ declare const CATALOGS: {
|
|
|
5513
5884
|
setupFormAria: string;
|
|
5514
5885
|
};
|
|
5515
5886
|
dataHistory: {
|
|
5516
|
-
|
|
5517
|
-
description: string;
|
|
5518
|
-
status: {
|
|
5519
|
-
currentWritable: string;
|
|
5520
|
-
viewingArchive: string;
|
|
5521
|
-
};
|
|
5887
|
+
pageHint: string;
|
|
5522
5888
|
chip: {
|
|
5523
5889
|
latest: string;
|
|
5524
5890
|
readOnly: string;
|
|
5525
|
-
auto: string;
|
|
5526
5891
|
};
|
|
5527
5892
|
archive: {
|
|
5528
|
-
title: string;
|
|
5529
5893
|
tagCurrent: string;
|
|
5530
5894
|
tagActive: string;
|
|
5531
5895
|
tagReadOnly: string;
|
|
@@ -5535,80 +5899,31 @@ declare const CATALOGS: {
|
|
|
5535
5899
|
namePlaceholder: string;
|
|
5536
5900
|
noteLabel: string;
|
|
5537
5901
|
notePlaceholder: string;
|
|
5538
|
-
switchHint: string;
|
|
5539
|
-
activeHint: string;
|
|
5540
|
-
};
|
|
5541
|
-
backup: {
|
|
5542
|
-
typeLabel: string;
|
|
5543
|
-
autoTypeLabel: string;
|
|
5544
|
-
autoBadge: string;
|
|
5545
|
-
autoDeleteHint: string;
|
|
5546
|
-
nameLabel: string;
|
|
5547
|
-
nameEmpty: string;
|
|
5548
|
-
restoreHint: string;
|
|
5549
|
-
deleteHint: string;
|
|
5550
|
-
archivedHint: string;
|
|
5551
5902
|
};
|
|
5552
5903
|
action: {
|
|
5553
|
-
backupNow: string;
|
|
5554
|
-
backingUp: string;
|
|
5555
5904
|
archiveNow: string;
|
|
5556
5905
|
archiving: string;
|
|
5557
|
-
|
|
5558
|
-
restoring: string;
|
|
5559
|
-
delete: string;
|
|
5560
|
-
deleting: string;
|
|
5906
|
+
edit: string;
|
|
5561
5907
|
switchToVersion: string;
|
|
5562
5908
|
switching: string;
|
|
5563
|
-
download: string;
|
|
5564
|
-
};
|
|
5565
|
-
reloading: string;
|
|
5566
|
-
autoSnapshot: {
|
|
5567
|
-
enabled: string;
|
|
5568
|
-
disabled: string;
|
|
5569
|
-
last: string;
|
|
5570
5909
|
};
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
versionNumber: string;
|
|
5575
|
-
createdAt: string;
|
|
5576
|
-
note: string;
|
|
5577
|
-
contents: string;
|
|
5578
|
-
contentsValue: string;
|
|
5579
|
-
backupOnVersion: string;
|
|
5580
|
-
archiveVersion: string;
|
|
5581
|
-
};
|
|
5582
|
-
note: {
|
|
5583
|
-
empty: string;
|
|
5584
|
-
placeholder: string;
|
|
5910
|
+
edit: {
|
|
5911
|
+
title: string;
|
|
5912
|
+
description: string;
|
|
5585
5913
|
};
|
|
5914
|
+
reloading: string;
|
|
5586
5915
|
confirm: {
|
|
5587
5916
|
archiveTitle: string;
|
|
5588
5917
|
archiveDescription: string;
|
|
5589
5918
|
archivePhrase: string;
|
|
5590
|
-
archiveAutoHint: string;
|
|
5591
|
-
restoreTitle: string;
|
|
5592
|
-
restoreDescription: string;
|
|
5593
|
-
restorePhrase: string;
|
|
5594
|
-
autoPhrase: string;
|
|
5595
|
-
deleteBackupTitle: string;
|
|
5596
|
-
deleteBackupDescription: string;
|
|
5597
|
-
deleteBackupPhrase: string;
|
|
5598
5919
|
switchTitle: string;
|
|
5599
5920
|
switchDescription: string;
|
|
5600
5921
|
};
|
|
5601
5922
|
empty: {
|
|
5602
5923
|
title: string;
|
|
5603
|
-
description: string;
|
|
5604
5924
|
};
|
|
5605
5925
|
toast: {
|
|
5606
|
-
backupCreated: string;
|
|
5607
|
-
backupFailed: string;
|
|
5608
5926
|
archiveFailed: string;
|
|
5609
|
-
backupDeleted: string;
|
|
5610
|
-
deleteFailed: string;
|
|
5611
|
-
restoreFailed: string;
|
|
5612
5927
|
switchFailed: string;
|
|
5613
5928
|
metaSaved: string;
|
|
5614
5929
|
metaSaveFailed: string;
|
|
@@ -6652,6 +6967,13 @@ declare const CATALOGS: {
|
|
|
6652
6967
|
uploadImage: string;
|
|
6653
6968
|
editImage: string;
|
|
6654
6969
|
imageDialogTitle: string;
|
|
6970
|
+
visibilityLabel: string;
|
|
6971
|
+
visibilityHint: string;
|
|
6972
|
+
};
|
|
6973
|
+
visibility: {
|
|
6974
|
+
normal: string;
|
|
6975
|
+
watchOnly: string;
|
|
6976
|
+
explicitView: string;
|
|
6655
6977
|
};
|
|
6656
6978
|
card: {
|
|
6657
6979
|
openLink: string;
|
|
@@ -6885,89 +7207,15 @@ declare const CATALOGS: {
|
|
|
6885
7207
|
};
|
|
6886
7208
|
};
|
|
6887
7209
|
sync: {
|
|
6888
|
-
pageHint: string;
|
|
6889
|
-
status: {
|
|
6890
|
-
allUpToDate: string;
|
|
6891
|
-
dueCount_one: string;
|
|
6892
|
-
dueCount_other: string;
|
|
6893
|
-
};
|
|
6894
|
-
tip: {
|
|
6895
|
-
oneWay: string;
|
|
6896
|
-
};
|
|
6897
7210
|
config: {
|
|
6898
7211
|
remindLabel: string;
|
|
6899
|
-
remindDescription: string;
|
|
6900
7212
|
remindDays_one: string;
|
|
6901
7213
|
remindDays_other: string;
|
|
6902
7214
|
};
|
|
6903
|
-
devices: {
|
|
6904
|
-
addTitle: string;
|
|
6905
|
-
addAutoRecord: string;
|
|
6906
|
-
namePlaceholder: string;
|
|
6907
|
-
notesPlaceholder: string;
|
|
6908
|
-
nameHint: string;
|
|
6909
|
-
notesHint: string;
|
|
6910
|
-
add: string;
|
|
6911
|
-
addPending: string;
|
|
6912
|
-
empty: string;
|
|
6913
|
-
loading: string;
|
|
6914
|
-
neverSynced: string;
|
|
6915
|
-
lastSyncedAgo_one: string;
|
|
6916
|
-
lastSyncedAgo_other: string;
|
|
6917
|
-
justNow: string;
|
|
6918
|
-
minutesAgo_one: string;
|
|
6919
|
-
minutesAgo_other: string;
|
|
6920
|
-
hoursAgo_one: string;
|
|
6921
|
-
hoursAgo_other: string;
|
|
6922
|
-
upToDate: string;
|
|
6923
|
-
overdue_one: string;
|
|
6924
|
-
overdue_other: string;
|
|
6925
|
-
neverBadge: string;
|
|
6926
|
-
record: string;
|
|
6927
|
-
recordNow: string;
|
|
6928
|
-
deleteTitle: string;
|
|
6929
|
-
deleteDescription: string;
|
|
6930
|
-
delete: string;
|
|
6931
|
-
deletePending: string;
|
|
6932
|
-
editTitle: string;
|
|
6933
|
-
edit: string;
|
|
6934
|
-
save: string;
|
|
6935
|
-
editPending: string;
|
|
6936
|
-
liveHint: string;
|
|
6937
|
-
};
|
|
6938
|
-
fields: {
|
|
6939
|
-
resources: string;
|
|
6940
|
-
characters: string;
|
|
6941
|
-
documents: string;
|
|
6942
|
-
folders: string;
|
|
6943
|
-
messages: string;
|
|
6944
|
-
tags: string;
|
|
6945
|
-
collections: string;
|
|
6946
|
-
trash: string;
|
|
6947
|
-
contentSize: string;
|
|
6948
|
-
storage: string;
|
|
6949
|
-
firstRecord: string;
|
|
6950
|
-
};
|
|
6951
|
-
toast: {
|
|
6952
|
-
deviceAdded: string;
|
|
6953
|
-
deviceAddFailed: string;
|
|
6954
|
-
deviceUpdated: string;
|
|
6955
|
-
deviceUpdateFailed: string;
|
|
6956
|
-
deviceDeleted: string;
|
|
6957
|
-
deviceDeleteFailed: string;
|
|
6958
|
-
recorded: string;
|
|
6959
|
-
recordFailed: string;
|
|
6960
|
-
};
|
|
6961
7215
|
banner: {
|
|
6962
7216
|
noDevicesTitle: string;
|
|
6963
7217
|
noDevicesDescription: string;
|
|
6964
7218
|
configureLink: string;
|
|
6965
|
-
neverSyncedTitle: string;
|
|
6966
|
-
neverSyncedDescription: string;
|
|
6967
|
-
overdueTitle_one: string;
|
|
6968
|
-
overdueTitle_other: string;
|
|
6969
|
-
overdueDescription: string;
|
|
6970
|
-
recordLink: string;
|
|
6971
7219
|
};
|
|
6972
7220
|
};
|
|
6973
7221
|
desktopShell: {
|
|
@@ -7013,8 +7261,242 @@ declare const CATALOGS: {
|
|
|
7013
7261
|
missingBridge: string;
|
|
7014
7262
|
};
|
|
7015
7263
|
};
|
|
7264
|
+
protectionUx: {
|
|
7265
|
+
protectionTitle: string;
|
|
7266
|
+
sendRequiresBackup: string;
|
|
7267
|
+
setup: string;
|
|
7268
|
+
noBackup: string;
|
|
7269
|
+
setupHelp: string;
|
|
7270
|
+
start: string;
|
|
7271
|
+
openExisting: string;
|
|
7272
|
+
firstBackupHelp: string;
|
|
7273
|
+
existingHelp: string;
|
|
7274
|
+
importKeyFile: string;
|
|
7275
|
+
keyFileError: string;
|
|
7276
|
+
enableAndBackup: string;
|
|
7277
|
+
status: string;
|
|
7278
|
+
description: string;
|
|
7279
|
+
firstBackupRunning: string;
|
|
7280
|
+
backupRunning: string;
|
|
7281
|
+
firstBackupMissing: string;
|
|
7282
|
+
backupCompleted: string;
|
|
7283
|
+
locationHelp: string;
|
|
7284
|
+
saveKey: string;
|
|
7285
|
+
localBackups: string;
|
|
7286
|
+
availableBackups: string;
|
|
7287
|
+
manage: string;
|
|
7288
|
+
pointTools: string;
|
|
7289
|
+
checkHelp: string;
|
|
7290
|
+
policyHelp: string;
|
|
7291
|
+
preparingRestore: string;
|
|
7292
|
+
restoreSource: string;
|
|
7293
|
+
restoreKeepsHost: string;
|
|
7294
|
+
activity: string;
|
|
7295
|
+
keepReading: string;
|
|
7296
|
+
restoreWorking: string;
|
|
7297
|
+
taskFailed: string;
|
|
7298
|
+
errorDetails: string;
|
|
7299
|
+
chooseAnotherBackup: string;
|
|
7300
|
+
errorSpace: string;
|
|
7301
|
+
errorCertificate: string;
|
|
7302
|
+
errorPairing: string;
|
|
7303
|
+
errorNetwork: string;
|
|
7304
|
+
errorIncomplete: string;
|
|
7305
|
+
jobsHelp: string;
|
|
7306
|
+
};
|
|
7307
|
+
replicationUx: {
|
|
7308
|
+
unconfigured: string;
|
|
7309
|
+
send: string;
|
|
7310
|
+
receive: string;
|
|
7311
|
+
sendHelp: string;
|
|
7312
|
+
receiveHelp: string;
|
|
7313
|
+
useBackup: string;
|
|
7314
|
+
receivedBackup: string;
|
|
7315
|
+
receivedFrom: string;
|
|
7316
|
+
libraryUnchanged: string;
|
|
7317
|
+
waitingFirst: string;
|
|
7318
|
+
pasteInvitation: string;
|
|
7319
|
+
invalidInvitation: string;
|
|
7320
|
+
manualConnection: string;
|
|
7321
|
+
invitation: string;
|
|
7322
|
+
copyInvitation: string;
|
|
7323
|
+
copied: string;
|
|
7324
|
+
copyFailed: string;
|
|
7325
|
+
};
|
|
7326
|
+
backupHealth: {
|
|
7327
|
+
ok: string;
|
|
7328
|
+
okSub: string;
|
|
7329
|
+
syncedDevices_one: string;
|
|
7330
|
+
syncedDevices_other: string;
|
|
7331
|
+
noBackupsTitle: string;
|
|
7332
|
+
noBackupsSub: string;
|
|
7333
|
+
noBackupsAction: string;
|
|
7334
|
+
backupNeedsTitle: string;
|
|
7335
|
+
backupOffSub: string;
|
|
7336
|
+
neverBackedUpSub: string;
|
|
7337
|
+
backupNow: string;
|
|
7338
|
+
turnOnAutomatic: string;
|
|
7339
|
+
syncUnconfiguredTitle: string;
|
|
7340
|
+
syncUnconfiguredSub: string;
|
|
7341
|
+
syncUnconfiguredAction: string;
|
|
7342
|
+
syncDueTitle: string;
|
|
7343
|
+
syncDueSub: string;
|
|
7344
|
+
syncDueAction: string;
|
|
7345
|
+
receiveNow: string;
|
|
7346
|
+
receiverTitle: string;
|
|
7347
|
+
receiverSub: string;
|
|
7348
|
+
protectedTitle: string;
|
|
7349
|
+
protectedSub: string;
|
|
7350
|
+
};
|
|
7351
|
+
backupSetup: {
|
|
7352
|
+
title: string;
|
|
7353
|
+
intro: string;
|
|
7354
|
+
stepStart: string;
|
|
7355
|
+
startNew: string;
|
|
7356
|
+
startNewHint: string;
|
|
7357
|
+
startExisting: string;
|
|
7358
|
+
startExistingHint: string;
|
|
7359
|
+
createFirst: string;
|
|
7360
|
+
createFirstHelp: string;
|
|
7361
|
+
existingHelp: string;
|
|
7362
|
+
chooseKey: string;
|
|
7363
|
+
keyFileError: string;
|
|
7364
|
+
cancel: string;
|
|
7365
|
+
back: string;
|
|
7366
|
+
};
|
|
7016
7367
|
};
|
|
7017
7368
|
readonly ja: {
|
|
7369
|
+
protection: {
|
|
7370
|
+
drillDestination: string;
|
|
7371
|
+
lastRestore: string;
|
|
7372
|
+
restoredEditable: string;
|
|
7373
|
+
drill: string;
|
|
7374
|
+
fullDrill: string;
|
|
7375
|
+
drillHelp: string;
|
|
7376
|
+
restorePrompt: string;
|
|
7377
|
+
title: string;
|
|
7378
|
+
description: string;
|
|
7379
|
+
repository: string;
|
|
7380
|
+
folder: string;
|
|
7381
|
+
initialize: string;
|
|
7382
|
+
importKey: string;
|
|
7383
|
+
create: string;
|
|
7384
|
+
name: string;
|
|
7385
|
+
note: string;
|
|
7386
|
+
automatic: string;
|
|
7387
|
+
enabled: string;
|
|
7388
|
+
paused: string;
|
|
7389
|
+
empty: string;
|
|
7390
|
+
loading: string;
|
|
7391
|
+
restore: string;
|
|
7392
|
+
compare: string;
|
|
7393
|
+
metadata: string;
|
|
7394
|
+
check: string;
|
|
7395
|
+
checkFull: string;
|
|
7396
|
+
key: string;
|
|
7397
|
+
keyHelp: string;
|
|
7398
|
+
retention: string;
|
|
7399
|
+
withinHours: string;
|
|
7400
|
+
daily: string;
|
|
7401
|
+
weekly: string;
|
|
7402
|
+
monthly: string;
|
|
7403
|
+
previewCleanup: string;
|
|
7404
|
+
cleanup: string;
|
|
7405
|
+
reclaim: string;
|
|
7406
|
+
cleanupDescription: string;
|
|
7407
|
+
save: string;
|
|
7408
|
+
cancel: string;
|
|
7409
|
+
confirm: string;
|
|
7410
|
+
manual: string;
|
|
7411
|
+
auto: string;
|
|
7412
|
+
pinned: string;
|
|
7413
|
+
restoreTitle: string;
|
|
7414
|
+
restoreDescription: string;
|
|
7415
|
+
repair: string;
|
|
7416
|
+
repairTitle: string;
|
|
7417
|
+
repairDescription: string;
|
|
7418
|
+
differences: string;
|
|
7419
|
+
noDifferences: string;
|
|
7420
|
+
missing: string;
|
|
7421
|
+
changed: string;
|
|
7422
|
+
extra: string;
|
|
7423
|
+
archives: string;
|
|
7424
|
+
archivesHelp: string;
|
|
7425
|
+
jobs: string;
|
|
7426
|
+
retry: string;
|
|
7427
|
+
waitingFiles: string;
|
|
7428
|
+
maintenance: string;
|
|
7429
|
+
maintenanceHelp: string;
|
|
7430
|
+
recoveryKeySaved: string;
|
|
7431
|
+
lastCheck: string;
|
|
7432
|
+
never: string;
|
|
7433
|
+
noJobs: string;
|
|
7434
|
+
state: {
|
|
7435
|
+
queued: string;
|
|
7436
|
+
running: string;
|
|
7437
|
+
cancelling: string;
|
|
7438
|
+
succeeded: string;
|
|
7439
|
+
failed: string;
|
|
7440
|
+
cancelled: string;
|
|
7441
|
+
interrupted: string;
|
|
7442
|
+
};
|
|
7443
|
+
kind: {
|
|
7444
|
+
drill: string;
|
|
7445
|
+
backup: string;
|
|
7446
|
+
check: string;
|
|
7447
|
+
compare: string;
|
|
7448
|
+
repair: string;
|
|
7449
|
+
restore: string;
|
|
7450
|
+
retention: string;
|
|
7451
|
+
receive: string;
|
|
7452
|
+
archive: string;
|
|
7453
|
+
"file-write": string;
|
|
7454
|
+
};
|
|
7455
|
+
processedFiles_one: string;
|
|
7456
|
+
processedFiles_other: string;
|
|
7457
|
+
processedBytes: string;
|
|
7458
|
+
addedBytes: string;
|
|
7459
|
+
networkBytes: string;
|
|
7460
|
+
manageQueue: string;
|
|
7461
|
+
resubmitFile: string;
|
|
7462
|
+
};
|
|
7463
|
+
replication: {
|
|
7464
|
+
healthReceived: string;
|
|
7465
|
+
healthRecorded: string;
|
|
7466
|
+
healthAttention: string;
|
|
7467
|
+
healthUnconfigured: string;
|
|
7468
|
+
addressHelp: string;
|
|
7469
|
+
title: string;
|
|
7470
|
+
description: string;
|
|
7471
|
+
name: string;
|
|
7472
|
+
role: string;
|
|
7473
|
+
unconfigured: string;
|
|
7474
|
+
send: string;
|
|
7475
|
+
receive: string;
|
|
7476
|
+
connect: string;
|
|
7477
|
+
disconnect: string;
|
|
7478
|
+
invite: string;
|
|
7479
|
+
inviteHelp: string;
|
|
7480
|
+
url: string;
|
|
7481
|
+
code: string;
|
|
7482
|
+
fingerprint: string;
|
|
7483
|
+
receiveNow: string;
|
|
7484
|
+
paused: string;
|
|
7485
|
+
paired: string;
|
|
7486
|
+
revoke: string;
|
|
7487
|
+
received: string;
|
|
7488
|
+
never: string;
|
|
7489
|
+
connectHelp: string;
|
|
7490
|
+
source: string;
|
|
7491
|
+
devices: string;
|
|
7492
|
+
manualRecords: string;
|
|
7493
|
+
addRecord: string;
|
|
7494
|
+
details: string;
|
|
7495
|
+
copy: string;
|
|
7496
|
+
remove: string;
|
|
7497
|
+
unknown: string;
|
|
7498
|
+
noDevices: string;
|
|
7499
|
+
};
|
|
7018
7500
|
common: {
|
|
7019
7501
|
back: string;
|
|
7020
7502
|
cancel: string;
|
|
@@ -7052,7 +7534,6 @@ declare const CATALOGS: {
|
|
|
7052
7534
|
requestFailed: string;
|
|
7053
7535
|
saved: string;
|
|
7054
7536
|
saveFailed: string;
|
|
7055
|
-
confirmByTypingPrompt: string;
|
|
7056
7537
|
searchIncludeIntro: string;
|
|
7057
7538
|
underline: string;
|
|
7058
7539
|
colorPicker: {
|
|
@@ -7200,10 +7681,10 @@ declare const CATALOGS: {
|
|
|
7200
7681
|
desktop: string;
|
|
7201
7682
|
custom: string;
|
|
7202
7683
|
privacy: string;
|
|
7684
|
+
archives: string;
|
|
7203
7685
|
archive: string;
|
|
7204
7686
|
plugins: string;
|
|
7205
7687
|
marketplace: string;
|
|
7206
|
-
sync: string;
|
|
7207
7688
|
};
|
|
7208
7689
|
section: {
|
|
7209
7690
|
language: string;
|
|
@@ -7251,6 +7732,10 @@ declare const CATALOGS: {
|
|
|
7251
7732
|
collection: string;
|
|
7252
7733
|
};
|
|
7253
7734
|
link: string;
|
|
7735
|
+
watchOnly: {
|
|
7736
|
+
title: string;
|
|
7737
|
+
description: string;
|
|
7738
|
+
};
|
|
7254
7739
|
};
|
|
7255
7740
|
account: {
|
|
7256
7741
|
title: string;
|
|
@@ -7522,7 +8007,8 @@ declare const CATALOGS: {
|
|
|
7522
8007
|
};
|
|
7523
8008
|
plugins: {
|
|
7524
8009
|
pageHint: string;
|
|
7525
|
-
|
|
8010
|
+
uploadPlugin: string;
|
|
8011
|
+
uploadValidatedServerSide: string;
|
|
7526
8012
|
uploadPluginSuccess: string;
|
|
7527
8013
|
uploading: string;
|
|
7528
8014
|
rescan: string;
|
|
@@ -7834,19 +8320,12 @@ declare const CATALOGS: {
|
|
|
7834
8320
|
setupFormAria: string;
|
|
7835
8321
|
};
|
|
7836
8322
|
dataHistory: {
|
|
7837
|
-
|
|
7838
|
-
description: string;
|
|
7839
|
-
status: {
|
|
7840
|
-
currentWritable: string;
|
|
7841
|
-
viewingArchive: string;
|
|
7842
|
-
};
|
|
8323
|
+
pageHint: string;
|
|
7843
8324
|
chip: {
|
|
7844
8325
|
latest: string;
|
|
7845
8326
|
readOnly: string;
|
|
7846
|
-
auto: string;
|
|
7847
8327
|
};
|
|
7848
8328
|
archive: {
|
|
7849
|
-
title: string;
|
|
7850
8329
|
tagCurrent: string;
|
|
7851
8330
|
tagActive: string;
|
|
7852
8331
|
tagReadOnly: string;
|
|
@@ -7856,80 +8335,31 @@ declare const CATALOGS: {
|
|
|
7856
8335
|
namePlaceholder: string;
|
|
7857
8336
|
noteLabel: string;
|
|
7858
8337
|
notePlaceholder: string;
|
|
7859
|
-
switchHint: string;
|
|
7860
|
-
activeHint: string;
|
|
7861
|
-
};
|
|
7862
|
-
backup: {
|
|
7863
|
-
typeLabel: string;
|
|
7864
|
-
autoTypeLabel: string;
|
|
7865
|
-
autoBadge: string;
|
|
7866
|
-
autoDeleteHint: string;
|
|
7867
|
-
nameLabel: string;
|
|
7868
|
-
nameEmpty: string;
|
|
7869
|
-
restoreHint: string;
|
|
7870
|
-
deleteHint: string;
|
|
7871
|
-
archivedHint: string;
|
|
7872
8338
|
};
|
|
7873
8339
|
action: {
|
|
7874
|
-
backupNow: string;
|
|
7875
|
-
backingUp: string;
|
|
7876
8340
|
archiveNow: string;
|
|
7877
8341
|
archiving: string;
|
|
7878
|
-
|
|
7879
|
-
restoring: string;
|
|
7880
|
-
delete: string;
|
|
7881
|
-
deleting: string;
|
|
8342
|
+
edit: string;
|
|
7882
8343
|
switchToVersion: string;
|
|
7883
8344
|
switching: string;
|
|
7884
|
-
download: string;
|
|
7885
8345
|
};
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
disabled: string;
|
|
7890
|
-
last: string;
|
|
7891
|
-
};
|
|
7892
|
-
detail: {
|
|
7893
|
-
selectPrompt: string;
|
|
7894
|
-
size: string;
|
|
7895
|
-
versionNumber: string;
|
|
7896
|
-
createdAt: string;
|
|
7897
|
-
note: string;
|
|
7898
|
-
contents: string;
|
|
7899
|
-
contentsValue: string;
|
|
7900
|
-
backupOnVersion: string;
|
|
7901
|
-
archiveVersion: string;
|
|
7902
|
-
};
|
|
7903
|
-
note: {
|
|
7904
|
-
empty: string;
|
|
7905
|
-
placeholder: string;
|
|
8346
|
+
edit: {
|
|
8347
|
+
title: string;
|
|
8348
|
+
description: string;
|
|
7906
8349
|
};
|
|
8350
|
+
reloading: string;
|
|
7907
8351
|
confirm: {
|
|
7908
8352
|
archiveTitle: string;
|
|
7909
8353
|
archiveDescription: string;
|
|
7910
8354
|
archivePhrase: string;
|
|
7911
|
-
archiveAutoHint: string;
|
|
7912
|
-
restoreTitle: string;
|
|
7913
|
-
restoreDescription: string;
|
|
7914
|
-
restorePhrase: string;
|
|
7915
|
-
autoPhrase: string;
|
|
7916
|
-
deleteBackupTitle: string;
|
|
7917
|
-
deleteBackupDescription: string;
|
|
7918
|
-
deleteBackupPhrase: string;
|
|
7919
8355
|
switchTitle: string;
|
|
7920
8356
|
switchDescription: string;
|
|
7921
8357
|
};
|
|
7922
8358
|
empty: {
|
|
7923
8359
|
title: string;
|
|
7924
|
-
description: string;
|
|
7925
8360
|
};
|
|
7926
8361
|
toast: {
|
|
7927
|
-
backupCreated: string;
|
|
7928
|
-
backupFailed: string;
|
|
7929
8362
|
archiveFailed: string;
|
|
7930
|
-
backupDeleted: string;
|
|
7931
|
-
deleteFailed: string;
|
|
7932
|
-
restoreFailed: string;
|
|
7933
8363
|
switchFailed: string;
|
|
7934
8364
|
metaSaved: string;
|
|
7935
8365
|
metaSaveFailed: string;
|
|
@@ -8973,6 +9403,13 @@ declare const CATALOGS: {
|
|
|
8973
9403
|
uploadImage: string;
|
|
8974
9404
|
editImage: string;
|
|
8975
9405
|
imageDialogTitle: string;
|
|
9406
|
+
visibilityLabel: string;
|
|
9407
|
+
visibilityHint: string;
|
|
9408
|
+
};
|
|
9409
|
+
visibility: {
|
|
9410
|
+
normal: string;
|
|
9411
|
+
watchOnly: string;
|
|
9412
|
+
explicitView: string;
|
|
8976
9413
|
};
|
|
8977
9414
|
card: {
|
|
8978
9415
|
openLink: string;
|
|
@@ -9206,89 +9643,15 @@ declare const CATALOGS: {
|
|
|
9206
9643
|
};
|
|
9207
9644
|
};
|
|
9208
9645
|
sync: {
|
|
9209
|
-
pageHint: string;
|
|
9210
|
-
status: {
|
|
9211
|
-
allUpToDate: string;
|
|
9212
|
-
dueCount_one: string;
|
|
9213
|
-
dueCount_other: string;
|
|
9214
|
-
};
|
|
9215
|
-
tip: {
|
|
9216
|
-
oneWay: string;
|
|
9217
|
-
};
|
|
9218
9646
|
config: {
|
|
9219
9647
|
remindLabel: string;
|
|
9220
|
-
remindDescription: string;
|
|
9221
9648
|
remindDays_one: string;
|
|
9222
9649
|
remindDays_other: string;
|
|
9223
9650
|
};
|
|
9224
|
-
devices: {
|
|
9225
|
-
addTitle: string;
|
|
9226
|
-
addAutoRecord: string;
|
|
9227
|
-
namePlaceholder: string;
|
|
9228
|
-
notesPlaceholder: string;
|
|
9229
|
-
nameHint: string;
|
|
9230
|
-
notesHint: string;
|
|
9231
|
-
add: string;
|
|
9232
|
-
addPending: string;
|
|
9233
|
-
empty: string;
|
|
9234
|
-
loading: string;
|
|
9235
|
-
neverSynced: string;
|
|
9236
|
-
lastSyncedAgo_one: string;
|
|
9237
|
-
lastSyncedAgo_other: string;
|
|
9238
|
-
justNow: string;
|
|
9239
|
-
minutesAgo_one: string;
|
|
9240
|
-
minutesAgo_other: string;
|
|
9241
|
-
hoursAgo_one: string;
|
|
9242
|
-
hoursAgo_other: string;
|
|
9243
|
-
upToDate: string;
|
|
9244
|
-
overdue_one: string;
|
|
9245
|
-
overdue_other: string;
|
|
9246
|
-
neverBadge: string;
|
|
9247
|
-
record: string;
|
|
9248
|
-
recordNow: string;
|
|
9249
|
-
deleteTitle: string;
|
|
9250
|
-
deleteDescription: string;
|
|
9251
|
-
delete: string;
|
|
9252
|
-
deletePending: string;
|
|
9253
|
-
editTitle: string;
|
|
9254
|
-
edit: string;
|
|
9255
|
-
save: string;
|
|
9256
|
-
editPending: string;
|
|
9257
|
-
liveHint: string;
|
|
9258
|
-
};
|
|
9259
|
-
fields: {
|
|
9260
|
-
resources: string;
|
|
9261
|
-
characters: string;
|
|
9262
|
-
documents: string;
|
|
9263
|
-
folders: string;
|
|
9264
|
-
messages: string;
|
|
9265
|
-
tags: string;
|
|
9266
|
-
collections: string;
|
|
9267
|
-
trash: string;
|
|
9268
|
-
contentSize: string;
|
|
9269
|
-
storage: string;
|
|
9270
|
-
firstRecord: string;
|
|
9271
|
-
};
|
|
9272
|
-
toast: {
|
|
9273
|
-
deviceAdded: string;
|
|
9274
|
-
deviceAddFailed: string;
|
|
9275
|
-
deviceUpdated: string;
|
|
9276
|
-
deviceUpdateFailed: string;
|
|
9277
|
-
deviceDeleted: string;
|
|
9278
|
-
deviceDeleteFailed: string;
|
|
9279
|
-
recorded: string;
|
|
9280
|
-
recordFailed: string;
|
|
9281
|
-
};
|
|
9282
9651
|
banner: {
|
|
9283
9652
|
noDevicesTitle: string;
|
|
9284
9653
|
noDevicesDescription: string;
|
|
9285
9654
|
configureLink: string;
|
|
9286
|
-
neverSyncedTitle: string;
|
|
9287
|
-
neverSyncedDescription: string;
|
|
9288
|
-
overdueTitle_one: string;
|
|
9289
|
-
overdueTitle_other: string;
|
|
9290
|
-
overdueDescription: string;
|
|
9291
|
-
recordLink: string;
|
|
9292
9655
|
};
|
|
9293
9656
|
};
|
|
9294
9657
|
desktopShell: {
|
|
@@ -9334,8 +9697,242 @@ declare const CATALOGS: {
|
|
|
9334
9697
|
missingBridge: string;
|
|
9335
9698
|
};
|
|
9336
9699
|
};
|
|
9700
|
+
protectionUx: {
|
|
9701
|
+
protectionTitle: string;
|
|
9702
|
+
sendRequiresBackup: string;
|
|
9703
|
+
setup: string;
|
|
9704
|
+
noBackup: string;
|
|
9705
|
+
setupHelp: string;
|
|
9706
|
+
start: string;
|
|
9707
|
+
openExisting: string;
|
|
9708
|
+
firstBackupHelp: string;
|
|
9709
|
+
existingHelp: string;
|
|
9710
|
+
importKeyFile: string;
|
|
9711
|
+
keyFileError: string;
|
|
9712
|
+
enableAndBackup: string;
|
|
9713
|
+
status: string;
|
|
9714
|
+
description: string;
|
|
9715
|
+
firstBackupRunning: string;
|
|
9716
|
+
backupRunning: string;
|
|
9717
|
+
firstBackupMissing: string;
|
|
9718
|
+
backupCompleted: string;
|
|
9719
|
+
locationHelp: string;
|
|
9720
|
+
saveKey: string;
|
|
9721
|
+
localBackups: string;
|
|
9722
|
+
availableBackups: string;
|
|
9723
|
+
manage: string;
|
|
9724
|
+
pointTools: string;
|
|
9725
|
+
checkHelp: string;
|
|
9726
|
+
policyHelp: string;
|
|
9727
|
+
preparingRestore: string;
|
|
9728
|
+
restoreSource: string;
|
|
9729
|
+
restoreKeepsHost: string;
|
|
9730
|
+
activity: string;
|
|
9731
|
+
keepReading: string;
|
|
9732
|
+
restoreWorking: string;
|
|
9733
|
+
taskFailed: string;
|
|
9734
|
+
errorDetails: string;
|
|
9735
|
+
chooseAnotherBackup: string;
|
|
9736
|
+
errorSpace: string;
|
|
9737
|
+
errorCertificate: string;
|
|
9738
|
+
errorPairing: string;
|
|
9739
|
+
errorNetwork: string;
|
|
9740
|
+
errorIncomplete: string;
|
|
9741
|
+
jobsHelp: string;
|
|
9742
|
+
};
|
|
9743
|
+
replicationUx: {
|
|
9744
|
+
unconfigured: string;
|
|
9745
|
+
send: string;
|
|
9746
|
+
receive: string;
|
|
9747
|
+
sendHelp: string;
|
|
9748
|
+
receiveHelp: string;
|
|
9749
|
+
useBackup: string;
|
|
9750
|
+
receivedBackup: string;
|
|
9751
|
+
receivedFrom: string;
|
|
9752
|
+
libraryUnchanged: string;
|
|
9753
|
+
waitingFirst: string;
|
|
9754
|
+
pasteInvitation: string;
|
|
9755
|
+
invalidInvitation: string;
|
|
9756
|
+
manualConnection: string;
|
|
9757
|
+
invitation: string;
|
|
9758
|
+
copyInvitation: string;
|
|
9759
|
+
copied: string;
|
|
9760
|
+
copyFailed: string;
|
|
9761
|
+
};
|
|
9762
|
+
backupHealth: {
|
|
9763
|
+
ok: string;
|
|
9764
|
+
okSub: string;
|
|
9765
|
+
syncedDevices_one: string;
|
|
9766
|
+
syncedDevices_other: string;
|
|
9767
|
+
noBackupsTitle: string;
|
|
9768
|
+
noBackupsSub: string;
|
|
9769
|
+
noBackupsAction: string;
|
|
9770
|
+
backupNeedsTitle: string;
|
|
9771
|
+
backupOffSub: string;
|
|
9772
|
+
neverBackedUpSub: string;
|
|
9773
|
+
backupNow: string;
|
|
9774
|
+
turnOnAutomatic: string;
|
|
9775
|
+
syncUnconfiguredTitle: string;
|
|
9776
|
+
syncUnconfiguredSub: string;
|
|
9777
|
+
syncUnconfiguredAction: string;
|
|
9778
|
+
syncDueTitle: string;
|
|
9779
|
+
syncDueSub: string;
|
|
9780
|
+
syncDueAction: string;
|
|
9781
|
+
receiveNow: string;
|
|
9782
|
+
receiverTitle: string;
|
|
9783
|
+
receiverSub: string;
|
|
9784
|
+
protectedTitle: string;
|
|
9785
|
+
protectedSub: string;
|
|
9786
|
+
};
|
|
9787
|
+
backupSetup: {
|
|
9788
|
+
title: string;
|
|
9789
|
+
intro: string;
|
|
9790
|
+
stepStart: string;
|
|
9791
|
+
startNew: string;
|
|
9792
|
+
startNewHint: string;
|
|
9793
|
+
startExisting: string;
|
|
9794
|
+
startExistingHint: string;
|
|
9795
|
+
createFirst: string;
|
|
9796
|
+
createFirstHelp: string;
|
|
9797
|
+
existingHelp: string;
|
|
9798
|
+
chooseKey: string;
|
|
9799
|
+
keyFileError: string;
|
|
9800
|
+
cancel: string;
|
|
9801
|
+
back: string;
|
|
9802
|
+
};
|
|
9337
9803
|
};
|
|
9338
9804
|
readonly de: {
|
|
9805
|
+
protection: {
|
|
9806
|
+
drillDestination: string;
|
|
9807
|
+
lastRestore: string;
|
|
9808
|
+
restoredEditable: string;
|
|
9809
|
+
drill: string;
|
|
9810
|
+
fullDrill: string;
|
|
9811
|
+
drillHelp: string;
|
|
9812
|
+
restorePrompt: string;
|
|
9813
|
+
title: string;
|
|
9814
|
+
description: string;
|
|
9815
|
+
repository: string;
|
|
9816
|
+
folder: string;
|
|
9817
|
+
initialize: string;
|
|
9818
|
+
importKey: string;
|
|
9819
|
+
create: string;
|
|
9820
|
+
name: string;
|
|
9821
|
+
note: string;
|
|
9822
|
+
automatic: string;
|
|
9823
|
+
enabled: string;
|
|
9824
|
+
paused: string;
|
|
9825
|
+
empty: string;
|
|
9826
|
+
loading: string;
|
|
9827
|
+
restore: string;
|
|
9828
|
+
compare: string;
|
|
9829
|
+
metadata: string;
|
|
9830
|
+
check: string;
|
|
9831
|
+
checkFull: string;
|
|
9832
|
+
key: string;
|
|
9833
|
+
keyHelp: string;
|
|
9834
|
+
retention: string;
|
|
9835
|
+
withinHours: string;
|
|
9836
|
+
daily: string;
|
|
9837
|
+
weekly: string;
|
|
9838
|
+
monthly: string;
|
|
9839
|
+
previewCleanup: string;
|
|
9840
|
+
cleanup: string;
|
|
9841
|
+
reclaim: string;
|
|
9842
|
+
cleanupDescription: string;
|
|
9843
|
+
save: string;
|
|
9844
|
+
cancel: string;
|
|
9845
|
+
confirm: string;
|
|
9846
|
+
manual: string;
|
|
9847
|
+
auto: string;
|
|
9848
|
+
pinned: string;
|
|
9849
|
+
restoreTitle: string;
|
|
9850
|
+
restoreDescription: string;
|
|
9851
|
+
repair: string;
|
|
9852
|
+
repairTitle: string;
|
|
9853
|
+
repairDescription: string;
|
|
9854
|
+
differences: string;
|
|
9855
|
+
noDifferences: string;
|
|
9856
|
+
missing: string;
|
|
9857
|
+
changed: string;
|
|
9858
|
+
extra: string;
|
|
9859
|
+
archives: string;
|
|
9860
|
+
archivesHelp: string;
|
|
9861
|
+
jobs: string;
|
|
9862
|
+
retry: string;
|
|
9863
|
+
waitingFiles: string;
|
|
9864
|
+
maintenance: string;
|
|
9865
|
+
maintenanceHelp: string;
|
|
9866
|
+
recoveryKeySaved: string;
|
|
9867
|
+
lastCheck: string;
|
|
9868
|
+
never: string;
|
|
9869
|
+
noJobs: string;
|
|
9870
|
+
state: {
|
|
9871
|
+
queued: string;
|
|
9872
|
+
running: string;
|
|
9873
|
+
cancelling: string;
|
|
9874
|
+
succeeded: string;
|
|
9875
|
+
failed: string;
|
|
9876
|
+
cancelled: string;
|
|
9877
|
+
interrupted: string;
|
|
9878
|
+
};
|
|
9879
|
+
kind: {
|
|
9880
|
+
drill: string;
|
|
9881
|
+
backup: string;
|
|
9882
|
+
check: string;
|
|
9883
|
+
compare: string;
|
|
9884
|
+
repair: string;
|
|
9885
|
+
restore: string;
|
|
9886
|
+
retention: string;
|
|
9887
|
+
receive: string;
|
|
9888
|
+
archive: string;
|
|
9889
|
+
"file-write": string;
|
|
9890
|
+
};
|
|
9891
|
+
processedFiles_one: string;
|
|
9892
|
+
processedFiles_other: string;
|
|
9893
|
+
processedBytes: string;
|
|
9894
|
+
addedBytes: string;
|
|
9895
|
+
networkBytes: string;
|
|
9896
|
+
manageQueue: string;
|
|
9897
|
+
resubmitFile: string;
|
|
9898
|
+
};
|
|
9899
|
+
replication: {
|
|
9900
|
+
healthReceived: string;
|
|
9901
|
+
healthRecorded: string;
|
|
9902
|
+
healthAttention: string;
|
|
9903
|
+
healthUnconfigured: string;
|
|
9904
|
+
addressHelp: string;
|
|
9905
|
+
title: string;
|
|
9906
|
+
description: string;
|
|
9907
|
+
name: string;
|
|
9908
|
+
role: string;
|
|
9909
|
+
unconfigured: string;
|
|
9910
|
+
send: string;
|
|
9911
|
+
receive: string;
|
|
9912
|
+
connect: string;
|
|
9913
|
+
disconnect: string;
|
|
9914
|
+
invite: string;
|
|
9915
|
+
inviteHelp: string;
|
|
9916
|
+
url: string;
|
|
9917
|
+
code: string;
|
|
9918
|
+
fingerprint: string;
|
|
9919
|
+
receiveNow: string;
|
|
9920
|
+
paused: string;
|
|
9921
|
+
paired: string;
|
|
9922
|
+
revoke: string;
|
|
9923
|
+
received: string;
|
|
9924
|
+
never: string;
|
|
9925
|
+
connectHelp: string;
|
|
9926
|
+
source: string;
|
|
9927
|
+
devices: string;
|
|
9928
|
+
manualRecords: string;
|
|
9929
|
+
addRecord: string;
|
|
9930
|
+
details: string;
|
|
9931
|
+
copy: string;
|
|
9932
|
+
remove: string;
|
|
9933
|
+
unknown: string;
|
|
9934
|
+
noDevices: string;
|
|
9935
|
+
};
|
|
9339
9936
|
common: {
|
|
9340
9937
|
back: string;
|
|
9341
9938
|
cancel: string;
|
|
@@ -9373,7 +9970,6 @@ declare const CATALOGS: {
|
|
|
9373
9970
|
requestFailed: string;
|
|
9374
9971
|
saved: string;
|
|
9375
9972
|
saveFailed: string;
|
|
9376
|
-
confirmByTypingPrompt: string;
|
|
9377
9973
|
searchIncludeIntro: string;
|
|
9378
9974
|
underline: string;
|
|
9379
9975
|
colorPicker: {
|
|
@@ -9521,10 +10117,10 @@ declare const CATALOGS: {
|
|
|
9521
10117
|
desktop: string;
|
|
9522
10118
|
custom: string;
|
|
9523
10119
|
privacy: string;
|
|
10120
|
+
archives: string;
|
|
9524
10121
|
archive: string;
|
|
9525
10122
|
plugins: string;
|
|
9526
10123
|
marketplace: string;
|
|
9527
|
-
sync: string;
|
|
9528
10124
|
};
|
|
9529
10125
|
section: {
|
|
9530
10126
|
language: string;
|
|
@@ -9572,6 +10168,10 @@ declare const CATALOGS: {
|
|
|
9572
10168
|
collection: string;
|
|
9573
10169
|
};
|
|
9574
10170
|
link: string;
|
|
10171
|
+
watchOnly: {
|
|
10172
|
+
title: string;
|
|
10173
|
+
description: string;
|
|
10174
|
+
};
|
|
9575
10175
|
};
|
|
9576
10176
|
account: {
|
|
9577
10177
|
title: string;
|
|
@@ -9843,7 +10443,8 @@ declare const CATALOGS: {
|
|
|
9843
10443
|
};
|
|
9844
10444
|
plugins: {
|
|
9845
10445
|
pageHint: string;
|
|
9846
|
-
|
|
10446
|
+
uploadPlugin: string;
|
|
10447
|
+
uploadValidatedServerSide: string;
|
|
9847
10448
|
uploadPluginSuccess: string;
|
|
9848
10449
|
uploading: string;
|
|
9849
10450
|
rescan: string;
|
|
@@ -10155,19 +10756,12 @@ declare const CATALOGS: {
|
|
|
10155
10756
|
setupFormAria: string;
|
|
10156
10757
|
};
|
|
10157
10758
|
dataHistory: {
|
|
10158
|
-
|
|
10159
|
-
description: string;
|
|
10160
|
-
status: {
|
|
10161
|
-
currentWritable: string;
|
|
10162
|
-
viewingArchive: string;
|
|
10163
|
-
};
|
|
10759
|
+
pageHint: string;
|
|
10164
10760
|
chip: {
|
|
10165
10761
|
latest: string;
|
|
10166
10762
|
readOnly: string;
|
|
10167
|
-
auto: string;
|
|
10168
10763
|
};
|
|
10169
10764
|
archive: {
|
|
10170
|
-
title: string;
|
|
10171
10765
|
tagCurrent: string;
|
|
10172
10766
|
tagActive: string;
|
|
10173
10767
|
tagReadOnly: string;
|
|
@@ -10177,80 +10771,31 @@ declare const CATALOGS: {
|
|
|
10177
10771
|
namePlaceholder: string;
|
|
10178
10772
|
noteLabel: string;
|
|
10179
10773
|
notePlaceholder: string;
|
|
10180
|
-
switchHint: string;
|
|
10181
|
-
activeHint: string;
|
|
10182
|
-
};
|
|
10183
|
-
backup: {
|
|
10184
|
-
typeLabel: string;
|
|
10185
|
-
autoTypeLabel: string;
|
|
10186
|
-
autoBadge: string;
|
|
10187
|
-
autoDeleteHint: string;
|
|
10188
|
-
nameLabel: string;
|
|
10189
|
-
nameEmpty: string;
|
|
10190
|
-
restoreHint: string;
|
|
10191
|
-
deleteHint: string;
|
|
10192
|
-
archivedHint: string;
|
|
10193
10774
|
};
|
|
10194
10775
|
action: {
|
|
10195
|
-
backupNow: string;
|
|
10196
|
-
backingUp: string;
|
|
10197
10776
|
archiveNow: string;
|
|
10198
10777
|
archiving: string;
|
|
10199
|
-
|
|
10200
|
-
restoring: string;
|
|
10201
|
-
delete: string;
|
|
10202
|
-
deleting: string;
|
|
10778
|
+
edit: string;
|
|
10203
10779
|
switchToVersion: string;
|
|
10204
10780
|
switching: string;
|
|
10205
|
-
download: string;
|
|
10206
10781
|
};
|
|
10207
|
-
|
|
10208
|
-
|
|
10209
|
-
|
|
10210
|
-
disabled: string;
|
|
10211
|
-
last: string;
|
|
10212
|
-
};
|
|
10213
|
-
detail: {
|
|
10214
|
-
selectPrompt: string;
|
|
10215
|
-
size: string;
|
|
10216
|
-
versionNumber: string;
|
|
10217
|
-
createdAt: string;
|
|
10218
|
-
note: string;
|
|
10219
|
-
contents: string;
|
|
10220
|
-
contentsValue: string;
|
|
10221
|
-
backupOnVersion: string;
|
|
10222
|
-
archiveVersion: string;
|
|
10223
|
-
};
|
|
10224
|
-
note: {
|
|
10225
|
-
empty: string;
|
|
10226
|
-
placeholder: string;
|
|
10782
|
+
edit: {
|
|
10783
|
+
title: string;
|
|
10784
|
+
description: string;
|
|
10227
10785
|
};
|
|
10786
|
+
reloading: string;
|
|
10228
10787
|
confirm: {
|
|
10229
10788
|
archiveTitle: string;
|
|
10230
10789
|
archiveDescription: string;
|
|
10231
10790
|
archivePhrase: string;
|
|
10232
|
-
archiveAutoHint: string;
|
|
10233
|
-
restoreTitle: string;
|
|
10234
|
-
restoreDescription: string;
|
|
10235
|
-
restorePhrase: string;
|
|
10236
|
-
autoPhrase: string;
|
|
10237
|
-
deleteBackupTitle: string;
|
|
10238
|
-
deleteBackupDescription: string;
|
|
10239
|
-
deleteBackupPhrase: string;
|
|
10240
10791
|
switchTitle: string;
|
|
10241
10792
|
switchDescription: string;
|
|
10242
10793
|
};
|
|
10243
10794
|
empty: {
|
|
10244
10795
|
title: string;
|
|
10245
|
-
description: string;
|
|
10246
10796
|
};
|
|
10247
10797
|
toast: {
|
|
10248
|
-
backupCreated: string;
|
|
10249
|
-
backupFailed: string;
|
|
10250
10798
|
archiveFailed: string;
|
|
10251
|
-
backupDeleted: string;
|
|
10252
|
-
deleteFailed: string;
|
|
10253
|
-
restoreFailed: string;
|
|
10254
10799
|
switchFailed: string;
|
|
10255
10800
|
metaSaved: string;
|
|
10256
10801
|
metaSaveFailed: string;
|
|
@@ -11294,6 +11839,13 @@ declare const CATALOGS: {
|
|
|
11294
11839
|
uploadImage: string;
|
|
11295
11840
|
editImage: string;
|
|
11296
11841
|
imageDialogTitle: string;
|
|
11842
|
+
visibilityLabel: string;
|
|
11843
|
+
visibilityHint: string;
|
|
11844
|
+
};
|
|
11845
|
+
visibility: {
|
|
11846
|
+
normal: string;
|
|
11847
|
+
watchOnly: string;
|
|
11848
|
+
explicitView: string;
|
|
11297
11849
|
};
|
|
11298
11850
|
card: {
|
|
11299
11851
|
openLink: string;
|
|
@@ -11527,89 +12079,15 @@ declare const CATALOGS: {
|
|
|
11527
12079
|
};
|
|
11528
12080
|
};
|
|
11529
12081
|
sync: {
|
|
11530
|
-
pageHint: string;
|
|
11531
|
-
status: {
|
|
11532
|
-
allUpToDate: string;
|
|
11533
|
-
dueCount_one: string;
|
|
11534
|
-
dueCount_other: string;
|
|
11535
|
-
};
|
|
11536
|
-
tip: {
|
|
11537
|
-
oneWay: string;
|
|
11538
|
-
};
|
|
11539
12082
|
config: {
|
|
11540
12083
|
remindLabel: string;
|
|
11541
|
-
remindDescription: string;
|
|
11542
12084
|
remindDays_one: string;
|
|
11543
12085
|
remindDays_other: string;
|
|
11544
12086
|
};
|
|
11545
|
-
devices: {
|
|
11546
|
-
addTitle: string;
|
|
11547
|
-
addAutoRecord: string;
|
|
11548
|
-
namePlaceholder: string;
|
|
11549
|
-
notesPlaceholder: string;
|
|
11550
|
-
nameHint: string;
|
|
11551
|
-
notesHint: string;
|
|
11552
|
-
add: string;
|
|
11553
|
-
addPending: string;
|
|
11554
|
-
empty: string;
|
|
11555
|
-
loading: string;
|
|
11556
|
-
neverSynced: string;
|
|
11557
|
-
lastSyncedAgo_one: string;
|
|
11558
|
-
lastSyncedAgo_other: string;
|
|
11559
|
-
justNow: string;
|
|
11560
|
-
minutesAgo_one: string;
|
|
11561
|
-
minutesAgo_other: string;
|
|
11562
|
-
hoursAgo_one: string;
|
|
11563
|
-
hoursAgo_other: string;
|
|
11564
|
-
upToDate: string;
|
|
11565
|
-
overdue_one: string;
|
|
11566
|
-
overdue_other: string;
|
|
11567
|
-
neverBadge: string;
|
|
11568
|
-
record: string;
|
|
11569
|
-
recordNow: string;
|
|
11570
|
-
deleteTitle: string;
|
|
11571
|
-
deleteDescription: string;
|
|
11572
|
-
delete: string;
|
|
11573
|
-
deletePending: string;
|
|
11574
|
-
editTitle: string;
|
|
11575
|
-
edit: string;
|
|
11576
|
-
save: string;
|
|
11577
|
-
editPending: string;
|
|
11578
|
-
liveHint: string;
|
|
11579
|
-
};
|
|
11580
|
-
fields: {
|
|
11581
|
-
resources: string;
|
|
11582
|
-
characters: string;
|
|
11583
|
-
documents: string;
|
|
11584
|
-
folders: string;
|
|
11585
|
-
messages: string;
|
|
11586
|
-
tags: string;
|
|
11587
|
-
collections: string;
|
|
11588
|
-
trash: string;
|
|
11589
|
-
contentSize: string;
|
|
11590
|
-
storage: string;
|
|
11591
|
-
firstRecord: string;
|
|
11592
|
-
};
|
|
11593
|
-
toast: {
|
|
11594
|
-
deviceAdded: string;
|
|
11595
|
-
deviceAddFailed: string;
|
|
11596
|
-
deviceUpdated: string;
|
|
11597
|
-
deviceUpdateFailed: string;
|
|
11598
|
-
deviceDeleted: string;
|
|
11599
|
-
deviceDeleteFailed: string;
|
|
11600
|
-
recorded: string;
|
|
11601
|
-
recordFailed: string;
|
|
11602
|
-
};
|
|
11603
12087
|
banner: {
|
|
11604
12088
|
noDevicesTitle: string;
|
|
11605
12089
|
noDevicesDescription: string;
|
|
11606
12090
|
configureLink: string;
|
|
11607
|
-
neverSyncedTitle: string;
|
|
11608
|
-
neverSyncedDescription: string;
|
|
11609
|
-
overdueTitle_one: string;
|
|
11610
|
-
overdueTitle_other: string;
|
|
11611
|
-
overdueDescription: string;
|
|
11612
|
-
recordLink: string;
|
|
11613
12091
|
};
|
|
11614
12092
|
};
|
|
11615
12093
|
desktopShell: {
|
|
@@ -11655,8 +12133,242 @@ declare const CATALOGS: {
|
|
|
11655
12133
|
missingBridge: string;
|
|
11656
12134
|
};
|
|
11657
12135
|
};
|
|
12136
|
+
protectionUx: {
|
|
12137
|
+
protectionTitle: string;
|
|
12138
|
+
sendRequiresBackup: string;
|
|
12139
|
+
setup: string;
|
|
12140
|
+
noBackup: string;
|
|
12141
|
+
setupHelp: string;
|
|
12142
|
+
start: string;
|
|
12143
|
+
openExisting: string;
|
|
12144
|
+
firstBackupHelp: string;
|
|
12145
|
+
existingHelp: string;
|
|
12146
|
+
importKeyFile: string;
|
|
12147
|
+
keyFileError: string;
|
|
12148
|
+
enableAndBackup: string;
|
|
12149
|
+
status: string;
|
|
12150
|
+
description: string;
|
|
12151
|
+
firstBackupRunning: string;
|
|
12152
|
+
backupRunning: string;
|
|
12153
|
+
firstBackupMissing: string;
|
|
12154
|
+
backupCompleted: string;
|
|
12155
|
+
locationHelp: string;
|
|
12156
|
+
saveKey: string;
|
|
12157
|
+
localBackups: string;
|
|
12158
|
+
availableBackups: string;
|
|
12159
|
+
manage: string;
|
|
12160
|
+
pointTools: string;
|
|
12161
|
+
checkHelp: string;
|
|
12162
|
+
policyHelp: string;
|
|
12163
|
+
preparingRestore: string;
|
|
12164
|
+
restoreSource: string;
|
|
12165
|
+
restoreKeepsHost: string;
|
|
12166
|
+
activity: string;
|
|
12167
|
+
keepReading: string;
|
|
12168
|
+
restoreWorking: string;
|
|
12169
|
+
taskFailed: string;
|
|
12170
|
+
errorDetails: string;
|
|
12171
|
+
chooseAnotherBackup: string;
|
|
12172
|
+
errorSpace: string;
|
|
12173
|
+
errorCertificate: string;
|
|
12174
|
+
errorPairing: string;
|
|
12175
|
+
errorNetwork: string;
|
|
12176
|
+
errorIncomplete: string;
|
|
12177
|
+
jobsHelp: string;
|
|
12178
|
+
};
|
|
12179
|
+
replicationUx: {
|
|
12180
|
+
unconfigured: string;
|
|
12181
|
+
send: string;
|
|
12182
|
+
receive: string;
|
|
12183
|
+
sendHelp: string;
|
|
12184
|
+
receiveHelp: string;
|
|
12185
|
+
useBackup: string;
|
|
12186
|
+
receivedBackup: string;
|
|
12187
|
+
receivedFrom: string;
|
|
12188
|
+
libraryUnchanged: string;
|
|
12189
|
+
waitingFirst: string;
|
|
12190
|
+
pasteInvitation: string;
|
|
12191
|
+
invalidInvitation: string;
|
|
12192
|
+
manualConnection: string;
|
|
12193
|
+
invitation: string;
|
|
12194
|
+
copyInvitation: string;
|
|
12195
|
+
copied: string;
|
|
12196
|
+
copyFailed: string;
|
|
12197
|
+
};
|
|
12198
|
+
backupHealth: {
|
|
12199
|
+
ok: string;
|
|
12200
|
+
okSub: string;
|
|
12201
|
+
syncedDevices_one: string;
|
|
12202
|
+
syncedDevices_other: string;
|
|
12203
|
+
noBackupsTitle: string;
|
|
12204
|
+
noBackupsSub: string;
|
|
12205
|
+
noBackupsAction: string;
|
|
12206
|
+
backupNeedsTitle: string;
|
|
12207
|
+
backupOffSub: string;
|
|
12208
|
+
neverBackedUpSub: string;
|
|
12209
|
+
backupNow: string;
|
|
12210
|
+
turnOnAutomatic: string;
|
|
12211
|
+
syncUnconfiguredTitle: string;
|
|
12212
|
+
syncUnconfiguredSub: string;
|
|
12213
|
+
syncUnconfiguredAction: string;
|
|
12214
|
+
syncDueTitle: string;
|
|
12215
|
+
syncDueSub: string;
|
|
12216
|
+
syncDueAction: string;
|
|
12217
|
+
receiveNow: string;
|
|
12218
|
+
receiverTitle: string;
|
|
12219
|
+
receiverSub: string;
|
|
12220
|
+
protectedTitle: string;
|
|
12221
|
+
protectedSub: string;
|
|
12222
|
+
};
|
|
12223
|
+
backupSetup: {
|
|
12224
|
+
title: string;
|
|
12225
|
+
intro: string;
|
|
12226
|
+
stepStart: string;
|
|
12227
|
+
startNew: string;
|
|
12228
|
+
startNewHint: string;
|
|
12229
|
+
startExisting: string;
|
|
12230
|
+
startExistingHint: string;
|
|
12231
|
+
createFirst: string;
|
|
12232
|
+
createFirstHelp: string;
|
|
12233
|
+
existingHelp: string;
|
|
12234
|
+
chooseKey: string;
|
|
12235
|
+
keyFileError: string;
|
|
12236
|
+
cancel: string;
|
|
12237
|
+
back: string;
|
|
12238
|
+
};
|
|
11658
12239
|
};
|
|
11659
12240
|
readonly es: {
|
|
12241
|
+
protection: {
|
|
12242
|
+
drillDestination: string;
|
|
12243
|
+
lastRestore: string;
|
|
12244
|
+
restoredEditable: string;
|
|
12245
|
+
drill: string;
|
|
12246
|
+
fullDrill: string;
|
|
12247
|
+
drillHelp: string;
|
|
12248
|
+
restorePrompt: string;
|
|
12249
|
+
title: string;
|
|
12250
|
+
description: string;
|
|
12251
|
+
repository: string;
|
|
12252
|
+
folder: string;
|
|
12253
|
+
initialize: string;
|
|
12254
|
+
importKey: string;
|
|
12255
|
+
create: string;
|
|
12256
|
+
name: string;
|
|
12257
|
+
note: string;
|
|
12258
|
+
automatic: string;
|
|
12259
|
+
enabled: string;
|
|
12260
|
+
paused: string;
|
|
12261
|
+
empty: string;
|
|
12262
|
+
loading: string;
|
|
12263
|
+
restore: string;
|
|
12264
|
+
compare: string;
|
|
12265
|
+
metadata: string;
|
|
12266
|
+
check: string;
|
|
12267
|
+
checkFull: string;
|
|
12268
|
+
key: string;
|
|
12269
|
+
keyHelp: string;
|
|
12270
|
+
retention: string;
|
|
12271
|
+
withinHours: string;
|
|
12272
|
+
daily: string;
|
|
12273
|
+
weekly: string;
|
|
12274
|
+
monthly: string;
|
|
12275
|
+
previewCleanup: string;
|
|
12276
|
+
cleanup: string;
|
|
12277
|
+
reclaim: string;
|
|
12278
|
+
cleanupDescription: string;
|
|
12279
|
+
save: string;
|
|
12280
|
+
cancel: string;
|
|
12281
|
+
confirm: string;
|
|
12282
|
+
manual: string;
|
|
12283
|
+
auto: string;
|
|
12284
|
+
pinned: string;
|
|
12285
|
+
restoreTitle: string;
|
|
12286
|
+
restoreDescription: string;
|
|
12287
|
+
repair: string;
|
|
12288
|
+
repairTitle: string;
|
|
12289
|
+
repairDescription: string;
|
|
12290
|
+
differences: string;
|
|
12291
|
+
noDifferences: string;
|
|
12292
|
+
missing: string;
|
|
12293
|
+
changed: string;
|
|
12294
|
+
extra: string;
|
|
12295
|
+
archives: string;
|
|
12296
|
+
archivesHelp: string;
|
|
12297
|
+
jobs: string;
|
|
12298
|
+
retry: string;
|
|
12299
|
+
waitingFiles: string;
|
|
12300
|
+
maintenance: string;
|
|
12301
|
+
maintenanceHelp: string;
|
|
12302
|
+
recoveryKeySaved: string;
|
|
12303
|
+
lastCheck: string;
|
|
12304
|
+
never: string;
|
|
12305
|
+
noJobs: string;
|
|
12306
|
+
state: {
|
|
12307
|
+
queued: string;
|
|
12308
|
+
running: string;
|
|
12309
|
+
cancelling: string;
|
|
12310
|
+
succeeded: string;
|
|
12311
|
+
failed: string;
|
|
12312
|
+
cancelled: string;
|
|
12313
|
+
interrupted: string;
|
|
12314
|
+
};
|
|
12315
|
+
kind: {
|
|
12316
|
+
drill: string;
|
|
12317
|
+
backup: string;
|
|
12318
|
+
check: string;
|
|
12319
|
+
compare: string;
|
|
12320
|
+
repair: string;
|
|
12321
|
+
restore: string;
|
|
12322
|
+
retention: string;
|
|
12323
|
+
receive: string;
|
|
12324
|
+
archive: string;
|
|
12325
|
+
"file-write": string;
|
|
12326
|
+
};
|
|
12327
|
+
processedFiles_one: string;
|
|
12328
|
+
processedFiles_other: string;
|
|
12329
|
+
processedBytes: string;
|
|
12330
|
+
addedBytes: string;
|
|
12331
|
+
networkBytes: string;
|
|
12332
|
+
manageQueue: string;
|
|
12333
|
+
resubmitFile: string;
|
|
12334
|
+
};
|
|
12335
|
+
replication: {
|
|
12336
|
+
healthReceived: string;
|
|
12337
|
+
healthRecorded: string;
|
|
12338
|
+
healthAttention: string;
|
|
12339
|
+
healthUnconfigured: string;
|
|
12340
|
+
addressHelp: string;
|
|
12341
|
+
title: string;
|
|
12342
|
+
description: string;
|
|
12343
|
+
name: string;
|
|
12344
|
+
role: string;
|
|
12345
|
+
unconfigured: string;
|
|
12346
|
+
send: string;
|
|
12347
|
+
receive: string;
|
|
12348
|
+
connect: string;
|
|
12349
|
+
disconnect: string;
|
|
12350
|
+
invite: string;
|
|
12351
|
+
inviteHelp: string;
|
|
12352
|
+
url: string;
|
|
12353
|
+
code: string;
|
|
12354
|
+
fingerprint: string;
|
|
12355
|
+
receiveNow: string;
|
|
12356
|
+
paused: string;
|
|
12357
|
+
paired: string;
|
|
12358
|
+
revoke: string;
|
|
12359
|
+
received: string;
|
|
12360
|
+
never: string;
|
|
12361
|
+
connectHelp: string;
|
|
12362
|
+
source: string;
|
|
12363
|
+
devices: string;
|
|
12364
|
+
manualRecords: string;
|
|
12365
|
+
addRecord: string;
|
|
12366
|
+
details: string;
|
|
12367
|
+
copy: string;
|
|
12368
|
+
remove: string;
|
|
12369
|
+
unknown: string;
|
|
12370
|
+
noDevices: string;
|
|
12371
|
+
};
|
|
11660
12372
|
common: {
|
|
11661
12373
|
back: string;
|
|
11662
12374
|
cancel: string;
|
|
@@ -11694,7 +12406,6 @@ declare const CATALOGS: {
|
|
|
11694
12406
|
requestFailed: string;
|
|
11695
12407
|
saved: string;
|
|
11696
12408
|
saveFailed: string;
|
|
11697
|
-
confirmByTypingPrompt: string;
|
|
11698
12409
|
searchIncludeIntro: string;
|
|
11699
12410
|
underline: string;
|
|
11700
12411
|
colorPicker: {
|
|
@@ -11842,10 +12553,10 @@ declare const CATALOGS: {
|
|
|
11842
12553
|
desktop: string;
|
|
11843
12554
|
custom: string;
|
|
11844
12555
|
privacy: string;
|
|
12556
|
+
archives: string;
|
|
11845
12557
|
archive: string;
|
|
11846
12558
|
plugins: string;
|
|
11847
12559
|
marketplace: string;
|
|
11848
|
-
sync: string;
|
|
11849
12560
|
};
|
|
11850
12561
|
section: {
|
|
11851
12562
|
language: string;
|
|
@@ -11893,6 +12604,10 @@ declare const CATALOGS: {
|
|
|
11893
12604
|
collection: string;
|
|
11894
12605
|
};
|
|
11895
12606
|
link: string;
|
|
12607
|
+
watchOnly: {
|
|
12608
|
+
title: string;
|
|
12609
|
+
description: string;
|
|
12610
|
+
};
|
|
11896
12611
|
};
|
|
11897
12612
|
account: {
|
|
11898
12613
|
title: string;
|
|
@@ -12164,7 +12879,8 @@ declare const CATALOGS: {
|
|
|
12164
12879
|
};
|
|
12165
12880
|
plugins: {
|
|
12166
12881
|
pageHint: string;
|
|
12167
|
-
|
|
12882
|
+
uploadPlugin: string;
|
|
12883
|
+
uploadValidatedServerSide: string;
|
|
12168
12884
|
uploadPluginSuccess: string;
|
|
12169
12885
|
uploading: string;
|
|
12170
12886
|
rescan: string;
|
|
@@ -12476,19 +13192,12 @@ declare const CATALOGS: {
|
|
|
12476
13192
|
setupFormAria: string;
|
|
12477
13193
|
};
|
|
12478
13194
|
dataHistory: {
|
|
12479
|
-
|
|
12480
|
-
description: string;
|
|
12481
|
-
status: {
|
|
12482
|
-
currentWritable: string;
|
|
12483
|
-
viewingArchive: string;
|
|
12484
|
-
};
|
|
13195
|
+
pageHint: string;
|
|
12485
13196
|
chip: {
|
|
12486
13197
|
latest: string;
|
|
12487
13198
|
readOnly: string;
|
|
12488
|
-
auto: string;
|
|
12489
13199
|
};
|
|
12490
13200
|
archive: {
|
|
12491
|
-
title: string;
|
|
12492
13201
|
tagCurrent: string;
|
|
12493
13202
|
tagActive: string;
|
|
12494
13203
|
tagReadOnly: string;
|
|
@@ -12498,80 +13207,31 @@ declare const CATALOGS: {
|
|
|
12498
13207
|
namePlaceholder: string;
|
|
12499
13208
|
noteLabel: string;
|
|
12500
13209
|
notePlaceholder: string;
|
|
12501
|
-
switchHint: string;
|
|
12502
|
-
activeHint: string;
|
|
12503
|
-
};
|
|
12504
|
-
backup: {
|
|
12505
|
-
typeLabel: string;
|
|
12506
|
-
autoTypeLabel: string;
|
|
12507
|
-
autoBadge: string;
|
|
12508
|
-
autoDeleteHint: string;
|
|
12509
|
-
nameLabel: string;
|
|
12510
|
-
nameEmpty: string;
|
|
12511
|
-
restoreHint: string;
|
|
12512
|
-
deleteHint: string;
|
|
12513
|
-
archivedHint: string;
|
|
12514
13210
|
};
|
|
12515
13211
|
action: {
|
|
12516
|
-
backupNow: string;
|
|
12517
|
-
backingUp: string;
|
|
12518
13212
|
archiveNow: string;
|
|
12519
13213
|
archiving: string;
|
|
12520
|
-
|
|
12521
|
-
restoring: string;
|
|
12522
|
-
delete: string;
|
|
12523
|
-
deleting: string;
|
|
13214
|
+
edit: string;
|
|
12524
13215
|
switchToVersion: string;
|
|
12525
13216
|
switching: string;
|
|
12526
|
-
download: string;
|
|
12527
|
-
};
|
|
12528
|
-
reloading: string;
|
|
12529
|
-
autoSnapshot: {
|
|
12530
|
-
enabled: string;
|
|
12531
|
-
disabled: string;
|
|
12532
|
-
last: string;
|
|
12533
13217
|
};
|
|
12534
|
-
|
|
12535
|
-
|
|
12536
|
-
|
|
12537
|
-
versionNumber: string;
|
|
12538
|
-
createdAt: string;
|
|
12539
|
-
note: string;
|
|
12540
|
-
contents: string;
|
|
12541
|
-
contentsValue: string;
|
|
12542
|
-
backupOnVersion: string;
|
|
12543
|
-
archiveVersion: string;
|
|
12544
|
-
};
|
|
12545
|
-
note: {
|
|
12546
|
-
empty: string;
|
|
12547
|
-
placeholder: string;
|
|
13218
|
+
edit: {
|
|
13219
|
+
title: string;
|
|
13220
|
+
description: string;
|
|
12548
13221
|
};
|
|
13222
|
+
reloading: string;
|
|
12549
13223
|
confirm: {
|
|
12550
13224
|
archiveTitle: string;
|
|
12551
13225
|
archiveDescription: string;
|
|
12552
13226
|
archivePhrase: string;
|
|
12553
|
-
archiveAutoHint: string;
|
|
12554
|
-
restoreTitle: string;
|
|
12555
|
-
restoreDescription: string;
|
|
12556
|
-
restorePhrase: string;
|
|
12557
|
-
autoPhrase: string;
|
|
12558
|
-
deleteBackupTitle: string;
|
|
12559
|
-
deleteBackupDescription: string;
|
|
12560
|
-
deleteBackupPhrase: string;
|
|
12561
13227
|
switchTitle: string;
|
|
12562
13228
|
switchDescription: string;
|
|
12563
13229
|
};
|
|
12564
13230
|
empty: {
|
|
12565
13231
|
title: string;
|
|
12566
|
-
description: string;
|
|
12567
13232
|
};
|
|
12568
13233
|
toast: {
|
|
12569
|
-
backupCreated: string;
|
|
12570
|
-
backupFailed: string;
|
|
12571
13234
|
archiveFailed: string;
|
|
12572
|
-
backupDeleted: string;
|
|
12573
|
-
deleteFailed: string;
|
|
12574
|
-
restoreFailed: string;
|
|
12575
13235
|
switchFailed: string;
|
|
12576
13236
|
metaSaved: string;
|
|
12577
13237
|
metaSaveFailed: string;
|
|
@@ -13615,6 +14275,13 @@ declare const CATALOGS: {
|
|
|
13615
14275
|
uploadImage: string;
|
|
13616
14276
|
editImage: string;
|
|
13617
14277
|
imageDialogTitle: string;
|
|
14278
|
+
visibilityLabel: string;
|
|
14279
|
+
visibilityHint: string;
|
|
14280
|
+
};
|
|
14281
|
+
visibility: {
|
|
14282
|
+
normal: string;
|
|
14283
|
+
watchOnly: string;
|
|
14284
|
+
explicitView: string;
|
|
13618
14285
|
};
|
|
13619
14286
|
card: {
|
|
13620
14287
|
openLink: string;
|
|
@@ -13848,89 +14515,15 @@ declare const CATALOGS: {
|
|
|
13848
14515
|
};
|
|
13849
14516
|
};
|
|
13850
14517
|
sync: {
|
|
13851
|
-
pageHint: string;
|
|
13852
|
-
status: {
|
|
13853
|
-
allUpToDate: string;
|
|
13854
|
-
dueCount_one: string;
|
|
13855
|
-
dueCount_other: string;
|
|
13856
|
-
};
|
|
13857
|
-
tip: {
|
|
13858
|
-
oneWay: string;
|
|
13859
|
-
};
|
|
13860
14518
|
config: {
|
|
13861
14519
|
remindLabel: string;
|
|
13862
|
-
remindDescription: string;
|
|
13863
14520
|
remindDays_one: string;
|
|
13864
14521
|
remindDays_other: string;
|
|
13865
14522
|
};
|
|
13866
|
-
devices: {
|
|
13867
|
-
addTitle: string;
|
|
13868
|
-
addAutoRecord: string;
|
|
13869
|
-
namePlaceholder: string;
|
|
13870
|
-
notesPlaceholder: string;
|
|
13871
|
-
nameHint: string;
|
|
13872
|
-
notesHint: string;
|
|
13873
|
-
add: string;
|
|
13874
|
-
addPending: string;
|
|
13875
|
-
empty: string;
|
|
13876
|
-
loading: string;
|
|
13877
|
-
neverSynced: string;
|
|
13878
|
-
lastSyncedAgo_one: string;
|
|
13879
|
-
lastSyncedAgo_other: string;
|
|
13880
|
-
justNow: string;
|
|
13881
|
-
minutesAgo_one: string;
|
|
13882
|
-
minutesAgo_other: string;
|
|
13883
|
-
hoursAgo_one: string;
|
|
13884
|
-
hoursAgo_other: string;
|
|
13885
|
-
upToDate: string;
|
|
13886
|
-
overdue_one: string;
|
|
13887
|
-
overdue_other: string;
|
|
13888
|
-
neverBadge: string;
|
|
13889
|
-
record: string;
|
|
13890
|
-
recordNow: string;
|
|
13891
|
-
deleteTitle: string;
|
|
13892
|
-
deleteDescription: string;
|
|
13893
|
-
delete: string;
|
|
13894
|
-
deletePending: string;
|
|
13895
|
-
editTitle: string;
|
|
13896
|
-
edit: string;
|
|
13897
|
-
save: string;
|
|
13898
|
-
editPending: string;
|
|
13899
|
-
liveHint: string;
|
|
13900
|
-
};
|
|
13901
|
-
fields: {
|
|
13902
|
-
resources: string;
|
|
13903
|
-
characters: string;
|
|
13904
|
-
documents: string;
|
|
13905
|
-
folders: string;
|
|
13906
|
-
messages: string;
|
|
13907
|
-
tags: string;
|
|
13908
|
-
collections: string;
|
|
13909
|
-
trash: string;
|
|
13910
|
-
contentSize: string;
|
|
13911
|
-
storage: string;
|
|
13912
|
-
firstRecord: string;
|
|
13913
|
-
};
|
|
13914
|
-
toast: {
|
|
13915
|
-
deviceAdded: string;
|
|
13916
|
-
deviceAddFailed: string;
|
|
13917
|
-
deviceUpdated: string;
|
|
13918
|
-
deviceUpdateFailed: string;
|
|
13919
|
-
deviceDeleted: string;
|
|
13920
|
-
deviceDeleteFailed: string;
|
|
13921
|
-
recorded: string;
|
|
13922
|
-
recordFailed: string;
|
|
13923
|
-
};
|
|
13924
14523
|
banner: {
|
|
13925
14524
|
noDevicesTitle: string;
|
|
13926
14525
|
noDevicesDescription: string;
|
|
13927
14526
|
configureLink: string;
|
|
13928
|
-
neverSyncedTitle: string;
|
|
13929
|
-
neverSyncedDescription: string;
|
|
13930
|
-
overdueTitle_one: string;
|
|
13931
|
-
overdueTitle_other: string;
|
|
13932
|
-
overdueDescription: string;
|
|
13933
|
-
recordLink: string;
|
|
13934
14527
|
};
|
|
13935
14528
|
};
|
|
13936
14529
|
desktopShell: {
|
|
@@ -13976,6 +14569,109 @@ declare const CATALOGS: {
|
|
|
13976
14569
|
missingBridge: string;
|
|
13977
14570
|
};
|
|
13978
14571
|
};
|
|
14572
|
+
protectionUx: {
|
|
14573
|
+
protectionTitle: string;
|
|
14574
|
+
sendRequiresBackup: string;
|
|
14575
|
+
setup: string;
|
|
14576
|
+
noBackup: string;
|
|
14577
|
+
setupHelp: string;
|
|
14578
|
+
start: string;
|
|
14579
|
+
openExisting: string;
|
|
14580
|
+
firstBackupHelp: string;
|
|
14581
|
+
existingHelp: string;
|
|
14582
|
+
importKeyFile: string;
|
|
14583
|
+
keyFileError: string;
|
|
14584
|
+
enableAndBackup: string;
|
|
14585
|
+
status: string;
|
|
14586
|
+
description: string;
|
|
14587
|
+
firstBackupRunning: string;
|
|
14588
|
+
backupRunning: string;
|
|
14589
|
+
firstBackupMissing: string;
|
|
14590
|
+
backupCompleted: string;
|
|
14591
|
+
locationHelp: string;
|
|
14592
|
+
saveKey: string;
|
|
14593
|
+
localBackups: string;
|
|
14594
|
+
availableBackups: string;
|
|
14595
|
+
manage: string;
|
|
14596
|
+
pointTools: string;
|
|
14597
|
+
checkHelp: string;
|
|
14598
|
+
policyHelp: string;
|
|
14599
|
+
preparingRestore: string;
|
|
14600
|
+
restoreSource: string;
|
|
14601
|
+
restoreKeepsHost: string;
|
|
14602
|
+
activity: string;
|
|
14603
|
+
keepReading: string;
|
|
14604
|
+
restoreWorking: string;
|
|
14605
|
+
taskFailed: string;
|
|
14606
|
+
errorDetails: string;
|
|
14607
|
+
chooseAnotherBackup: string;
|
|
14608
|
+
errorSpace: string;
|
|
14609
|
+
errorCertificate: string;
|
|
14610
|
+
errorPairing: string;
|
|
14611
|
+
errorNetwork: string;
|
|
14612
|
+
errorIncomplete: string;
|
|
14613
|
+
jobsHelp: string;
|
|
14614
|
+
};
|
|
14615
|
+
replicationUx: {
|
|
14616
|
+
unconfigured: string;
|
|
14617
|
+
send: string;
|
|
14618
|
+
receive: string;
|
|
14619
|
+
sendHelp: string;
|
|
14620
|
+
receiveHelp: string;
|
|
14621
|
+
useBackup: string;
|
|
14622
|
+
receivedBackup: string;
|
|
14623
|
+
receivedFrom: string;
|
|
14624
|
+
libraryUnchanged: string;
|
|
14625
|
+
waitingFirst: string;
|
|
14626
|
+
pasteInvitation: string;
|
|
14627
|
+
invalidInvitation: string;
|
|
14628
|
+
manualConnection: string;
|
|
14629
|
+
invitation: string;
|
|
14630
|
+
copyInvitation: string;
|
|
14631
|
+
copied: string;
|
|
14632
|
+
copyFailed: string;
|
|
14633
|
+
};
|
|
14634
|
+
backupHealth: {
|
|
14635
|
+
ok: string;
|
|
14636
|
+
okSub: string;
|
|
14637
|
+
syncedDevices_one: string;
|
|
14638
|
+
syncedDevices_other: string;
|
|
14639
|
+
noBackupsTitle: string;
|
|
14640
|
+
noBackupsSub: string;
|
|
14641
|
+
noBackupsAction: string;
|
|
14642
|
+
backupNeedsTitle: string;
|
|
14643
|
+
backupOffSub: string;
|
|
14644
|
+
neverBackedUpSub: string;
|
|
14645
|
+
backupNow: string;
|
|
14646
|
+
turnOnAutomatic: string;
|
|
14647
|
+
syncUnconfiguredTitle: string;
|
|
14648
|
+
syncUnconfiguredSub: string;
|
|
14649
|
+
syncUnconfiguredAction: string;
|
|
14650
|
+
syncDueTitle: string;
|
|
14651
|
+
syncDueSub: string;
|
|
14652
|
+
syncDueAction: string;
|
|
14653
|
+
receiveNow: string;
|
|
14654
|
+
receiverTitle: string;
|
|
14655
|
+
receiverSub: string;
|
|
14656
|
+
protectedTitle: string;
|
|
14657
|
+
protectedSub: string;
|
|
14658
|
+
};
|
|
14659
|
+
backupSetup: {
|
|
14660
|
+
title: string;
|
|
14661
|
+
intro: string;
|
|
14662
|
+
stepStart: string;
|
|
14663
|
+
startNew: string;
|
|
14664
|
+
startNewHint: string;
|
|
14665
|
+
startExisting: string;
|
|
14666
|
+
startExistingHint: string;
|
|
14667
|
+
createFirst: string;
|
|
14668
|
+
createFirstHelp: string;
|
|
14669
|
+
existingHelp: string;
|
|
14670
|
+
chooseKey: string;
|
|
14671
|
+
keyFileError: string;
|
|
14672
|
+
cancel: string;
|
|
14673
|
+
back: string;
|
|
14674
|
+
};
|
|
13979
14675
|
};
|
|
13980
14676
|
};
|
|
13981
14677
|
/** Resolve the app catalog for the active language; pre-SPA (undefined) → English. */
|