Files
data-collection-terminal/vendor/filament/actions/resources/lang/ja/replicate.php

34 lines
429 B
PHP

<?php
return [
'single' => [
'label' => '複製',
'modal' => [
'heading' => ':label 複製',
'actions' => [
'replicate' => [
'label' => '複製',
],
],
],
'notifications' => [
'replicated' => [
'title' => '複製しました',
],
],
],
];