From 2d86528ec1f8a409b76311c7d55d72ad28932fc0 Mon Sep 17 00:00:00 2001 From: boxmoji Date: Mon, 16 Dec 2024 12:03:49 -0800 Subject: [PATCH] Moji: Update Microcopy translations --- microcopy/microcopy.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/microcopy/microcopy.json b/microcopy/microcopy.json index 096765190..9a6a6af70 100644 --- a/microcopy/microcopy.json +++ b/microcopy/microcopy.json @@ -774,5 +774,9 @@ // Label of a link to the page about API versioning "versions.about": "Box APIのバージョン管理について", // Tooltip text for resource version - "versions.resource_version_tooltip": "このリソースは、バージョン%sのエンドポイントで使用されています" + "versions.resource_version_tooltip": "このリソースは、バージョン%sのエンドポイントで使用されています", + // Notice that the endpoint has a version 2024.0 + "versions.base_version_notice.__raw__.endpoint": "This endpoint is in the version **2024.0**. No changes are required to\ncontinue using it. For more details, see\n**[Box API versioning](g:\/\/api-calls\/api-versioning-strategy)**.", + // Notice that the resource has a version 2024.0 + "versions.base_version_notice.__raw__.resource": "This resource is used by enpoints in the version **2024.0**.\nFor more details, see\n**[Box API versioning](g:\/\/api-calls\/api-versioning-strategy)**." } \ No newline at end of file