refactor: time-picker

pull/4499/head
tangjinzhou 2021-08-04 10:58:18 +08:00
parent e9404f1b0f
commit 93566869c6
105 changed files with 405 additions and 250 deletions

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'اختيار الوقت',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'اختيار الوقت',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vaxtı seç',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Избор на час',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Избор на час',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Выберыце час',
rangePlaceholder: ['Час пачатку', 'Час заканчэння'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Seleccionar hora',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Seleccionar hora',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Vybrat čas',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vybrat čas',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Vælg tid',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vælg tid',
rangePlaceholder: ['Starttidspunkt', 'Sluttidspunkt'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Zeit auswählen',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Zeit auswählen',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Επιλέξτε ώρα',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Επιλέξτε ώρα',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Select time',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Select time',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Select time',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Select time',
rangePlaceholder: ['Start time', 'End time'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Seleccionar hora',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Seleccionar hora',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Vali aeg',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vali aeg',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'انتخاب زمان',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'انتخاب زمان',
rangePlaceholder: ['زمان شروع', 'زمان پایان'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Valitse aika',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Valitse aika',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: "Sélectionner l'heure",
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: "Sélectionner l'heure",
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: "Sélectionner l'heure",
rangePlaceholder: ['Heure de début', 'Heure de fin'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: "Sélectionner l'heure",
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: "Sélectionner l'heure",
rangePlaceholder: ['Heure de début', 'Heure de fin'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Roghnaigh am',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Roghnaigh am',
rangePlaceholder: ['Am tosaigh', 'Am deiridh'],
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Escolla hora',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'בחר שעה',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'בחר שעה',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'समय का चयन करें',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'समय का चयन करें',
rangePlaceholder: ['आरंभिक समय', 'अंत समय'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Odaberite vrijeme',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Odaberite vrijeme',
rangePlaceholder: ['Vrijeme početka', 'Vrijeme završetka'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Válasszon időt',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Válasszon időt',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Pilih waktu',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Pilih waktu',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Velja tíma',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Velja tíma',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: "Selezionare l'orario",
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: "Selezionare l'orario",
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: '時刻を選択',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: '時間を選択',
rangePlaceholder: ['開始時間', '終了時間'],
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Уақытты таңдаңыз',
rangePlaceholder: ['Бастау уақыты', 'Аяқталу уақыты'],
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Demê hilbijêre',
};
export default locale;

View File

@ -1,4 +1,6 @@
const locale = { import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'ಸಮಯ ಆಯ್ಕೆಮಾಡಿ', placeholder: 'ಸಮಯ ಆಯ್ಕೆಮಾಡಿ',
}; };

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: '날짜 선택',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: '시간 선택',
rangePlaceholder: ['시작 시간', '종료 시간'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Demê hilbijêre',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'هەڵبژاردنی کات',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Pasirinkite laiką',
rangePlaceholder: ['Pradžios laikas', 'Pabaigos laikas'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Izvēlieties laiku',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Izvēlieties laiku',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Избери време',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Избери време',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Цаг сонгох',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Цаг сонгох',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Sila pilih masa',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Sila pilih masa',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Velg tid',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Velg tid',
rangePlaceholder: ['Starttid', 'Sluttid'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Selecteer tijd',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Selecteer tijd',
rangePlaceholder: ['Start tijd', 'Eind tijd'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Selecteer tijd',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Selecteer tijd',
rangePlaceholder: ['Start tijd', 'Eind tijd'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Wybierz godzinę',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Wybierz godzinę',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Hora',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Hora',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Hora',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Hora',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Selectează ora',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Selectează ora',
};
export default locale;

View File

@ -1,8 +0,0 @@
/**
* Created by Andrey Gayvoronsky on 13/04/16.
*/
const locale = {
placeholder: 'Выберите время',
};
export default locale;

View File

@ -0,0 +1,9 @@
/** Created by Andrey Gayvoronsky on 13/04/16. */
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Выберите время',
rangePlaceholder: ['Время начала', 'Время окончания'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Vybrať čas',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vybrať čas',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Izberite čas',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Izberite čas',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Izaberite vreme',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Izaberi vreme',
rangePlaceholder: ['Vreme početka', 'Vreme završetka'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Välj tid',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Välj tid',
};
export default locale;

View File

@ -1,4 +1,6 @@
const locale = { import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'நேரத்தைத் தேர்ந்தெடுக்கவும்', placeholder: 'நேரத்தைத் தேர்ந்தெடுக்கவும்',
}; };

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'เลือกเวลา',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'เลือกเวลา',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Zaman Seç',
};
export default locale;

View File

@ -0,0 +1,8 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Zaman seç',
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Оберіть час',
};
export default locale;

View File

@ -0,0 +1,7 @@
import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Оберіть час',
};
export default locale;

View File

@ -1,5 +0,0 @@
const locale = {
placeholder: 'Chọn thời gian',
};
export default locale;

Some files were not shown because too many files have changed in this diff Show More