|
101 | 101 | "@headlines": {
|
102 | 102 | "description": "Label for the headlines subpage"
|
103 | 103 | },
|
104 |
| - "categories": "Categories", |
105 |
| - "@categories": { |
106 |
| - "description": "Label for the categories subpage" |
| 104 | + "topics": "Topics", |
| 105 | + "@topics": { |
| 106 | + "description": "Label for the topics subpage" |
107 | 107 | },
|
108 | 108 | "sources": "Sources",
|
109 | 109 | "@sources": {
|
|
648 | 648 | "@unknown": {
|
649 | 649 | "description": "Fallback text for unknown values"
|
650 | 650 | },
|
651 |
| - "loadingCategories": "Loading Categories", |
652 |
| - "@loadingCategories": { |
653 |
| - "description": "Headline for loading state of categories" |
| 651 | + "loadingTopics": "Loading Topics", |
| 652 | + "@loadingTopics": { |
| 653 | + "description": "Headline for loading state of topics" |
654 | 654 | },
|
655 |
| - "noCategoriesFound": "No categories found.", |
656 |
| - "@noCategoriesFound": { |
657 |
| - "description": "Message when no categories are found" |
| 655 | + "noTopicsFound": "No topics found.", |
| 656 | + "@noTopicsFound": { |
| 657 | + "description": "Message when no topics are found" |
658 | 658 | },
|
659 |
| - "categoryName": "Category Name", |
660 |
| - "@categoryName": { |
661 |
| - "description": "Label for the category name field in forms and tables." |
| 659 | + "topicName": "Topic Name", |
| 660 | + "@topicName": { |
| 661 | + "description": "Label for the topic name field in forms and tables." |
662 | 662 | },
|
663 | 663 | "description": "Description",
|
664 | 664 | "@description": {
|
|
688 | 688 | "@language": {
|
689 | 689 | "description": "Column header for language"
|
690 | 690 | },
|
691 |
| - "editCategory": "Edit Category", |
692 |
| - "@editCategory": { |
693 |
| - "description": "Title for the Edit Category page" |
| 691 | + "editTopic": "Edit Topic", |
| 692 | + "@editTopic": { |
| 693 | + "description": "Title for the Edit Topic page" |
694 | 694 | },
|
695 | 695 | "saveChanges": "Save Changes",
|
696 | 696 | "@saveChanges": {
|
697 | 697 | "description": "Tooltip for the save changes button"
|
698 | 698 | },
|
699 |
| - "loadingCategory": "Loading Category", |
700 |
| - "@loadingCategory": { |
701 |
| - "description": "Message displayed while loading category data" |
| 699 | + "loadingTopic": "Loading Topic", |
| 700 | + "@loadingTopic": { |
| 701 | + "description": "Message displayed while loading topic data" |
702 | 702 | },
|
703 | 703 | "iconUrl": "Icon URL",
|
704 | 704 | "@iconUrl": {
|
705 | 705 | "description": "Label for the icon URL input field"
|
706 | 706 | },
|
707 |
| - "categoryUpdatedSuccessfully": "Category updated successfully.", |
708 |
| - "@categoryUpdatedSuccessfully": { |
709 |
| - "description": "Message displayed when a category is updated successfully" |
| 707 | + "topicUpdatedSuccessfully": "Topic updated successfully.", |
| 708 | + "@topicUpdatedSuccessfully": { |
| 709 | + "description": "Message displayed when a topic is updated successfully" |
710 | 710 | },
|
711 |
| - "cannotUpdateCategoryError": "Cannot update: Original category data not loaded.", |
712 |
| - "@cannotUpdateCategoryError": { |
713 |
| - "description": "Error message when updating a category fails because the original data wasn't loaded" |
| 711 | + "cannotUpdateTopicError": "Cannot update: Original topic data not loaded.", |
| 712 | + "@cannotUpdateTopicError": { |
| 713 | + "description": "Error message when updating a topic fails because the original data wasn't loaded" |
714 | 714 | },
|
715 |
| - "createCategory": "Create Category", |
716 |
| - "@createCategory": { |
717 |
| - "description": "Title for the Create Category page" |
| 715 | + "createTopic": "Create Topic", |
| 716 | + "@createTopic": { |
| 717 | + "description": "Title for the Create Topic page" |
718 | 718 | },
|
719 |
| - "categoryCreatedSuccessfully": "Category created successfully.", |
720 |
| - "@categoryCreatedSuccessfully": { |
721 |
| - "description": "Message displayed when a category is created successfully" |
| 719 | + "topicCreatedSuccessfully": "Topic created successfully.", |
| 720 | + "@topicCreatedSuccessfully": { |
| 721 | + "description": "Message displayed when a topic is created successfully" |
722 | 722 | },
|
723 | 723 | "editSource": "Edit Source",
|
724 | 724 | "@editSource": {
|
|
838 | 838 | "@totalHeadlines": {
|
839 | 839 | "description": "Label for the total headlines summary card on the dashboard"
|
840 | 840 | },
|
841 |
| - "totalCategories": "Total Categories", |
842 |
| - "@totalCategories": { |
843 |
| - "description": "Label for the total categories summary card on the dashboard" |
| 841 | + "totalTopics": "Total Topics", |
| 842 | + "@totalTopics": { |
| 843 | + "description": "Label for the total topics summary card on the dashboard" |
844 | 844 | },
|
845 | 845 | "totalSources": "Total Sources",
|
846 | 846 | "@totalSources": {
|
|
0 commit comments