mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-11 16:36:32 +02:00
* feat(labels): add scoped label management * fix(labels): address review feedback * fix(migrations): use unique label migration prefix
11 lines
315 B
JSON
11 lines
315 B
JSON
{
|
|
"remove_label": "ラベル{{name}}を削除",
|
|
"resource_picker": {
|
|
"empty": "ラベルなし",
|
|
"add": "ラベルを追加",
|
|
"search": "ラベルを検索...",
|
|
"no_labels": "先に設定でラベルを作成してください",
|
|
"no_results": "一致するラベルがありません"
|
|
}
|
|
}
|