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

34 lines
424 B
PHP

<?php
return [
'single' => [
'label' => '복제',
'modal' => [
'heading' => ':label 복제',
'actions' => [
'replicate' => [
'label' => '복제',
],
],
],
'notifications' => [
'replicated' => [
'title' => '복제 완료',
],
],
],
];