oms-Surveys/Theme/Backend/Lang/ja.lang.php

53 lines
1.6 KiB
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Surveys' => [
'Additional' => '追加',
'Answer' => '答え',
'Checkbox' => 'チェックボックス',
'CoreData' => 'コアデータ',
'Created' => '作成した',
'Creator' => 'クリエーター',
'Date' => '日にち',
'Description' => '説明',
'Dropdown' => '落ちる',
'Element' => '#VALUE!',
'End' => '終わり',
'Group' => 'グループ',
'Manager' => 'マネジャー',
'Name' => '名前',
'Number' => '番号',
'Preview' => '#VALUE!',
'Question' => '質問',
'Questionee' => 'question question',
'Questions' => '質問',
'Radio' => '無線',
'Receiver' => '受信者',
'Reference' => 'リファレンス',
'Responsibility' => '責任',
'Result' => '結果',
'ResultPublic' => '結果',
'Section' => 'セクション',
'Start' => '始める',
'Status' => '状態',
'Survey' => '調査',
'Surveys' => '調査',
'Tag' => '#VALUE!',
'Text' => '文章',
'Title' => 'タイトル',
'Type' => 'タイプ',
'User' => 'ユーザー',
'UserGroup' => 'ユーザー・グループ',
]];