|
625 | 625 | "@settings.mediaIndex.networkVolumes.paused": { |
626 | 626 | "description": "Status line for a network drive whose indexing paused because the drive disconnected mid-pass. What''s already indexed stays searchable." |
627 | 627 | }, |
628 | | - "settings.mediaIndex.networkVolumes.indexing": "Indexing photos now", |
629 | | - "@settings.mediaIndex.networkVolumes.indexing": { |
630 | | - "description": "Status line shown while a network drive''s photos are being indexed right now." |
631 | | - }, |
632 | 628 | "settings.mediaIndex.networkVolumes.indexed": "{count, plural, one {{countText} photo indexed} other {{countText} photos indexed}}", |
633 | 629 | "@settings.mediaIndex.networkVolumes.indexed": { |
634 | 630 | "description": "Status line showing how many of a drive''s photos are already indexed and searchable.", |
|
641 | 637 | "@settings.mediaIndex.networkVolumes.notIndexedYet": { |
642 | 638 | "description": "Status line for a drive that''s opted in but hasn''t indexed any photos yet (the pass hasn''t run or found images)." |
643 | 639 | }, |
| 640 | + "settings.mediaIndex.importanceThreshold.label": "How much to index", |
| 641 | + "@settings.mediaIndex.importanceThreshold.label": { |
| 642 | + "description": "Label above the slider that sets how deep image indexing goes — from only the folders you use most, to everywhere. In the \"Image search\" card, Settings > Behavior > File system watching." |
| 643 | + }, |
| 644 | + "settings.mediaIndex.importanceThreshold.description": "Cmdr indexes the folders you use most first. Choose how deep to go.", |
| 645 | + "@settings.mediaIndex.importanceThreshold.description": { |
| 646 | + "description": "Help text under the \"How much to index\" slider label. Explains that indexing is prioritized by how often you use a folder, and this slider sets the cut-off." |
| 647 | + }, |
| 648 | + "settings.mediaIndex.importanceThreshold.bucket.mostUsed": "Only my most-used folders", |
| 649 | + "@settings.mediaIndex.importanceThreshold.bucket.mostUsed": { |
| 650 | + "description": "Slider position (most restrictive, far left): index only the folders the user opens most often." |
| 651 | + }, |
| 652 | + "settings.mediaIndex.importanceThreshold.bucket.often": "Folders I use often", |
| 653 | + "@settings.mediaIndex.importanceThreshold.bucket.often": { |
| 654 | + "description": "Slider position: index folders the user opens often, not only the very most-used ones." |
| 655 | + }, |
| 656 | + "settings.mediaIndex.importanceThreshold.bucket.sometimes": "Folders I open now and then", |
| 657 | + "@settings.mediaIndex.importanceThreshold.bucket.sometimes": { |
| 658 | + "description": "Slider position (middle): index folders the user opens occasionally." |
| 659 | + }, |
| 660 | + "settings.mediaIndex.importanceThreshold.bucket.most": "Most folders", |
| 661 | + "@settings.mediaIndex.importanceThreshold.bucket.most": { |
| 662 | + "description": "Slider position: index most folders, leaving out only rarely-touched ones." |
| 663 | + }, |
| 664 | + "settings.mediaIndex.importanceThreshold.bucket.everywhere": "Everywhere, even folders I rarely open", |
| 665 | + "@settings.mediaIndex.importanceThreshold.bucket.everywhere": { |
| 666 | + "description": "Slider position (broadest, far right, the default): index images everywhere, including folders the user rarely opens." |
| 667 | + }, |
| 668 | + "settings.mediaIndex.importanceThreshold.preview": "{images, plural, one {Indexes about {imagesText} image} other {Indexes about {imagesText} images}} {folders, plural, one {in {foldersText} folder} other {across {foldersText} folders}}", |
| 669 | + "@settings.mediaIndex.importanceThreshold.preview": { |
| 670 | + "description": "Live count under the slider, showing how much the current level covers across the drives being indexed. Both numbers are approximate and update as the user drags.", |
| 671 | + "placeholders": { |
| 672 | + "images": { "content": "The number of images that would be indexed, used to choose singular or plural wording." }, |
| 673 | + "imagesText": { "content": "The same image count, preformatted with thousands separators." }, |
| 674 | + "folders": { "content": "The number of folders that would be indexed, used to choose singular or plural wording." }, |
| 675 | + "foldersText": { "content": "The same folder count, preformatted with thousands separators." } |
| 676 | + } |
| 677 | + }, |
| 678 | + "settings.mediaIndex.importanceThreshold.previewNone": "Nothing matches at this level yet. Drag right to index more.", |
| 679 | + "@settings.mediaIndex.importanceThreshold.previewNone": { |
| 680 | + "description": "Shown in place of the count when the current slider level covers no folders (for example, set to the most restrictive level on a Mac with no strongly-used folders yet)." |
| 681 | + }, |
| 682 | + "settings.mediaIndex.importanceThreshold.previewCounting": "Working out how much this covers…", |
| 683 | + "@settings.mediaIndex.importanceThreshold.previewCounting": { |
| 684 | + "description": "Placeholder shown under the slider while Cmdr is still computing the covered counts (before the first result comes back)." |
| 685 | + }, |
| 686 | + "settings.mediaIndex.importanceThreshold.pending": "Some drives are still scanning, so these numbers will grow.", |
| 687 | + "@settings.mediaIndex.importanceThreshold.pending": { |
| 688 | + "description": "Caveat appended under the covered-count preview when at least one drive being indexed hasn''t finished scanning, so the shown totals are a lower bound." |
| 689 | + }, |
| 690 | + "settings.mediaIndex.importanceThreshold.deltaAdd": "{images, plural, one {Adds about {imagesText} image} other {Adds about {imagesText} images}}", |
| 691 | + "@settings.mediaIndex.importanceThreshold.deltaAdd": { |
| 692 | + "description": "Shown while dragging the slider toward more coverage: how many more images this new level would index compared with the saved level.", |
| 693 | + "placeholders": { |
| 694 | + "images": { "content": "The number of extra images, used to choose singular or plural wording." }, |
| 695 | + "imagesText": { "content": "The same number, preformatted with thousands separators." } |
| 696 | + } |
| 697 | + }, |
| 698 | + "settings.mediaIndex.importanceThreshold.deltaRemove": "{images, plural, one {Leaves out about {imagesText} image} other {Leaves out about {imagesText} images}}", |
| 699 | + "@settings.mediaIndex.importanceThreshold.deltaRemove": { |
| 700 | + "description": "Shown while dragging the slider toward less coverage: how many images this new level would leave out compared with the saved level.", |
| 701 | + "placeholders": { |
| 702 | + "images": { "content": "The number of images left out, used to choose singular or plural wording." }, |
| 703 | + "imagesText": { "content": "The same number, preformatted with thousands separators." } |
| 704 | + } |
| 705 | + }, |
| 706 | + "settings.mediaIndex.importanceThreshold.floor": "Junk like node_modules and system caches is always skipped.", |
| 707 | + "@settings.mediaIndex.importanceThreshold.floor": { |
| 708 | + "description": "Quiet reassurance under the slider that build/cache folders are never indexed at any level. Do not translate \"node_modules\" (a fixed folder name developers recognize)." |
| 709 | + }, |
| 710 | + "settings.mediaIndex.progress.local": "This Mac", |
| 711 | + "@settings.mediaIndex.progress.local": { |
| 712 | + "description": "Name shown for the built-in local disk in the per-drive image-indexing progress list (as opposed to a named network drive)." |
| 713 | + }, |
| 714 | + "settings.mediaIndex.progress.ofTotal": "{total, plural, one {{enrichedText} of {totalText} image indexed} other {{enrichedText} of {totalText} images indexed}}", |
| 715 | + "@settings.mediaIndex.progress.ofTotal": { |
| 716 | + "description": "Honest progress line for a drive: how many of its qualifying images are indexed so far.", |
| 717 | + "placeholders": { |
| 718 | + "total": { "content": "The total number of qualifying images, used to choose singular or plural wording." }, |
| 719 | + "enrichedText": { "content": "The number indexed so far, preformatted with thousands separators." }, |
| 720 | + "totalText": { "content": "The total number of qualifying images, preformatted with thousands separators." } |
| 721 | + } |
| 722 | + }, |
| 723 | + "settings.mediaIndex.progress.counting": "Counting images…", |
| 724 | + "@settings.mediaIndex.progress.counting": { |
| 725 | + "description": "Progress line shown for a drive while Cmdr is still counting how many images qualify (the honest total isn''t known yet)." |
| 726 | + }, |
| 727 | + "settings.mediaIndex.progress.done": "{total, plural, one {{totalText} image indexed} other {{totalText} images indexed}}", |
| 728 | + "@settings.mediaIndex.progress.done": { |
| 729 | + "description": "Progress line for a drive whose images are all indexed (indexed count equals the total).", |
| 730 | + "placeholders": { |
| 731 | + "total": { "content": "The total number of indexed images, used to choose singular or plural wording." }, |
| 732 | + "totalText": { "content": "The same number, preformatted with thousands separators." } |
| 733 | + } |
| 734 | + }, |
644 | 735 | "settings.indexing.askForEachDrive.label": "Ask for each drive", |
645 | 736 | "@settings.indexing.askForEachDrive.label": { |
646 | 737 | "description": "Label for the toggle that controls whether Cmdr asks, the first time you open a network share or USB device, if you''d like to index it. In Settings > Behavior > File system watching.", |
|
0 commit comments