File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function closeStudio() {
6363 v-if =" devMode"
6464 class =" ml-2 text-xs text-muted"
6565 >
66- Using local filesystem
66+ {{ t('studio.footer.localFilesystem') }}
6767 </span >
6868 <UDropdownMenu
6969 v-else
Original file line number Diff line number Diff line change 5858 "reloadButton" : " Reload"
5959 },
6060 "footer" : {
61- "developer_view" : " Developer view"
61+ "developer_view" : " Developer view" ,
62+ "localFilesystem" : " Using local filesystem"
6263 },
6364 "alert" : {
6465 "mdcFormatting" : " Formatting applied to align with MDC syntax standard."
Original file line number Diff line number Diff line change 5858 "reloadButton" : " Recharger"
5959 },
6060 "footer" : {
61- "developer_view" : " Vue développeur"
61+ "developer_view" : " Vue développeur" ,
62+ "localFilesystem" : " Utilisation des fichiers locaux"
6263 },
6364 "alert" : {
6465 "mdcFormatting" : " Formatage appliqué pour s'aligner sur le standard de syntaxe MDC."
You can’t perform that action at this time.
0 commit comments