Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/locale/fil_PH.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { commonLocale } from './common';
import type { Locale } from '../interface';

const locale: Locale = {
...commonLocale,
locale: 'fil_PH',
today: 'Ngayon',
now: 'Ngayon',
backToToday: 'Bumalik sa ngayon',
ok: 'OK',
clear: 'Burahin',
week: 'Linggo',
month: 'Buwan',
year: 'Taon',
timeSelect: 'Pumili ng oras',
dateSelect: 'Pumili ng petsa',
weekSelect: 'Pumili ng linggo',
monthSelect: 'Pumili ng buwan',
yearSelect: 'Pumili ng taon',
decadeSelect: 'Pumili ng dekada',

previousMonth: 'Nakaraang buwan (PageUp)',
nextMonth: 'Susunod na buwan (PageDown)',
previousYear: 'Nakaraang taon (Control + Left)',
nextYear: 'Susunod na taon (Control + Right)',
previousDecade: 'Nakaraang dekada',
nextDecade: 'Susunod na dekada',
previousCentury: 'Nakaraang siglo',
nextCentury: 'Susunod na siglo',
Comment thread
jinrong-ncu marked this conversation as resolved.
};

export default locale;
Loading