All files / src/i18n/locales en.ts

100% Statements 994/994
100% Branches 0/0
100% Functions 0/0
100% Lines 994/994

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 10301x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x   1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x   1x 1x   1x 1x   1x 1x 1x   1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x           1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x   1x 1x 1x   1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x   1x
export default {
  auth: {
    login: {
      title: "Login",
      emailLabel: "E-Mail",
      emailPlaceholder: "name@six7.de",
      userLabel: "Username",
      userPlaceholder: "your.username",
      passwordLabel: "Password",
      passwordPlaceholder: "••••••••",
      submit: "Login",
      keycloakButton: "Sign in with DHBW",
      keycloakInfo: "Sign in with your DHBW account",
      noAccount: "No account? Contact your administrator.",
      toRegister: "No account yet? Register",
      successMessage: "Successfully logged in!",
      failureMessage: "Login failed!",
      missingCredentials: "Please enter username and password."
    },
    register: {
      title: "Register",
      nameLabel: "Name",
      namePlaceholder: "John Doe",
      emailLabel: "E-Mail",
      emailPlaceholder: "name@six7.de",
      passwordLabel: "Password",
      passwordPlaceholder: "••••••••",
      submit: "Register",
      toLogin: "Back to login",
    },
  },
 
  nav: {
    dashboard: "Dashboard",
    deployments: "Deployments",
    courses: "Courses",
    apps: "Apps",
    help: "Help",
    config: "Configuration",
    approvals: "Approvals",
  },
 
  action: {
    save: "Save",
    cancel: "Cancel",
    delete: "Delete",
    update: "Update",
    create: "Create",
    back: "Back",
  },
 
  markdownEditor: {
    tabEdit: "Edit",
    tabPreview: "Preview",
    emptyPreview: "Nothing to show yet — write something in the edit tab.",
    boldPlaceholder: "bold",
    italicPlaceholder: "italic",
    headingPlaceholder: "Heading",
    listPlaceholder: "List item",
    codePlaceholder: "code",
    linkText: "link text",
    toolbar: {
      bold: "Bold (Ctrl/Cmd-B)",
      italic: "Italic (Ctrl/Cmd-I)",
      h1: "Heading 1",
      h2: "Heading 2",
      list: "List",
      link: "Insert link",
      code: "Inline code",
      codeblock: "Code block",
    },
  },
 
  markdownRenderer: {
    more: "Show more",
    less: "Show less",
  },
 
  ConfigView: {
    title: "Configuration",
    subtitle: "Manage your application settings",
  },
 
  CoursesView: {
    title: "Courses",
    subtitle: "Manage your courses and participants",
    newCourse: "New Course",
    loading: "Loading courses...",
    noCourses: "No courses available yet",
    createFirst: "Create first course",
    memberSingular: "Member",
    memberPlural: "Members",
    deleteTitle: "Delete",
    openDetails: "Open details",
    openToView: "Open course for details",
    createModal: {
      title: "New Course",
      intro: "Create a new course; you can add participants right after.",
      nameLabel: "Course Name *",
      namePlaceholder: "e.g. CS101",
      cancel: "Cancel",
      create: "Create"
    },
    deleteModal: {
      title: "Delete Course",
      confirmPrompt: "Are you sure you want to delete the course <strong>{name}</strong>?",
      warning: "Memberships will be removed, but user accounts will remain.",
      cancel: "Cancel",
      deleting: "Deleting...",
      delete: "Delete"
    },
    toasts: {
      loadError: "Failed to load courses",
      createSuccess: "Course created!",
      createError: "Failed to create course",
      deleteSuccess: "Course deleted!",
      deleteError: "Failed to delete course"
    }
  },
 
  CourseDetailView: {
    back: "Back to course overview",
    loading: "Loading course...",
    editNameTitle: "Edit course name",
    save: "Save",
    cancel: "Cancel",
    memberSingular: "{count} Member",
    memberPlural: "{count} Members",
    membersTitle: "Members",
    addMemberBtn: "Add member",
    noMembers: "This course does not have any members yet.",
    removeMemberTitle: "Remove from course",
    otherCourseFallback: "Other course",
    roles: {
      admin: "Admin",
      teacher: "Teacher",
      student: "Student",
      unknown: "–"
    },
    addModal: {
      title: "Add members",
      info: "Students can <strong>only be in one course at a time</strong>. If you add someone who is already in another course, they will be moved here.",
      searchPlaceholder: "Search by username or email...",
      loadingUsers: "Loading users...",
      noUsersFound: "No users found.",
      alreadyMember: "already member",
      inOtherCourse: "In course: {courseName}",
      cancel: "Cancel",
      adding: "Adding...",
      addCount: "Add {count}"
    },
    removeModal: {
      title: "Remove member",
      confirmPrompt: "Are you sure you want to remove <strong>{username}</strong> from this course?",
      warning: "The user account will remain — only the course assignment will be removed.",
      cancel: "Cancel",
      removing: "Removing...",
      remove: "Remove"
    },
    toasts: {
      nameUpdated: "Course name updated",
      nameUpdateError: "Failed to update course name",
      loadError: "Failed to load course.",
      loadUsersError: "Failed to load students.",
      membersAddedSingular: "1 member added.",
      membersAddedPlural: "{count} members added.",
      addError: "Failed to add members.",
      memberRemoved: "Member removed.",
      removeError: "Failed to remove member."
    }
  },
 
  DashboardView: {
    title: "Welcome back to Six7!",
    subtitle: "Welcome back to your deployment environment.",
    timeGreetings: {
      morning: "Good morning",
      afternoon: "Good afternoon",
      evening: "Good evening",
    },
    deploymentNew: "New Deployment",
    deployments: "Deployments",
    deploymentsRunning: "Running Deployments",
    deploymentsAll: "All Deployments",
    apps: "Apps",
    appsAll: "All Apps",
    appsActive: "Apps total",
    courses: "Courses",
    coursesActive: "Courses total",
    coursesAll: "All Courses",
    activity: "Recent Activity",
    appUpdated: "App updated",
    deploymentCreated: "Deployment created",
    courseEdited: "Course edited",
    today: "Today",
    yesterday: "Yesterday",
    availableResources: "Available Resources",
    quotaUsed: "{percentage}% used",
    quotaLoadError: "Could not load quota data",
    noCredentialsTitle: "No credentials configured",
    noCredentialsHint: "Add your OpenStack credentials.",
    setUpNow: "Set up now",
  },
 
  HelpView: {
    title: "Help & Q/A",
    subtitle: "Support & frequently asked questions.",
    quickTip: "Only for logged-in users: direct help for the app’s core workflows.",
    intro: "This page explains the most important steps for users who are already signed in. You get concrete guidance for deployments, quotas and next practical steps.",
    loggedInUsers: {
      title: "Who is this page for?",
      description: "This page is explicitly for logged-in users. You already have access and are looking for clear answers instead of generic onboarding text.",
    },
    quickHelp: {
      title: "Step-by-step guide",
      processTitle: "Deployment process",
      step1: "Open the deployments overview and start a new deployment.",
      step2: "Choose the desired app and app version.",
      step3: "Assign the deployment to a course or team and adjust the settings.",
      step4: "Review your current quotas before launching the deployment.",
      step5: "Start the deployment and monitor status and logs in the detail view.",
      pagesTitle: "What you can do on each main page",
      pageDashboardTitle: "Dashboard",
      pageDashboard: "Quickly see active deployments, system health, and available resources.",
      pageAppsTitle: "Apps",
      pageApps: "Verify the app you need or add new applications and versions.",
      pageCoursesTitle: "Courses",
      pageCourses: "Link deployments to courses and organize participant groups.",
      pageTeamsTitle: "Teams",
      pageTeams: "Manage roles, access, and team membership.",
      pageDeploymentsTitle: "Deployments",
      pageDeployments: "Create deployments, check status, and investigate errors.",
      pageQuotasTitle: "Quotas",
      pageQuotas: "See your limits and check whether new deployments are allowed.",
    },
    resources: {
      title: "Useful project links",
      description: "Quick access to the relevant GitHub repositories.",
      frontendRepo: "GitHub: frontend repository",
      backendRepo: "GitHub: backend repository",
      deploymentRepo: "GitHub: deployment repository",
      workerRepo: "GitHub: worker repository",
    },
    docs: {
      title: "Documentation",
      description: "Direct access to the relevant project documentation.",
      linkAdmin: "Documentation regarding Installation and Administration",
      linkTech: "Documentation regarding Technology Stack and Architecture",
      linkAppDev: "Documentation for App Developers: Creating a new App Template",
    },
    troubleshooting: {
      title: "If something does not work",
      description: "This checklist helps you find the most common blockers quickly and understand what to check next.",
      item1: "Check whether you have reached your quota limit.",
      item2: "Look at deployment details and logs to narrow down the issue.",
    },
  },
 
  DeploymentsView: {
    title: "Deployments",
    subtitle: "Overview of your deployments",
    newDeployment: "New Deployment",
    checkingStatus: "Checking status...",
    deploymentName: "Name",
    deploymentApp: "App",
    deploymentAppVersion: "App Version",
    deploymentStatus: "Status",
    deploymentVM: "VMs",
    deploymentCourse: "Course",
    deploymentActivity: "Last Activity",
    deploymentsMissingMessage: "No deployments found.",
    deploymentSuccessful: "successful",
    deploymentFailed: "failed",
    deploymentRunning: "running",
    deploymentStopped: "stopped",
    deploymentPending: "pending",
    deploymentCancelled: "cancelled",
    deploymentCreatedAt: "Created at",
    deploymentDestroyed: "destroyed",
    deploymentDestroying: "destroying",
    deploymentPausing: "pausing",
    deploymentPaused: "paused",
    deploymentResuming: "resuming",
    deploymentPauseFailed: "pause failed",
    deploymentResumeFailed: "resume failed",
  },
  DeploymentDetailView: {
    deploymentCreated: "Created on",
    deploymentCreatedBy: "Created by",
    deploymentDelete: "Delete",
    deploymentPause: "Pause",
    deploymentResume: "Resume",
    confirmDeleteTitle: "Delete deployment",
    confirmDeleteMessage: "Delete deployment <strong>{name}</strong>? If OpenStack resources still exist they will be torn down via Terraform first (live progress below).",
    confirmPauseTitle: "Pause deployment",
    confirmPauseMessage: "Pause deployment <strong>{name}</strong>? All compute instances will be stopped (volumes and networks stay). RAM and CPU quota are freed; you can resume later.",
    confirmResumeTitle: "Resume deployment",
    confirmResumeMessage: "Resume deployment <strong>{name}</strong>? All compute instances will be started again.",
    pauseTooltip: "Stop compute instances; keep volumes and networks.",
    resumeTooltip: "Start the previously paused compute instances.",
    pauseStartedToast: "Pausing — see live progress below.",
    resumeStartedToast: "Resuming — see live progress below.",
    pauseErrorToast: "Error pausing deployment",
    resumeErrorToast: "Error resuming deployment",
    pauseFailedAsyncToast: "Pause failed — your deployment is still running. See the logs below for details.",
    resumeFailedAsyncToast: "Resume failed — your deployment is still in the previous state. See the logs below for details.",
    cancelButton: "Cancel",
    confirmButton: "Delete",
    deleteStartedToast: "Deleting — see live progress below.",
    deleteSuccessToast: "Deployment deleted.",
    deleteErrorToast: "Error deleting deployment.",
    deleteFailedAsyncToast: "Delete failed — your deployment is still there. See the logs below for details and retry.",
    deploymentGroups: "Groups & VMs",
    deploymentNoGroups: "No groups configured",
    deploymentLatestTask: "Latest Task",
    deploymentGroupsBack: "Back",
    deploymentStudentCount: "{n} Student | {n} Students",
    deploymentConfig: "Deployment Configuration",
    deploymentLogs: "Deployment Logs",
    deploymentNoLogs: "No Logs available.",
    deploymentWaitingOnLogs: "Waiting for log stream...",
    deploymentLogsFailure: "Failure",
    deploymentDescription: "Description",
    deploymentOwner: "Owner",
    deploymentUserName: "Username",
    deploymentUserRole: "Role",
    teamsAndMembers: "Teams & Members",
    teamOrUser: "Team / User",
    IPAddress: "IP Address",
    port: "Port",
    password: "Password",
    noStructuredAccounts: "No structured user accounts found. See raw data below.",
    showRawData: "Show Terraform Raw Data (JSON)",
    hideRawData: "Hide Raw Data",
    tasksAndLogs: "Tasks & Logs",
    terraformState: "Infrastructure Details (Terraform State)",
    tasksOwnerOnly: "Tasks and logs are only visible to the deployment owner and to teaching staff.",
    resendAccessButton: "Resend access",
    resendAccessSending: "Sending...",
    resendAccessSent: "Sent",
    resendAccessRetry: "Retry",
    resendAccessTooltip: "Re-send the access-credentials mail to this user",
    resendAccessBusyTooltip: "Not available while a deployment is running",
    resendAccessSuccess: "Access mail sent.",
    resendAccessError: "Failed to send access mail",
    resendAccessSmtpDisabled: "Email delivery is disabled on this instance. Ask an administrator to enable SMTP.",
    resendAccessDeploymentBusy: "Access mail cannot be sent while a deployment is running. Please wait until the deployment has finished.",
    cancelDeployment: "Cancel Deployment",
    confirmCancelTitle: "Confirm Cancel",
    confirmCancelMessage: "Are you sure you want to cancel the deployment <strong>{name}</strong>? The running process will be stopped.",
    confirmCancelButton: "Stop",
    cancelSuccessToast: "Deployment cancelled successfully.",
    cancelErrorToast: "Error cancelling deployment.",
    destroyDeployment: "Destroy & Remove",
    confirmDestroyTitle: "Confirm Destroy & Remove",
    confirmDestroyMessage: "Are you sure you want to tear down all OpenStack resources for deployment <strong>{name}</strong>? It will then be removed from your list. This cannot be undone.",
    confirmDestroyButton: "Destroy & Remove",
    destroyStartedToast: "Destroy started — see live progress below.",
    destroySuccessToast: "Deployment destroyed and removed.",
    destroyErrorToast: "Error starting destroy.",
  },
  DeploymentCreateView: {
    title: "Create New Deployment",
  },
  AppsView: {
    title: "Apps",
    subtitle: "Templates for creating new deployments.",
    addApp: "Add App",
    loading: "Loading data...",
    noAppsTitle: "No apps available",
    noAppsDesc: "No apps have been created in the database yet.",
    noPrivateApps: "No private apps available.",
    noPublicApps: "No public apps available.",
    noDescription: "No description available.",
    detailsDeploy: "Details & Deployment",
    loadError: "Failed to load apps.",
    badgeNew: "Not yet submitted",
    badgePending: "Awaiting approval",
    badgePublished: "Published",
    badgePrivate: "Private",
    filterAll: "All",
    filterPublic: "Public",
    filterPrivate: "Private",
  },
  AppsCreateView: {
    title: "Add App",
    form: {
      nameLabel: "App Name:",
      namePlaceholder: "Name",
      descLabel: "App Description:",
      descPlaceholder: "Markdown supported: # Heading, **bold**, _italic_, - list, [Link](url), `code`",
      descMarkdownHint: "Markdown supported — use the preview tab to see the result.",
      logoLabel: "App Logo (Optional):",
      logoSelect: "Select image or drag and drop here",
      logoRemove: "Remove",
      repoLabel: "Link to GitHub Repo:",
      repoPlaceholder: "https://github.com...",
      visibilityLabel: "Visibility:",
      visibilityPublic: "Public",
      visibilityPrivate: "Private",
      visibilityPublicHint: "Others can deploy this app once a version has been approved.",
      visibilityPrivateHint: "Only you can deploy this app.",
      submitAllLabel: "Submit all versions",
      submitAllHint: "All existing Git tags will be submitted for review immediately.",
    },
    preview: {
      badge: "Preview",
      logoAlt: "App Preview Logo",
      defaultName: "Name",
      defaultDesc: "This is a sample text",
      deployBtn: "Deploy Now"
    },
    info: {
      important: "Important:",
      inviteText: "Please invite the git user <strong>six7clickndeploy</strong> as a collaborator to the repo."
    },
    buttons: {
      saving: "Saving...",
      add: "Add"
    },
    messages: {
      onlyImages: "Please upload image files only.",
      imageTooLarge: "Image too large (max. {size} MB).",
      missingFields: "Please provide a name and a repo URL.",
      invalidUrl: "This does not look like a valid Git URL (e.g., https://github.com/user/repo).",
      success: "App successfully created!",
      noAccess: "Invalid URL or no access to the repository. Please check permissions.",
      serverError: "Server Error: {statusText}",
      networkError: "Error creating the app. (Network error)"
    }
  },
  AppsDetailView: {
    deleteApp: "Delete",
    editApp: "Edit",
    confirmDeleteTitle: "Delete app",
    confirmDeleteMessage: "Delete app <strong>{name}</strong>? Existing deployments of this app keep working; no new deployments can be started afterwards. The DB row stays for audit.",
    confirmButton: "Delete",
    cancelButton: "Cancel",
    deletingButton: "Deleting...",
    deleteSuccessToast: "App deleted.",
    deleteErrorToast: "Failed to delete app",
    loading: "Loading App Details...",
    backToOverview: "Back to overview",
    versionsAvailable: "versions available",
    descriptionTitle: "Description",
    noDescription: "No detailed description available for this app.",
    appInfoTitle: "App Information",
    createdAt: "Created at:",
    createdBy: "Created by:",
    unknownUser: "Unknown",
    versionDetailsTitle: "Version Details",
    versionName: "Name:",
    versionType: "Type:",
    versionCommit: "Commit:",
    versionAuthor: "Author:",
    versionPublishedAt: "Published at:",
    versionPreRelease: "Pre-Release:",
    versionLink: "Link:",
    yes: "Yes",
    no: "No",
    noVersionInfo: "No further information on this version.",
    versionDescTitle: "Version Description",
    startDeploymentTitle: "Start Deployment",
    selectVersionLabel: "Select Version",
    deployButton: "Deploy Now",
    missingCredsTitle: "OpenStack credentials missing — see profile",
    missingCredsLink: "OpenStack Credentials",
    missingCredsText: "must be provided to deploy this app.",
    toasts: {
      loadError: "Failed to load app details.",
      selectVersionFirst: "Please select a version first.",
      preparingConfig: "Preparing configuration for {name}.",
      submitSuccess: "Version submitted successfully.",
      submitError: "Submission failed.",
      submitDuplicate: "This version has already been submitted.",
      withdrawSuccess: "Submission withdrawn.",
      withdrawError: "Withdraw failed.",
      setPrivate: "App is now private.",
      setPublic: "App is now public.",
      updateError: "Update failed.",
      editSuccess: "App updated.",
      editError: "Failed to update app.",
      nameRequired: "Name must not be empty.",
      imageTooLarge: "Image too large (max. {size} MB).",
      onlyImages: "Please upload an image file."
    },
    visibilityLabel: "Visibility:",
    visibilityPublic: "Public",
    visibilityPrivate: "Private",
    visibilityPublicDesc: "Others can deploy this app once a version has been approved.",
    visibilityPrivateDesc: "Only you can deploy this app.",
    tabOverview: "Overview",
    tabStore: "App Store",
    storeVisibilityTitle: "App Store Visibility",
    noVersionsYet: "No versions available yet.",
    privateAppStoreHint: "This app is private. Switch visibility to Public to submit versions for review.",
    bannerNoSubmission: "No version submitted yet – submit a version so others can deploy this app.",
    bannerPending: "Version under review – app is not yet visible to others.",
    versionTableTitle: "Version Approval Status",
    versionTableVersion: "Version",
    versionTableStatus: "Status",
    versionTableDate: "Submitted on",
    versionTableAction: "Action",
    submitButton: "Submit for review",
    resubmitButton: "Resubmit",
    withdrawButton: "Withdraw submission",
    submittingButton: "Submitting...",
    rejectionReasonLabel: "Rejection reason:",
    submitModal: {
      title: "Submit version",
      description: "Submit version for review:",
      notesLabel: "Note for the admin (optional)",
      notesPlaceholder: "e.g. Changelog, special notes about this version...",
      submit: "Submit",
      markerErrorTitle: "Cannot submit — invalid markers:",
    },
    editModal: {
      title: "Edit app",
      description: "Update name, description and logo. The repository is immutable after creation.",
      nameLabel: "Name",
      descLabel: "Description",
      imageLabel: "Logo",
      imageHint: "Drop image here or click to select (max. 2 MB)",
      imageRemove: "Remove",
      currentImage: "Current logo",
      saveButton: "Save",
      savingButton: "Saving...",
    },
  },
  user: {
    title: "User Profile",
    subtitle: "Personal information & account settings",
 
    name: "Prof. Dr. Eichberg",
    edit: "Edit Profile",
 
    emailLabel: "E-Mail",
    emailValue: "eichberg@six7.de",
 
    roleLabel: "Role",
    roleAdmin: "Administrator",
 
    passwordLabel: "Password",
    changePassword: "Change Password",
  },
 
  AppVersionStatusBadge: {
    new: "Not yet submitted",
    pending: "Awaiting approval",
    published: "Published",
    rejected: "Rejected",
    private: "Private",
  },
 
  AdminAppsView: {
    title: "Release Management",
    subtitle: "All apps and their versions — pending, approved and rejected.",
    loadError: "Failed to load data.",
    emptyAppsTitle: "No apps available.",
    noVersionsSubmitted: "No versions submitted yet.",
    filterLabel: "Filter:",
    filterOnlySubmissions: "With submissions only",
    pendingLabel: "pending",
    noPendingLabel: "nothing pending",
    colVersion: "Version",
    colStatus: "Status",
    colDate: "Submitted on",
    colActions: "Actions",
    approveBtn: "Approve",
    rejectBtn: "Reject",
    revokeBtn: "Revoke",
    approveSuccess: "Version approved.",
    approveError: "Approval failed.",
    rejectSuccess: "Version rejected.",
    rejectError: "Rejection failed.",
    revokeSuccess: "Approval revoked.",
    revokeError: "Revoke failed.",
    goToApp: "Open app details",
    notesLabel: "Note:",
    rejectionLabel: "Rejected:",
    privateLabel: "Private",
    privateAppNote: "This app is private – pending submissions are not shown for approval.",
    rejectModal: {
      title: "Reject version",
      reasonLabel: "Rejection reason *",
      reasonPlaceholder: "e.g. Insecure Terraform configuration",
      cancel: "Cancel",
      submit: "Reject",
    },
    revokeModal: {
      title: "Revoke approval",
      reasonLabel: "Reason *",
      reasonPlaceholder: "e.g. Security vulnerability discovered",
      cancel: "Cancel",
      submit: "Revoke",
    },
    emptyNoSubmissionsTitle: "No pending approvals",
    emptyNoSubmissionsDesc: "No app versions are waiting for approval right now. When someone submits a new version, it will show up here.",
    emptyShowAll: "Show all apps",
  },
 
  deployment: {
    title: 'New Deployment',
    subtitle: 'Choose an app to deploy',
 
    actions: {
      back: 'Back',
      next: 'Next',
      deploy: 'Deploy'
    },
    apps: {
      nodejs: {
        title: 'NodeJS VM',
        description: 'A preconfigured NodeJS development environment for courses and exercises. Contains NodeJS 20, NPM and standard port mappings. Ideal for web development in the classroom.'
      },
      jupyter: {
        title: 'Jupyter Notebook',
        description: 'Server for Jupyter Notebooks with Python, Pandas, NumPy and GPU support. Perfect for AI/Data analysis courses.'
      },
      pentest: {
        title: 'Pentesting Lab',
        description: 'VMs for Penetration Testing. Contains attack and target systems in an isolated network.'
      },
      gitlab: {
        title: 'GitLab Server',
        description: 'Complete GitLab Server for course projects. Users are automatically created with group accounts.'
      }
    },
    config: {
      nameLabel: 'Select a name:',
      namePlaceholder: 'Pentesting-2025-best-course',
      courseLabel: 'Select a course',
      studentsLabel: 'Select students',
      searchPlaceholder: 'Search...',
      selectedCount: '{count} selected',
      infoTitle: 'Note:',
      targetGroupTitle: 'Define target audience',
      infoText: 'The total number of students is the combination of the selected courses and individually added students. Duplicates are removed automatically.'
    },
    groups: {
      title: 'Set the number of groups',
      one: 'One group',
      eachUser: 'Each user individually', // <--- WICHTIG: "eachUser" statt "each"
      custom: 'Custom',
      autoAssigned: 'Assigned automatically',
      autoDistributed: 'Distributed automatically',
      studentsSelected: '{count} students selected'
    },
    assignment: {
      title: 'Assign users to groups',
      groupPrefix: 'Group', // Wird zu "Group 1", "Group 2" etc.
      unassigned: 'Unassigned', // Optional
      removeAll: 'Remove all',
      moveAllHere: 'Move all here',
      removeAllTooltip: 'Remove all students from this group',
      moveAllTooltip: 'Moves all students to this group',
      vmNamePlaceholder: 'Team Name...',
      vmDefaultName: 'Team #{index}',
      defaultSingleName: 'Single Team',
      userCount: '{count} Users',
      noStudents: 'No students available.',
      alreadyAssigned: 'Already assigned',
      inOtherGroup: 'In another group',
      teamsLabel: 'Teams',
      shuffleTooltip: 'Distribute randomly',
      shuffle: 'Shuffle',
      resetTooltip: 'Clear all assignments',
      reset: 'Reset',
      dragDropTitle: 'Drag & Drop enabled',
      dragDropText: 'Drag and drop students between teams and the unassigned area.',
      allAssigned: 'All students are assigned to teams.',
      dropZone: 'Drop students here',
      progress: 'Progress',
      assignedCount: '{assigned} / {total} assigned',
    },
 
    variables: {
      title: 'User-specific Variables',
      description: 'Optional parameters for the deployment.',
      label: 'USER INPUT VAR',
      unnamed: 'Unnamed',
      loading: 'Loading variables...',
      noVariables: 'This app requires no special variables.',
      packerDesc: 'Image/Template Configuration',
      terraformDesc: 'Infrastructure Configuration',
      showInfo: 'Show info',
      markerErrorTitle: '⚠ @openstack marker faulty',
      markerErrorToast: '{count} faulty @openstack marker(s) — the affected variables will be rendered as free-text:\n{lines}',
      commaSeparated: 'Separate multiple values with commas',
      required: 'Required',
      activated: 'Activated',
      deactivated: 'Deactivated',
      enterValue: 'Enter value...',
      defaultValue: 'Default: {default}',
      placeholderList: 'Value 1, Value 2',
      saveError: 'Error while saving.',
      scopeTitleTeam: 'A separate value per team',
      scopeTitleUser: 'A separate value per user',
      scopeDescTeam: 'You provide <strong>one input per team</strong> below. On deploy, each team receives exactly its own value.',
      scopeDescUser: 'You provide <strong>one input per member</strong> below. On deploy, each member receives exactly its own value.',
      noTeamsConfigured: 'No teams configured yet — please complete the previous step first.',
      noMembers: 'No members',
      missingRequiredTitle: 'Missing required inputs:',
      teamRenameToast: 'Team/User change detected — {count} orphaned input(s) removed:\n{lines}'
    },
    summary: {
      title: 'Recommended Configuration',
      subtitle: 'Review all settings before starting',
      loadingConfig: 'Loading configuration...',
      baseConfigTitle: 'Base Configuration',
      deploymentNameLabel: 'Deployment Name',
      appLabel: 'App',
      appNotFound: 'App not found',
      versionLabel: 'Version',
      selectedStudents: 'Selected students ({count})',
      teamAssignmentTitle: 'Team Assignment',
      teamCountLabel: 'Number of teams',
      modeLabel: 'Mode',
      noUsersAssigned: 'No users assigned',
      variablesConfigTitle: 'Variables Configuration',
      editBtn: 'Edit',
      packerVars: 'Packer Variables',
      terraformVars: 'Terraform Variables',
      noPackerVars: 'No Packer variables',
      noTerraformVars: 'No Terraform variables',
      submittedValue: 'Submitted value: {value}',
      creating: 'Creating...',
      invalidJson: 'Custom variable values could not be read (invalid JSON). Default values will be used.',
      fetchVarsError: 'Could not load variables.',
      fetchVarsError500: 'Server Error (500). variables.tf not found?',
      fetchUsersError: 'Could not load user list.',
      submitError: 'Could not create deployment.',
      submitSuccess: 'Deployment started',
      // Structured-error toasts for HTTP 413/422 responses from the
      // backend. The submit handler maps the {reason} field of the
      // detail JSON to one of these keys and substitutes any size
      // fields the user needs to act on. Falls back to ``submitError``
      // when the reason is unknown.
      errors: {
        fileTooLarge: 'File "{filename}" is too large: {actualMb} MB exceeds the {limitMb} MB per-file limit.',
        deploymentFilesTooLarge: 'Total file size in this deployment exceeds the {limitMb} MB limit. Please remove or shrink files.',
        fileExtensionRejected: 'File "{filename}" has an unsupported extension. Allowed: {allowed}.',
        fileB64Invalid: 'File "{filename}" could not be decoded — please try uploading again.',
        fileSizeMismatch: 'File "{filename}" size check failed — please try uploading again.',
      },
      yes: 'Yes',
      no: 'No',
      labels: {
        flavor: 'Flavor',
        vms: 'VMs',
        image: 'Image',
        ports: 'Ports',
        network: 'Network',
        secGroup: 'Security Group',
        accounts: 'Accounts',
        storage: 'Storage',
        software: 'Software'
      },
      customize: 'Customize'
    },
    steps: {
      config: 'Selection',
      assignment: 'Distribution',
      vars: 'Variables',
      summary: 'Overview'
    },
 
    errors: {
      missingName: 'Please enter a name for the deployment.',
      missingStudents: 'Please select at least one student.'
    }
  },
 
  roleLabels: {
    admin: 'Administrator',
    teacher: 'Teacher',
    student: 'Student',
    unknown: 'Unknown'
  },
 
  router: {
    forbidden: 'Access denied — this page requires: {roles}'
  },
 
  ForbiddenView: {
    title: 'Access denied',
    description: 'You don\'t have the required role for this page. If you think this is a mistake, please contact your administrator.',
    backToDashboard: 'Back to dashboard'
  },
 
  UserView: {
    title: 'Profile',
    subtitle: 'Your user information',
    loading: 'Loading user data...',
    fields: {
      firstName: 'First name',
      lastName: 'Last name',
      email: 'E-mail',
      course: 'Course',
      role: 'Role',
      userId: 'User ID',
      registeredAt: 'Registered since',
      keycloakId: 'Keycloak ID',
    },
    settings: {
      title: 'Settings',
      openstackTitle: 'OpenStack credentials',
      openstackHint: 'Store your own credentials for deployments',
    },
  },
 
  banners: {
    credentialsMissing: {
      title: 'OpenStack credentials missing',
      message: 'Without credentials you cannot create deployments or see quotas.',
      cta: 'Set up now',
    },
    credentialsInvalid: {
      title: 'OpenStack credentials not validated',
      cta: 'Re-check',
    },
  },
 
  SettingsOpenStackView: {
    title: 'OpenStack credentials',
    intro: 'Store your own OpenStack credentials. They are saved encrypted and only decrypted at the runtime of your deployments.',
    lockBanner: {
      title: 'Credentials are currently locked',
      message: 'You have {count} active deployment(s). Delete them first to change your OpenStack credentials.',
      cta: 'Go to my deployments',
    },
    status: {
      loading: 'Loading status…',
      noneTitle: 'No credentials configured yet',
      noneHint: 'Upload a {file} or fill in the form below.',
      valid: 'Credentials valid',
      invalid: 'Validation failed',
      lastChecked: 'Last checked: {time}',
      retest: 'Re-test',
      delete: 'Delete',
      deleteSuccess: 'Credentials deleted.',
    },
    dropZone: {
      headline: 'Drag clouds.yaml here',
      orPrefix: 'Or',
      pickFile: 'pick a file',
      suffix: '— the fields will be filled automatically; you still need to save.',
    },
    tabs: {
      app: 'Application credential',
      appRecommended: 'recommended',
      password: 'Username & password',
    },
    fields: {
      authUrl: 'Auth URL',
      region: 'Region (optional)',
      appCredentialId: 'Application credential ID',
      appCredentialSecret: 'Application credential secret',
      userDomain: 'User domain name',
      username: 'Username',
      password: 'Password',
      projectId: 'Project ID (or project name below)',
      projectName: 'Project name',
      projectDomain: 'Project domain name (optional)',
    },
    save: 'Save & validate',
    fileEmpty: 'The file is empty.',
    fileReadError: 'File could not be read.',
    cloudsYamlError: 'clouds.yaml could not be parsed.',
    cloudsYamlImported: 'Data imported from clouds.yaml — please review and save.',
    dropNoFile: 'No file detected. Please try again.',
    errors: {
      missingFields: 'Please fill in all required fields.',
      lockedActiveDeployments: 'Credentials locked — {count} active deployment(s).',
      validationFailedSaved: 'Saved, but validation failed: {error}',
      validationFailed: 'Validation failed: {error}',
    },
    toasts: {
      saveSuccess: 'OpenStack credentials saved and validated.',
      credentialsValid: 'Credentials are valid.',
    },
    confirmDelete: 'Really delete OpenStack credentials?',
    tooltips: {
      lockedNow: 'Credentials are currently locked',
      lockedActiveDeployments: 'Locked — active deployments exist',
    },
    placeholders: {
      authUrl: 'https://keystone.example.com:5000/v3',
      region: 'RegionOne',
    },
  },
 
  vm: {
    drift: {
      missingTitle: 'VM no longer found in OpenStack',
      missingHint: 'This resource is in the Terraform state but missing from the OpenStack project. Click "Redeploy" to re-create it.',
      staleTitle: 'Live status could not be fetched',
      staleHint: 'The values shown here are from the last cached Terraform state. "Refresh" at the top right repeats the live fetch.',
    },
    resourcesErrors: {
      missingCredentials: 'OpenStack credentials missing — please configure to see live status.',
      unreachable: 'OpenStack is currently unreachable. Live status unavailable.',
      generic: 'Error loading infrastructure resources.',
    },
    units: {
      vcpu: 'vCPU',
      gb: 'GB',
    },
    sharedTeam: 'Shared',
    openstackFault: 'OpenStack fault',
    uptimePrefix: 'Up for',
    actions: {
      hideDetails: 'Hide',
      showDetails: 'Details',
      redeploying: 'Running…',
      redeploy: 'Redeploy',
      refresh: 'Refresh',
      closeDetails: 'Hide details',
    },
    drawer: {
      title: 'VM details',
      loading: 'Loading details…',
      address: 'Address',
      osUuid: 'OS UUID',
      errors: {
        notFound: 'Resource no longer found in the Terraform state.',
        missingCredentials: 'OpenStack credentials missing — please configure.',
        unreachable: 'OpenStack is currently unreachable.',
        generic: 'Error loading details.',
      },
      sections: {
        identity: 'Identity',
        lifecycle: 'Lifecycle',
        hardware: 'Hardware',
        addresses: 'Network addresses',
        ports: 'Network ports',
        securityGroups: 'Security groups',
        volumes: 'Volumes',
        metadata: 'Metadata',
      },
      lifecycle: {
        taskState: 'Task state',
        vmState: 'VM state',
        powerState: 'Power state',
      },
      hardware: {
        flavor: 'Flavor',
        ram: 'RAM',
        disk: 'Disk',
        image: 'Image',
        az: 'AZ',
      },
      network: {
        fixedIp: 'Fixed IP',
        floatingIp: 'Floating IP',
        mac: 'MAC',
        noPorts: 'No ports available.',
        securityGroupLabel: 'Security group(s)',
        securityGroupCount: '{count} security group(s)',
        noSecurityGroups: 'No security groups assigned.',
        ingress: 'ingress',
        egress: 'egress',
      },
      volumes: {
        empty: 'No volumes attached.',
        size: 'Size',
        device: 'Device',
        bootable: 'Bootable',
      },
    },
  },
 
  openstackPicker: {
    network: {
      private: 'Private',
      shared: 'Shared',
      external: 'External',
      gatewayPrefix: 'GW:',
      externalGateway: 'External gateway',
    },
    unnamed: '(unnamed)',
    toasts: {
      removed: '{label} was removed',
      listRefreshed: 'List refreshed.',
    },
    manualLabel: 'Manual ({mode})',
    modeUuid: 'UUID',
    modeName: 'Name',
    showList: 'Show list again',
    multiPlaceholder: 'Separate values with comma',
    selectSingular: 'Select {type}…',
    selectPlural: 'Select {type}s…',
    enterValue: 'Enter {type} {mode}',
    osError: 'OpenStack is currently unreachable.',
    credentialsRequired: 'OpenStack credentials required',
    notInList: 'The currently selected value is not in the list — click to change or refresh the list.',
    externalBadge: 'external',
    refreshList: 'Refresh list',
    searchPlaceholder: 'Search {type}...',
    loading: 'Loading {type}s…',
    unreachable: 'OpenStack unreachable',
    retry: 'Retry',
    enterManually: 'Enter manually',
    enterManuallyShort: 'Manual',
    enterManuallyInstead: 'Enter {mode} manually instead',
    noHits: 'No matches for "{query}".',
    emptyProject: 'No {type}s in your project.',
    hints: {
      storesUuid: 'Stores UUID',
      storesName: 'Stores name',
      multiSelect: 'Multi-select',
    },
  },
 
  fileDropZone: {
    pick: 'Pick a file or drop one here',
    remove: 'Remove',
    tooLarge: 'File too large (max. {mb} MB).',
    readError: 'File could not be read.',
  },
 
  variableInput: {
    on: 'Enabled',
    off: 'Disabled',
    listPlaceholder: 'Value 1, Value 2',
    defaultPlaceholder: 'Default: {value}',
    enterValue: 'Enter value...',
  },
 
};