Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAS-132272 / 24.10.1 / Update Truecloud backup exclude tooltip (by denysbutenko) #11048

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export const helptextCloudBackup = {
target="_blank">rclone --bwlimit</a>.'),

exclude_placeholder: T('Exclude'),
exclude_tooltip: T('List of files and directories to exclude from sync.<br> \
exclude_tooltip: T('List of files and directories to exclude from backup.<br> \
Separate entries by pressing <code>Enter</code>. See \
<a href="https://rclone.org/filtering/" target="_blank">rclone filtering</a> \
<a href="https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files" target="_blank">restic exclude patterns</a> \
for more details about the <code>--exclude</code> option.'),

keep_last_placeholder: T('Keep Last'),
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2193,6 +2193,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,7 @@
"Linked Service": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/dsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en-au.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en-gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@
"Linux": "",
"List any existing dataset properties to remove from the replicated files.": "",
"List of chat IDs": "",
"List of files and directories to exclude from backup.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files\" target=\"_blank\">restic exclude patterns</a> for more details about the <code>--exclude</code> option.": "",
"List of files and directories to exclude from sync.<br> Separate entries by pressing <code>Enter</code>. See <a href=\"https://rclone.org/filtering/\" target=\"_blank\">rclone filtering</a> for more details about the <code>--exclude</code> option.": "",
"List of groups for which to generate audit messages. Keep this list empty to Watch All.": "",
"List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "",
Expand Down
Loading
Loading