chore(i18n): update
This commit is contained in:
@@ -1,69 +1,69 @@
|
||||
{
|
||||
"settings": {
|
||||
"show_label": {
|
||||
"label": "Show label",
|
||||
"description": "Show the OBS label next to the icon."
|
||||
},
|
||||
"checkout_dir": {
|
||||
"label": "Package checkout directory",
|
||||
"description": "Directory where packages will be checked out."
|
||||
}
|
||||
},
|
||||
"panel": {
|
||||
"my_projects": "My Projects",
|
||||
"reload_projects": "Reload projects",
|
||||
"search_projects": "Search projects...",
|
||||
"no_projects": "No projects found.",
|
||||
"no_packages": "No packages found.",
|
||||
"loading": "Loading...",
|
||||
"error": "OBS command failed",
|
||||
"retry": "Retry",
|
||||
"checkout": "Checkout package",
|
||||
"checking_out": "Checking out...",
|
||||
"edit_files": "Edit files",
|
||||
"edit_changes": "Edit {name}.changes",
|
||||
"update_changes": "Update {name}.changes",
|
||||
"edit_meta": "Edit package meta",
|
||||
"rebuild": "Rebuild package",
|
||||
"repo": "Repositories",
|
||||
"arch": "Architectures",
|
||||
"confirm_rebuild": "Confirm rebuild",
|
||||
"remove": "Remove package",
|
||||
"confirm_remove": "Click to confirm removal",
|
||||
"edit_project_meta": "Edit project meta",
|
||||
"no_editable": "No editable files found.",
|
||||
"search_packages": "Search...",
|
||||
"loading_packages": "Loading packages...",
|
||||
"files": "Files",
|
||||
"no_files": "No files found.",
|
||||
"remove_file": "Remove file",
|
||||
"add_remove": "Add/Remove",
|
||||
"adding_removing": "Adding/removing files...",
|
||||
"no_changes": "no changes for package {name}",
|
||||
"update_dir": "Update directory",
|
||||
"updating_dir": "Updating directory...",
|
||||
"running_manual_service": "Running manual service...",
|
||||
"running_remote_service": "Running remote service...",
|
||||
"committing": "Committing...",
|
||||
"rebuilding_pkg": "Rebuilding package...",
|
||||
"service_run": "Service Manual Run",
|
||||
"service_remote_run": "Service Remote Run",
|
||||
"service_local_run": "Service Local Run",
|
||||
"service_run_all": "Service Run All",
|
||||
"confirm_run_all": "Confirm Run All",
|
||||
"confirm": "Confirm",
|
||||
"running_local_service": "Running local service...",
|
||||
"running_all_services": "Running all services...",
|
||||
"arch": "Architectures",
|
||||
"checking_out": "Checking out...",
|
||||
"checkout": "Checkout package",
|
||||
"commit": "Commit package",
|
||||
"committing": "Committing...",
|
||||
"configure_oscrc": "Configure oscrc",
|
||||
"confirm": "Confirm",
|
||||
"confirm_rebuild": "Confirm rebuild",
|
||||
"confirm_remove": "Click to confirm removal",
|
||||
"confirm_run_all": "Confirm Run All",
|
||||
"edit_changes": "Edit {name}.changes",
|
||||
"edit_files": "Edit files",
|
||||
"edit_meta": "Edit package meta",
|
||||
"edit_project_meta": "Edit project meta",
|
||||
"error": "OBS command failed",
|
||||
"files": "Files",
|
||||
"loading": "Loading...",
|
||||
"loading_packages": "Loading packages...",
|
||||
"my_projects": "My Projects",
|
||||
"no_changes": "no changes for package {name}",
|
||||
"no_editable": "No editable files found.",
|
||||
"no_files": "No files found.",
|
||||
"no_packages": "No packages found.",
|
||||
"no_projects": "No projects found.",
|
||||
"osc_missing": "'osc' not found",
|
||||
"osc_missing_hint": "Install the 'osc' package to start using this plugin.",
|
||||
"osc_not_configured": "OBS account not configured",
|
||||
"osc_not_configured_hint": "Create ~/.config/osc/oscrc before browsing projects.",
|
||||
"configure_oscrc": "Configure oscrc"
|
||||
"rebuild": "Rebuild package",
|
||||
"rebuilding_pkg": "Rebuilding package...",
|
||||
"reload_projects": "Reload projects",
|
||||
"remove": "Remove package",
|
||||
"remove_file": "Remove file",
|
||||
"repo": "Repositories",
|
||||
"retry": "Retry",
|
||||
"running_all_services": "Running all services...",
|
||||
"running_local_service": "Running local service...",
|
||||
"running_manual_service": "Running manual service...",
|
||||
"running_remote_service": "Running remote service...",
|
||||
"search_packages": "Search...",
|
||||
"search_projects": "Search projects...",
|
||||
"service_local_run": "Service Local Run",
|
||||
"service_remote_run": "Service Remote Run",
|
||||
"service_run": "Service Manual Run",
|
||||
"service_run_all": "Service Run All",
|
||||
"update_changes": "Update {name}.changes",
|
||||
"update_dir": "Update directory",
|
||||
"updating_dir": "Updating directory..."
|
||||
},
|
||||
"settings": {
|
||||
"checkout_dir": {
|
||||
"description": "Directory where packages will be checked out.",
|
||||
"label": "Package checkout directory"
|
||||
},
|
||||
"show_label": {
|
||||
"description": "Show the OBS label next to the icon.",
|
||||
"label": "Show label"
|
||||
}
|
||||
},
|
||||
"widget": {
|
||||
"osc_missing": "'osc' missing",
|
||||
"configure_obs": "Configure OBS",
|
||||
"obs": "OBS"
|
||||
"obs": "OBS",
|
||||
"osc_missing": "'osc' missing"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user