ci(i18n): first pull, only automatic a-z re-ordering
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"loading": "Loading…",
|
||||
"loading-subtitle": "Reading Zed projects",
|
||||
"no-projects-found": "No projects found",
|
||||
"filter-empty": "Filter: \"{filter}\"",
|
||||
"database-empty": "Zed database is empty or not found",
|
||||
"settings.db_path.label": "Zed database path",
|
||||
"settings.db_path.description": "Path to Zed's db.sqlite file.",
|
||||
"settings.max_results.label": "Maximum results",
|
||||
"settings.max_results.description": "Maximum number of projects to display."
|
||||
"database-empty": "Zed database is empty or not found",
|
||||
"filter-empty": "Filter: \"{filter}\"",
|
||||
"loading": "Loading…",
|
||||
"loading-subtitle": "Reading Zed projects",
|
||||
"no-projects-found": "No projects found",
|
||||
"settings": {
|
||||
"db_path": {
|
||||
"description": "Path to Zed's db.sqlite file.",
|
||||
"label": "Zed database path"
|
||||
},
|
||||
"max_results": {
|
||||
"description": "Maximum number of projects to display.",
|
||||
"label": "Maximum results"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"loading": "Chargement…",
|
||||
"loading-subtitle": "Lecture des projets Zed",
|
||||
"no-projects-found": "Aucun projet trouvé",
|
||||
"filter-empty": "Filtre : « {filter} »",
|
||||
"database-empty": "La base Zed est vide ou introuvable",
|
||||
"settings.db_path.label": "Chemin de la base Zed",
|
||||
"settings.db_path.description": "Chemin vers le fichier db.sqlite de Zed.",
|
||||
"settings.max_results.label": "Nombre maximum de résultats",
|
||||
"settings.max_results.description": "Nombre maximum de projets à afficher."
|
||||
"database-empty": "La base Zed est vide ou introuvable",
|
||||
"filter-empty": "Filtre : « {filter} »",
|
||||
"loading": "Chargement…",
|
||||
"loading-subtitle": "Lecture des projets Zed",
|
||||
"no-projects-found": "Aucun projet trouvé",
|
||||
"settings": {
|
||||
"db_path": {
|
||||
"description": "Chemin vers le fichier db.sqlite de Zed.",
|
||||
"label": "Chemin de la base Zed"
|
||||
},
|
||||
"max_results": {
|
||||
"description": "Nombre maximum de projets à afficher.",
|
||||
"label": "Nombre maximum de résultats"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user