git list refactor
This commit is contained in:
@@ -238,6 +238,19 @@
|
||||
"server": "Git Server",
|
||||
"not_linked": "This dashboard is not yet linked to a Git repository.",
|
||||
"manage": "Manage Git",
|
||||
"manage_selected": "Manage selected",
|
||||
"select_single_for_manage": "Select exactly one dashboard to manage",
|
||||
"selected_count": "{count} selected",
|
||||
"bulk_sync": "Bulk Sync",
|
||||
"bulk_commit": "Bulk Commit",
|
||||
"bulk_pull": "Bulk Pull",
|
||||
"bulk_push": "Bulk Push",
|
||||
"bulk_action_sync": "Sync",
|
||||
"bulk_action_commit": "Commit",
|
||||
"bulk_action_pull": "Pull",
|
||||
"bulk_action_push": "Push",
|
||||
"bulk_result": "{action}: {success} success, {failed} failed",
|
||||
"no_repositories_selected": "No repositories available for selected dashboards",
|
||||
"generate_message": "Generate",
|
||||
"select_dashboard": "Select Dashboard to Manage"
|
||||
,
|
||||
@@ -269,7 +282,17 @@
|
||||
"load_branches_failed": "Failed to load branches",
|
||||
"switched_to": "Switched to {branch}",
|
||||
"created_branch": "Created branch {branch}",
|
||||
"branch_name_placeholder": "branch-name"
|
||||
"branch_name_placeholder": "branch-name",
|
||||
"repo_status": {
|
||||
"loading": "Loading",
|
||||
"no_repo": "No Repo",
|
||||
"synced": "Synced",
|
||||
"changes": "Changes",
|
||||
"behind_remote": "Behind Remote",
|
||||
"ahead_remote": "Ahead Remote",
|
||||
"diverged": "Diverged",
|
||||
"error": "Error"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"search": "Search dashboards...",
|
||||
|
||||
Reference in New Issue
Block a user