mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 18:24:21 +01:00
Updated translations.
Some checks are pending
Some checks are pending
This commit is contained in:
parent
ffe7bb6ce5
commit
8e1a800c31
146 changed files with 6866 additions and 165 deletions
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "لوحات",
|
||||
"board-view": "عرض اللوحات",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "التقويم",
|
||||
"board-view-swimlanes": "خطوط السباحة",
|
||||
"board-view-collapse": "انهيار",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "بداية",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "تأكيد",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Табла",
|
||||
"board-view": "Изглед на таблото",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Календар",
|
||||
"board-view-swimlanes": "Коридори",
|
||||
"board-view-collapse": "Събери",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Начало",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Taulers",
|
||||
"board-view": "Visió del tauler",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendari",
|
||||
"board-view-swimlanes": "Carrils",
|
||||
"board-view-collapse": "Contraure",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Comença",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmeu",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tabla",
|
||||
"board-view": "Náhled tabla",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendář",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Sbalit",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tabla",
|
||||
"board-view": "Náhled tabla",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendář",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Sbalit",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Potvrdit",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tavler",
|
||||
"board-view": "Tavlevisning",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Svømmebaner",
|
||||
"board-view-collapse": "Sammenfold",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Boardansicht",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Einklappen",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bestätigen",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Boardansicht",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Einklappen",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bestätigen",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Boardansicht",
|
||||
"desktop-mode": "Desktop Modus",
|
||||
"mobile-mode": "Mobil Modus",
|
||||
"mobile-desktop-toggle": "Wechseln zwischen Mobil und Desktop Modus",
|
||||
"zoom-in": "Zoom vergrößern",
|
||||
"zoom-out": "Zoom verkleinern",
|
||||
"click-to-change-zoom": "Klicken um die Zoom Stufe zu ändern",
|
||||
"zoom-level": "Zoom Stufe",
|
||||
"enter-zoom-level": "Eingabe Zoom Stufe (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Einklappen",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Gewicht",
|
||||
"cron": "Zeitplan",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bestätigen",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Boardansicht",
|
||||
"desktop-mode": "Desktop-Modus",
|
||||
"mobile-mode": "Handy-Modus",
|
||||
"mobile-desktop-toggle": "Umschalten zwischen Mobil und Desktop Ansicht",
|
||||
"zoom-in": "Vergrößern",
|
||||
"zoom-out": "Verkleinern",
|
||||
"click-to-change-zoom": "Klicken um die Zoom Stufe zu ändern",
|
||||
"zoom-level": "Zoomstufe",
|
||||
"enter-zoom-level": "Eingabe Zoom Stufe (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Einklappen",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Geplante Aufgabe erfolgreich gelöscht",
|
||||
"cron-job-pause-failed": "Anhalten der geplanten Aufgabe fehlgeschlagen",
|
||||
"cron-job-paused": "Geplante Aufgabe erfolgreich angehalten",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Unterbrechung der Migrationen fehlgeschlagen",
|
||||
"migration-paused": "Migrationen erfolgreich unterbrochen",
|
||||
"migration-progress": "Migrationsfortschritt",
|
||||
"migration-start-failed": "Start der Migrationen fehlgeschlagen",
|
||||
"migration-started": "Migrationen erfolgreich gestartet",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migrationsstatus",
|
||||
"migration-stop-confirm": "Sind Sie sicher, dass Sie alle Migrationen stoppen wollen?",
|
||||
"migration-stop-failed": "Stoppen der Migrationen fehlgeschlagen",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Nicht migrierte Bretter",
|
||||
"weight": "Gewicht",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bestätigen",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Πίνακες",
|
||||
"board-view": "Προβολή Πίνακα",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Ημερολόγιο",
|
||||
"board-view-swimlanes": "Λωρίδες",
|
||||
"board-view-collapse": "Σύμπτυξη",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Έναρξη",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Πίνακες",
|
||||
"board-view": "Προβολή Πίνακα",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Ημερολόγιο",
|
||||
"board-view-swimlanes": "Λωρίδες",
|
||||
"board-view-collapse": "Σύμπτυξη",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Έναρξη",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1640,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Komenco",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tableros",
|
||||
"board-view": "Vista de Tablero",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendario",
|
||||
"board-view-swimlanes": "Calles",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Empieza",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tableros",
|
||||
"board-view": "Vista del tablero",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendario",
|
||||
"board-view-swimlanes": "Carriles",
|
||||
"board-view-collapse": "Contraer",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Comienza",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tableros",
|
||||
"board-view": "Vista del tablero",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendario",
|
||||
"board-view-swimlanes": "Carriles",
|
||||
"board-view-collapse": "Contraer",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Comienza",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tableros",
|
||||
"board-view": "Vista del tablero",
|
||||
"desktop-mode": "Modo de Escritorio",
|
||||
"mobile-mode": "Modo Móvil",
|
||||
"mobile-desktop-toggle": "Alterna entre el Modo Móvil y el Modo de Escritorio",
|
||||
"zoom-in": "Acercar",
|
||||
"zoom-out": "Alejar",
|
||||
"click-to-change-zoom": "Haz clic para cambiar el nivel de zoom",
|
||||
"zoom-level": "Nivel de zoom",
|
||||
"enter-zoom-level": "Introduzca el nivel de zoom (50-300%):",
|
||||
"board-view-cal": "Calendario",
|
||||
"board-view-swimlanes": "Carriles",
|
||||
"board-view-collapse": "Contraer",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Comienza",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Fallo al pausar las migraciones",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Proceso de migración",
|
||||
"migration-start-failed": "Fallo al iniciar las migraciones",
|
||||
"migration-started": "Las migraciones se han iniciado correctamente",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Estado de migración",
|
||||
"migration-stop-confirm": "¿Estás seguro de querer detener todas las migraciones?",
|
||||
"migration-stop-failed": "Fallo al detener las migraciones",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Peso",
|
||||
"cron": "Programación",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmar",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Lauad",
|
||||
"board-view": "Juhatuse vaade",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Kokkupõrge",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Kinnitage",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Arbelak",
|
||||
"board-view": "Arbela ikuspegia",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Egutegia",
|
||||
"board-view-swimlanes": "Errailak",
|
||||
"board-view-collapse": "Tolestu",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Hasiera",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "بردها",
|
||||
"board-view": "نمایش برد",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "تقویم",
|
||||
"board-view-swimlanes": "مسیرها",
|
||||
"board-view-collapse": "جمع کردن",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "شروع",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "بردها",
|
||||
"board-view": "نمایش برد",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "تقویم",
|
||||
"board-view-swimlanes": "مسیرها",
|
||||
"board-view-collapse": "جمع کردن",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "شروع",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Taulut",
|
||||
"board-view": "Taulunäkymä",
|
||||
"desktop-mode": "Työpöytätila",
|
||||
"mobile-mode": "Mobiilitila",
|
||||
"mobile-desktop-toggle": "Vaihda mobiili- ja työpöytätilan välillä",
|
||||
"zoom-in": "Lähennä",
|
||||
"zoom-out": "Loitonna",
|
||||
"click-to-change-zoom": "Napsauta muuttaaksesi zoomaustasoa",
|
||||
"zoom-level": "Zoomaus taso",
|
||||
"enter-zoom-level": "Kirjoita zoomaus taso (50-300%):",
|
||||
"board-view-cal": "Kalenteri",
|
||||
"board-view-swimlanes": "Uimaradat",
|
||||
"board-view-collapse": "Pienennä",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Ajastettu työ poistettu onnistuneesti",
|
||||
"cron-job-pause-failed": "Ajastetun työn keskeyttäminen epäonnistui",
|
||||
"cron-job-paused": "Ajastettu työ keskeytetty onnistuneesti",
|
||||
"cron-job-resume-failed": "Ajastetun työn jatkaminen epäonnistui",
|
||||
"cron-job-resumed": "Aikataulu työtä jatkettu onnistuneesti",
|
||||
"cron-job-start-failed": "Aikataulu työn käynnistäminen epäonnistui",
|
||||
"cron-job-started": "Aikataulu työ aloitettu onnistuneesti",
|
||||
"cron-migration-errors": "Siirto virheet",
|
||||
"cron-migration-warnings": "Siirto varoitukset",
|
||||
"cron-no-errors": "Ei virheitä joita näyttää",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Alkaa",
|
||||
"pause": "Tauko",
|
||||
"stop": "Pysäytä",
|
||||
"migration-starting": "Aloita siirrot...",
|
||||
"migration-pausing": "Keskeytetään siirrot...",
|
||||
"migration-stopping": "Pysäytetään siirrot...",
|
||||
"migration-pause-failed": "Siirtojen keskeyttäminen epäonnistui",
|
||||
"migration-paused": "Siirrot keskeytetty onnistuneesti",
|
||||
"migration-progress": "Siirtojen edistyminen",
|
||||
"migration-start-failed": "Siirtojen aloittaminen epäonnistui",
|
||||
"migration-started": "Siirrot aloitettu onnistuneesti",
|
||||
"migration-not-needed": "Ei tarvitse siirtää mitään",
|
||||
"migration-status": "Siirron tila",
|
||||
"migration-stop-confirm": "Haluatko varmasti pysäyttää kaikki siirrot?",
|
||||
"migration-stop-failed": "Siirtojen pysäyttäminen epäonnistui",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Siirtämättömät taulut",
|
||||
"weight": "Paino",
|
||||
"cron": "Ajastus",
|
||||
"current-step": "Nykyinen vaihe"
|
||||
"current-step": "Nykyinen vaihe",
|
||||
"otp": "OTP-koodi",
|
||||
"create-account": "Luo tili",
|
||||
"already-account": "Onko sinulla jo tili? Kirjaudu sisään",
|
||||
"available-repositories": "Käytettävissä olevat repot",
|
||||
"repositories": "Repot",
|
||||
"repository": "Repo",
|
||||
"repository-name": "Repo nimi",
|
||||
"size-bytes": "Koko (tavua)",
|
||||
"last-modified": "Viimeksi muokattu",
|
||||
"no-repositories": "Repoja ei löytynyt",
|
||||
"create-repository": "Luo repo",
|
||||
"upload-repository": "Uppaa/Päivitä repo",
|
||||
"api-endpoints": "API päätepisteet",
|
||||
"sign-in-to-upload": "Kirjaudu sisään upataksesi repoja",
|
||||
"account-locked": "Tili on tilapäisesti lukittu liian monen epäonnistuneen kirjautumisyrityksen vuoksi. Yritä myöhemmin uudelleen.",
|
||||
"otp-required": "OTP-koodi vaaditaan",
|
||||
"invalid-credentials": "Virheellinen käyttäjätunnus tai salasana",
|
||||
"username-password-required": "Käyttäjätunnus ja salasana vaaditaan",
|
||||
"password-mismatch": "Salasanat eivät täsmää",
|
||||
"username-too-short": "Käyttäjätunnuksen on oltava vähintään 3 merkkiä pitkä",
|
||||
"user-exists": "Käyttäjä on jo olemassa",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Tilin luominen epäonnistui",
|
||||
"login": "Kirjaudu sisään",
|
||||
"confirm": "Varmista",
|
||||
"error": "Virhe",
|
||||
"file": "Tiedosto",
|
||||
"log": "Loki",
|
||||
"logout": "Kirjaudu ulos",
|
||||
"server": "Palvelin",
|
||||
"protocol": "Protokolla"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tableaux",
|
||||
"board-view": "Vue du tableau",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendrier",
|
||||
"board-view-swimlanes": "Couloirs",
|
||||
"board-view-collapse": "Réduire",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Début",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmer",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tableaux",
|
||||
"board-view": "Vue du tableau",
|
||||
"desktop-mode": "Mode bureau",
|
||||
"mobile-mode": "Mode mobile",
|
||||
"mobile-desktop-toggle": "Basculer entre le mode mobile et le mode bureau",
|
||||
"zoom-in": "Agrandir",
|
||||
"zoom-out": "Réduire",
|
||||
"click-to-change-zoom": "Cliquer pour changer le niveau d'agrandissement",
|
||||
"zoom-level": "Niveau d'agrandissement",
|
||||
"enter-zoom-level": "Entrer le niveau d'agrandissement (50-300%) :",
|
||||
"board-view-cal": "Calendrier",
|
||||
"board-view-swimlanes": "Couloirs",
|
||||
"board-view-collapse": "Réduire",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Début",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Tableaux non migrés",
|
||||
"weight": "Poids",
|
||||
"cron": "Planification",
|
||||
"current-step": "Étape courante"
|
||||
"current-step": "Étape courante",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmer",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Taboleiros",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Taboleiros",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "לוחות",
|
||||
"board-view": "תצוגת לוח",
|
||||
"desktop-mode": "מצב שולחן עבודה",
|
||||
"mobile-mode": "מצב נייד",
|
||||
"mobile-desktop-toggle": "החלפה בין מצב לניידים לבין מצב לשולחן עבודה",
|
||||
"zoom-in": "התקרבות",
|
||||
"zoom-out": "התרחקות",
|
||||
"click-to-change-zoom": "לחיצה תשנה את רמת התקריב",
|
||||
"zoom-level": "מרחק מתצוגה",
|
||||
"enter-zoom-level": "נא למלא רמת מרחק מתצוגה (50-300%):",
|
||||
"board-view-cal": "לוח שנה",
|
||||
"board-view-swimlanes": "מסלולים",
|
||||
"board-view-collapse": "צמצום",
|
||||
|
|
@ -783,8 +790,8 @@
|
|||
"delete-board-confirm-popup": "כל הרשימות, הכרטיסים, התווית והפעולות יימחקו ולא תהיה לך דרך לשחזר את תכני הלוח. אין אפשרות לבטל.",
|
||||
"boardDeletePopup-title": "למחוק את הלוח?",
|
||||
"delete-board": "מחיקת לוח",
|
||||
"delete-all-notifications": "Delete All Notifications",
|
||||
"delete-all-notifications-confirm": "Are you sure you want to delete all notifications? This action cannot be undone.",
|
||||
"delete-all-notifications": "למחוק את כל ההתראות",
|
||||
"delete-all-notifications-confirm": "למחוק את כל ההתראות? זאת פעולה בלתי הפיכה.",
|
||||
"delete-duplicate-lists": "מחיקת רשימות כפולות",
|
||||
"delete-duplicate-lists-confirm": "להמשיך? הפעולה הזאת תמחק את כל הרשימות הכפולות שיש להן את אותו השם ואינן מכילות כרטיסים.",
|
||||
"default-subtasks-board": "תת־משימות עבור הלוח __board__",
|
||||
|
|
@ -1325,7 +1332,7 @@
|
|||
"supportPopup-title": "תמיכה",
|
||||
"support-page-enabled": "עמוד התמיכה פעיל",
|
||||
"support-info-not-added-yet": "לא נוספו פרטי תמיכה עדיין",
|
||||
"support-info-only-for-logged-in-users": "Support info is only for logged in users.",
|
||||
"support-info-only-for-logged-in-users": "פרטי התמיכה הם למשתמשים שנכנסו למערכת בלבד.",
|
||||
"support-title": "כותרת תמיכה",
|
||||
"support-content": "תוכן תמיכה",
|
||||
"accessibility": "נגישות",
|
||||
|
|
@ -1385,21 +1392,25 @@
|
|||
"cron-job-deleted": "המשימה המתוזמנת נמחקה בהצלחה",
|
||||
"cron-job-pause-failed": "השהיית משימה מתוזמנת נכשלה",
|
||||
"cron-job-paused": "המשימה המתוזמנת הושהתה בהצלחה",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "שגיאות הסבה",
|
||||
"cron-migration-warnings": "אזהרות הסבה",
|
||||
"cron-no-errors": "אין שגיאות להצגה",
|
||||
"cron-error-severity": "Severity",
|
||||
"cron-error-time": "זמן",
|
||||
"cron-error-message": "Error Message",
|
||||
"cron-error-message": "הודעת שגיאה",
|
||||
"cron-error-details": "פרטים",
|
||||
"cron-clear-errors": "Clear All Errors",
|
||||
"cron-retry-failed": "Retry Failed Migrations",
|
||||
"cron-resume-paused": "Resume Paused Migrations",
|
||||
"cron-errors-cleared": "All errors cleared successfully",
|
||||
"cron-no-failed-migrations": "No failed migrations to retry",
|
||||
"cron-no-paused-migrations": "No paused migrations to resume",
|
||||
"cron-migrations-resumed": "Migrations resumed successfully",
|
||||
"cron-migrations-retried": "Failed migrations retried successfully",
|
||||
"cron-clear-errors": "פינוי כל השגיאות",
|
||||
"cron-retry-failed": "לנסות הסבות שנכשלו מחדש",
|
||||
"cron-resume-paused": "להמשיך הסבות שנעצרו",
|
||||
"cron-errors-cleared": "כל השגיאות פונו בהצלחה",
|
||||
"cron-no-failed-migrations": "אין הסבות כושלות לנסות שוב",
|
||||
"cron-no-paused-migrations": "אין הסבות שנעצרו לחידוש",
|
||||
"cron-migrations-resumed": "ההסבות חודשו בהצלחה",
|
||||
"cron-migrations-retried": "הסבות שנכשלו נוסו מחדש בהצלחה",
|
||||
"complete": "הושלם",
|
||||
"idle": "בהמתנה",
|
||||
"filesystem-path-description": "נתיב בסיס לאחסון קבצים",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "התחלה",
|
||||
"pause": "השהיה",
|
||||
"stop": "עצירה",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "השהיית ההסבות נכשלה",
|
||||
"migration-paused": "ההסבות הושהו בהצלחה",
|
||||
"migration-progress": "התקדמות הסבה",
|
||||
"migration-start-failed": "התחלת ההסבות נכשלה",
|
||||
"migration-started": "ההסבות החלו בהצלחה",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "מצב הסבה",
|
||||
"migration-stop-confirm": "לעצור את כל ההסבות?",
|
||||
"migration-stop-failed": "עצירת ההסבות נכשלה",
|
||||
|
|
@ -1485,13 +1500,13 @@
|
|||
"migration-needed": "נדרשת הסבה",
|
||||
"migration-complete": "הושלם",
|
||||
"migration-running": "Running...",
|
||||
"migration-successful": "Migration completed successfully",
|
||||
"migration-successful": "ההסבה הושלמה בהצלחה",
|
||||
"migration-failed": "ההסבה נכשלה",
|
||||
"migrations": "הסבות",
|
||||
"migrations-admin-only": "Only board administrators can run migrations",
|
||||
"migrations-admin-only": "רק מנהלי לוחות יכולים להריץ הסבות",
|
||||
"migrations-description": "Run data integrity checks and repairs for this board. Each migration can be executed individually.",
|
||||
"no-issues-found": "No issues found",
|
||||
"run-migration": "Run Migration",
|
||||
"no-issues-found": "לא נמצאו בעיות",
|
||||
"run-migration": "הרצת הסבה",
|
||||
"run-comprehensive-migration-confirm": "This will perform a comprehensive migration to check and fix board data integrity. This may take a few moments. Continue?",
|
||||
"run-delete-duplicate-empty-lists-migration-confirm": "This will first convert any shared lists to per-swimlane lists, then delete empty lists that have a duplicate list with the same title containing cards. Only truly redundant empty lists will be removed. Continue?",
|
||||
"run-restore-lost-cards-migration-confirm": "This will create a 'Lost Cards' swimlane and restore all cards and lists with missing swimlaneId or listId. This only affects non-archived items. Continue?",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "לוחות שלא הוסבו",
|
||||
"weight": "משקל",
|
||||
"cron": "מתזמן",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "אישור",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "बोर्डों",
|
||||
"board-view": "बोर्ड दृष्टिकोण",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "तिथि-पत्र",
|
||||
"board-view-swimlanes": "तैरना",
|
||||
"board-view-collapse": "संक्षिप्त करें",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "प्रारंभ",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "बोर्डों",
|
||||
"board-view": "बोर्ड दृष्टिकोण",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "तिथि-पत्र",
|
||||
"board-view-swimlanes": "तैरना",
|
||||
"board-view-collapse": "संक्षिप्त करें",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "प्रारंभ",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Ploče",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendar",
|
||||
"board-view-swimlanes": "Trake",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Početak",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Táblák",
|
||||
"board-view": "Tábla nézet",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Naptár",
|
||||
"board-view-swimlanes": "Úszósávok",
|
||||
"board-view-collapse": "Összecsukás",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Kezdés",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Megerősítés",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Panel",
|
||||
"board-view": "Tampilan Papan",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Ciutkan",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Mulai",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Bido",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Bacheche",
|
||||
"board-view": "Vista bacheca",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendario",
|
||||
"board-view-swimlanes": "Swimlane",
|
||||
"board-view-collapse": "Comprimi",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Inizio",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Peso",
|
||||
"cron": "Pianificazione",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Conferma",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "デスクトップモード",
|
||||
"mobile-mode": "モバイルモード",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "拡大",
|
||||
"zoom-out": "縮小",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "拡大率(50-300%)",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "ボード",
|
||||
"board-view": "ボード表示",
|
||||
"desktop-mode": "デスクトップモード",
|
||||
"mobile-mode": "モバイルモード",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "拡大",
|
||||
"zoom-out": "縮小",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "拡大率(50-300%)",
|
||||
"board-view-cal": "カレンダー",
|
||||
"board-view-swimlanes": "スイムレーン",
|
||||
"board-view-collapse": "折りたたむ",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "開始",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "重み",
|
||||
"cron": "スケジュール",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "確認",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "დაფები",
|
||||
"board-view": "დაფის ნახვა",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "კალენდარი",
|
||||
"board-view-swimlanes": "ბილიკები",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "დაწყება",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "보드",
|
||||
"board-view": "보드 화면",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "달력",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "접기",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "시작일",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "가중치",
|
||||
"cron": "스케줄러",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "확인",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Dēļi",
|
||||
"board-view": "Dēļa skats",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendārs",
|
||||
"board-view-swimlanes": "Joslas",
|
||||
"board-view-collapse": "Sakļaut",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Sākt",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Табли",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Календар",
|
||||
"board-view-swimlanes": "Коридори",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Започнува",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Mod Desktop",
|
||||
"mobile-mode": "Mod Mudah Alih",
|
||||
"mobile-desktop-toggle": "Tukar antara mod mudah alih dan desktop",
|
||||
"zoom-in": "Zum masuk",
|
||||
"zoom-out": "Zum keluar",
|
||||
"click-to-change-zoom": "Klik untuk ubah aras zum",
|
||||
"zoom-level": "Aras zum",
|
||||
"enter-zoom-level": "Masukkan aras zum (50-300%)",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Sahkan",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Papan",
|
||||
"board-view": "Paparan Papan",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendar",
|
||||
"board-view-swimlanes": "Aliran Renang",
|
||||
"board-view-collapse": "Buka",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Mula",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Sahkan",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tavler",
|
||||
"board-view": "Tavlevisning",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Svømmebaner",
|
||||
"board-view-collapse": "Slå sammen",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bekreft",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Borden",
|
||||
"board-view": "Bord overzicht",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Klap in",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Begin",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bevestig",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Borden",
|
||||
"board-view": "Bord overzicht",
|
||||
"desktop-mode": "Desktop Modus",
|
||||
"mobile-mode": "Telefoon Modus",
|
||||
"mobile-desktop-toggle": "Schakel tussen Telefoon en Desktop Modus",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Uit",
|
||||
"click-to-change-zoom": "Klik om zoom niveau te wijzigen",
|
||||
"zoom-level": "Zoom Niveau",
|
||||
"enter-zoom-level": "Voer zoom niveau in (50-300%)",
|
||||
"board-view-cal": "Kalender",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Inklappen",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Geplande taak verwijderen gelukt",
|
||||
"cron-job-pause-failed": "Geplande taak pauzeren mislukt",
|
||||
"cron-job-paused": "Geplande taak pauzeren gelukt",
|
||||
"cron-job-resume-failed": "Geplande taak hervatten mislukt",
|
||||
"cron-job-resumed": "Geplande taak hervatten gelukt",
|
||||
"cron-job-start-failed": "Geplande taak starten mislukt",
|
||||
"cron-job-started": "Geplande taak starten gelukt",
|
||||
"cron-migration-errors": "Migratie Fouten",
|
||||
"cron-migration-warnings": "Migratie Waarschuwingen",
|
||||
"cron-no-errors": "Geen fouten om te laten zien",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Begin",
|
||||
"pause": "Pauzeer",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Migraties starten...",
|
||||
"migration-pausing": "Migraties pauzeren...",
|
||||
"migration-stopping": "Migraties stoppen...",
|
||||
"migration-pause-failed": "Migraties pauzeren mislukt",
|
||||
"migration-paused": "Migraties pauzeren gelukt",
|
||||
"migration-progress": "Migratie Voortgang",
|
||||
"migration-start-failed": "Migraties starten mislukt",
|
||||
"migration-started": "Migraties starten gelukt",
|
||||
"migration-not-needed": "Geen migratie nodig",
|
||||
"migration-status": "Migratie Status",
|
||||
"migration-stop-confirm": "Weet je zeker dat je alle migraties wilt stoppen?",
|
||||
"migration-stop-failed": "Migraties stoppen mislukt",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Niet Gemigreerde Borden",
|
||||
"weight": "Gewicht",
|
||||
"cron": "Planning",
|
||||
"current-step": "Huidige Stap"
|
||||
"current-step": "Huidige Stap",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Bevestig",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tablèus",
|
||||
"board-view": "Presentacion del tablèu",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendièr",
|
||||
"board-view-swimlanes": "Corredor",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Debuta",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tablice",
|
||||
"board-view": "Widok tablicy",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendarz",
|
||||
"board-view-swimlanes": "Ścieżki",
|
||||
"board-view-collapse": "Zwiń",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Rozpoczęcie",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Potwierdź",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Tablice",
|
||||
"board-view": "Widok tablicy",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Kalendarz",
|
||||
"board-view-swimlanes": "Ścieżki",
|
||||
"board-view-collapse": "Zwiń",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Rozpoczęcie",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Potwierdź",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Quadros",
|
||||
"board-view": "Visão de quadro",
|
||||
"desktop-mode": "Modo Desktop",
|
||||
"mobile-mode": "Modo Celular",
|
||||
"mobile-desktop-toggle": "Alternar entre modo Celular e Desktop",
|
||||
"zoom-in": "Aumentar Zoom",
|
||||
"zoom-out": "Diminuir Zoom",
|
||||
"click-to-change-zoom": "Clique para mudar nível de zoom",
|
||||
"zoom-level": "Nível de Zoom",
|
||||
"enter-zoom-level": "Definir nível de zoom (50-300%):",
|
||||
"board-view-cal": "Calendário",
|
||||
"board-view-swimlanes": "Raias",
|
||||
"board-view-collapse": "Expandir",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Trabalho agendado excluído com sucesso",
|
||||
"cron-job-pause-failed": "Falha ao parar trabalho agendado",
|
||||
"cron-job-paused": "Agendamento de trabalho parado com sucesso",
|
||||
"cron-job-resume-failed": "Falha ao retomar trabalho agendado",
|
||||
"cron-job-resumed": "Trabalho agendado retomado com sucesso",
|
||||
"cron-job-start-failed": "Falha ao iniciar trabalho agendado",
|
||||
"cron-job-started": "Trabalho agendado iniciado com sucesso",
|
||||
"cron-migration-errors": "Erros na Migração",
|
||||
"cron-migration-warnings": "Alertas na Migração",
|
||||
"cron-no-errors": "Nenhum erro a exibir",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Data início",
|
||||
"pause": "Parar",
|
||||
"stop": "Parar",
|
||||
"migration-starting": "Iniciando migrações...",
|
||||
"migration-pausing": "Pausando migrações...",
|
||||
"migration-stopping": "Parando migrações...",
|
||||
"migration-pause-failed": "Falha ao parar migrações",
|
||||
"migration-paused": "Migrações paradas com sucesso",
|
||||
"migration-progress": "Progresso das Migrações",
|
||||
"migration-start-failed": "Falha ao iniciar migrações",
|
||||
"migration-started": "Migrações iniciadas com sucesso",
|
||||
"migration-not-needed": "Nenhuma migração necessária",
|
||||
"migration-status": "Status das Migrações",
|
||||
"migration-stop-confirm": "Você tem certeza que deseja parar todas as migrações?",
|
||||
"migration-stop-failed": "Falha ao parar migrações",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Quadros não migrados",
|
||||
"weight": "Carga",
|
||||
"cron": "Cron",
|
||||
"current-step": "Etapa Atual"
|
||||
"current-step": "Etapa Atual",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmar",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Quadros",
|
||||
"board-view": "Visão do Quadro",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendário",
|
||||
"board-view-swimlanes": "Pistas",
|
||||
"board-view-collapse": "Colapsar",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Data de início",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Peso",
|
||||
"cron": "Agendamento",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmar",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Quadros",
|
||||
"board-view": "Visão do Quadro",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendário",
|
||||
"board-view-swimlanes": "Pistas",
|
||||
"board-view-collapse": "Colapsar",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Data de início",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirmar",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Table",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Boards",
|
||||
"board-view": "Board View",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Calendar",
|
||||
"board-view-swimlanes": "Swimlanes",
|
||||
"board-view-collapse": "Collapse",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "В работе с",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Weight",
|
||||
"cron": "Cron",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Confirm",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,6 +195,13 @@
|
|||
"boards": "Доски",
|
||||
"board-view": "Вид доски",
|
||||
"desktop-mode": "Desktop Mode",
|
||||
"mobile-mode": "Mobile Mode",
|
||||
"mobile-desktop-toggle": "Toggle between Mobile and Desktop Mode",
|
||||
"zoom-in": "Zoom In",
|
||||
"zoom-out": "Zoom Out",
|
||||
"click-to-change-zoom": "Click to change zoom level",
|
||||
"zoom-level": "Zoom Level",
|
||||
"enter-zoom-level": "Enter zoom level (50-300%):",
|
||||
"board-view-cal": "Календарь",
|
||||
"board-view-swimlanes": "Дорожки",
|
||||
"board-view-collapse": "Свернуть",
|
||||
|
|
@ -1385,6 +1392,10 @@
|
|||
"cron-job-deleted": "Scheduled job deleted successfully",
|
||||
"cron-job-pause-failed": "Failed to pause scheduled job",
|
||||
"cron-job-paused": "Scheduled job paused successfully",
|
||||
"cron-job-resume-failed": "Failed to resume scheduled job",
|
||||
"cron-job-resumed": "Scheduled job resumed successfully",
|
||||
"cron-job-start-failed": "Failed to start scheduled job",
|
||||
"cron-job-started": "Scheduled job started successfully",
|
||||
"cron-migration-errors": "Migration Errors",
|
||||
"cron-migration-warnings": "Migration Warnings",
|
||||
"cron-no-errors": "No errors to display",
|
||||
|
|
@ -1410,11 +1421,15 @@
|
|||
"start": "В работе с",
|
||||
"pause": "Pause",
|
||||
"stop": "Stop",
|
||||
"migration-starting": "Starting migrations...",
|
||||
"migration-pausing": "Pausing migrations...",
|
||||
"migration-stopping": "Stopping migrations...",
|
||||
"migration-pause-failed": "Failed to pause migrations",
|
||||
"migration-paused": "Migrations paused successfully",
|
||||
"migration-progress": "Migration Progress",
|
||||
"migration-start-failed": "Failed to start migrations",
|
||||
"migration-started": "Migrations started successfully",
|
||||
"migration-not-needed": "No migration needed",
|
||||
"migration-status": "Migration Status",
|
||||
"migration-stop-confirm": "Are you sure you want to stop all migrations?",
|
||||
"migration-stop-failed": "Failed to stop migrations",
|
||||
|
|
@ -1625,5 +1640,36 @@
|
|||
"unmigrated-boards": "Unmigrated Boards",
|
||||
"weight": "Вес",
|
||||
"cron": "Планировщик",
|
||||
"current-step": "Current Step"
|
||||
"current-step": "Current Step",
|
||||
"otp": "OTP Code",
|
||||
"create-account": "Create Account",
|
||||
"already-account": "Already have an account? Sign in",
|
||||
"available-repositories": "Available Repositories",
|
||||
"repositories": "Repositories",
|
||||
"repository": "Repository",
|
||||
"repository-name": "Repository name",
|
||||
"size-bytes": "Size (bytes)",
|
||||
"last-modified": "Last Modified",
|
||||
"no-repositories": "No repositories found",
|
||||
"create-repository": "Create Repository",
|
||||
"upload-repository": "Upload/Update Repository",
|
||||
"api-endpoints": "API Endpoints",
|
||||
"sign-in-to-upload": "Sign In to upload repositories",
|
||||
"account-locked": "Account is temporarily locked due to too many failed login attempts. Please try again later.",
|
||||
"otp-required": "OTP code required",
|
||||
"invalid-credentials": "Invalid username or password",
|
||||
"username-password-required": "Username and password are required",
|
||||
"password-mismatch": "Passwords do not match",
|
||||
"username-too-short": "Username must be at least 3 characters",
|
||||
"user-exists": "User already exists",
|
||||
"account-created": "Account created! You can now sign in.",
|
||||
"account-creation-failed": "Failed to create account",
|
||||
"login": "Login",
|
||||
"confirm": "Подтвердить",
|
||||
"error": "Error",
|
||||
"file": "File",
|
||||
"log": "Log",
|
||||
"logout": "Logout",
|
||||
"server": "Server",
|
||||
"protocol": "Protocol"
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue