You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/editor/public/locales/en-US/translation.toml
+28-24Lines changed: 28 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -8833,7 +8833,9 @@ title = "Sources"
8833
8833
connectSource = "Connect source"
8834
8834
8835
8835
[portal.sources.builder]
8836
+
advanced = "Advanced"
8836
8837
back = "Back to sources"
8838
+
backToSource = "Back to source setup"
8837
8839
backToTypes = "All source types"
8838
8840
cancel = "Cancel"
8839
8841
chooseHint = "Choose where documents come from. Greyed-out connectors are on the way."
@@ -8843,7 +8845,6 @@ create = "Create source"
8843
8845
createTitle = "Connect a source"
8844
8846
delete = "Delete"
8845
8847
editTitle = "Edit source"
8846
-
enabled = "Enabled"
8847
8848
save = "Save changes"
8848
8849
8849
8850
[portal.sources.builder.folderAccess]
@@ -8863,23 +8864,24 @@ total = "Connections"
8863
8864
unused = "Unused"
8864
8865
8865
8866
[portal.sources.networkFields.connection]
8866
-
helperText = "The stored connection with the server address and credentials. Reused by every source that references it."
8867
+
helperText = "The saved connection with the server address and credentials. Shared by every source that uses it."
8867
8868
label = "Connection"
8868
8869
8869
8870
[portal.sources.networkFields.directory]
8870
-
helperText = "Folder on the server to poll, relative to the login home or share root. Leave blank for the root."
8871
+
helperText = "The folder on the server to watch, relative to the login home or share root."
8871
8872
label = "Folder"
8872
-
placeholder = "incoming/"
8873
+
placeholder = "Login home or share root"
8873
8874
8874
8875
[portal.sources.networkFields.mode]
8875
-
helperText = "Consume removes each file from the server once every policy has processed it."
8876
-
label = "Read mode"
8876
+
helperText = "Whether to leave the original file in place after it has been processed. If the original file is left in place, it will be re-processed next time the pipeline scans the source."
8877
+
label = "After processing"
8877
8878
8878
8879
[portal.sources.networkFields.mode.options]
8879
-
consume = "Consume: process each file once"
8880
-
snapshot = "Snapshot: re-read the folder every run"
8880
+
consume = "Delete the file"
8881
+
snapshot = "Leave it in place"
8881
8882
8882
8883
[portal.sources.networkFields.recursive]
8884
+
helperText = "Include subfolders if your files are organised into nested folders, or watch only the top level."
8883
8885
label = "Folder depth"
8884
8886
8885
8887
[portal.sources.networkFields.recursive.options]
@@ -8920,26 +8922,28 @@ description = "Watch a directory on the server for new documents."
8920
8922
label = "Folder"
8921
8923
8922
8924
[portal.sources.types.folder.fields.directory]
8923
-
helperText = "Absolute path Stirling watches for files to process."
8924
-
label = "Directory path"
8925
+
helperText = "The absolute path to the folder to watch for new files."
8926
+
label = "Folder"
8925
8927
placeholder = "/data/incoming"
8926
8928
8927
8929
[portal.sources.types.folder.fields.identity]
8928
-
helperText = "Content check reads each changed file, so renames and touches that don't alter content are not reprocessed."
8930
+
helperText = "Using the file contents for change detection is slower but more accurate."
helperText = "Whether to leave the original file in place after it has been processed. If the original file is left in place, it will be re-processed next time the pipeline scans the source."
8939
+
label = "After processing"
8937
8940
8938
8941
[portal.sources.types.folder.fields.mode.options]
8939
-
consume = "Consume: process each file once"
8940
-
snapshot = "Snapshot: re-read the folder every run"
8942
+
consume = "Delete the file"
8943
+
snapshot = "Leave it in place"
8941
8944
8942
8945
[portal.sources.types.folder.fields.recursive]
8946
+
helperText = "Include subfolders if your files are organised into nested folders, or watch only the top level."
@@ -8967,21 +8971,21 @@ description = "Pull documents from an Amazon S3 or S3-compatible bucket."
8967
8971
label = "Amazon S3"
8968
8972
8969
8973
[portal.sources.types.s3.fields.connection]
8970
-
helperText = "The stored connection holding the bucket and credentials. Reused by every source and pipeline output that references it."
8974
+
helperText = "The saved connection with the bucket and credentials. Shared by every source and pipeline output that uses it."
8971
8975
label = "Connection"
8972
8976
8973
8977
[portal.sources.types.s3.fields.mode]
8974
-
helperText = "Consume removes each object from the bucket once every policy has processed it."
8975
-
label = "Read mode"
8978
+
helperText = "Whether to leave the original object in place after it has been processed. If the original object is left in place, it will be re-processed next time the pipeline scans the source."
8979
+
label = "After processing"
8976
8980
8977
8981
[portal.sources.types.s3.fields.mode.options]
8978
-
consume = "Consume: process each object once"
8979
-
snapshot = "Snapshot: re-read the bucket every run"
8982
+
consume = "Delete the object"
8983
+
snapshot = "Leave it in place"
8980
8984
8981
8985
[portal.sources.types.s3.fields.prefix]
8982
-
helperText = "Only objects whose keys start with this prefix are processed."
8983
-
label = "Key prefix"
8984
-
placeholder = "incoming/"
8986
+
helperText = "The folder (key prefix) within the bucket to watch."
8987
+
label = "Folder"
8988
+
placeholder = "Whole bucket"
8985
8989
8986
8990
[portal.sources.types.sftp]
8987
8991
description = "Poll an SFTP drop folder for new documents."
0 commit comments