ja_JP.js 129 B

12345
  1. const locale = {
  2. placeholder: '時間を選択',
  3. rangePlaceholder: ['開始時間', '終了時間']
  4. };
  5. export default locale;