init: MetonaToast v2.0.0 基线 — 已完成改进(模板抽象/constants拆分/测试增强)
This commit is contained in:
+752
@@ -0,0 +1,752 @@
|
||||
/**
|
||||
* MetonaToast Locales — 国际化翻译数据
|
||||
* @module locales
|
||||
* @version 2.0.0
|
||||
* @description 内置 zh-CN / en-US 完整翻译
|
||||
*/
|
||||
|
||||
export const LOCALES = {
|
||||
'zh-CN': {
|
||||
close: '关闭',
|
||||
loading: '加载中...',
|
||||
success: '操作成功',
|
||||
error: '操作失败',
|
||||
warning: '警告',
|
||||
info: '信息',
|
||||
confirm: '确认',
|
||||
cancel: '取消',
|
||||
yes: '是',
|
||||
no: '否',
|
||||
ok: '确定',
|
||||
retry: '重试',
|
||||
undo: '撤销',
|
||||
redo: '重做',
|
||||
save: '保存',
|
||||
delete: '删除',
|
||||
edit: '编辑',
|
||||
add: '添加',
|
||||
remove: '移除',
|
||||
search: '搜索',
|
||||
filter: '筛选',
|
||||
sort: '排序',
|
||||
refresh: '刷新',
|
||||
sync: '同步',
|
||||
upload: '上传',
|
||||
download: '下载',
|
||||
share: '分享',
|
||||
copy: '复制',
|
||||
cut: '剪切',
|
||||
paste: '粘贴',
|
||||
print: '打印',
|
||||
export: '导出',
|
||||
import: '导入',
|
||||
settings: '设置',
|
||||
help: '帮助',
|
||||
about: '关于',
|
||||
version: '版本',
|
||||
language: '语言',
|
||||
theme: '主题',
|
||||
dark: '暗色',
|
||||
light: '亮色',
|
||||
auto: '自动',
|
||||
notifications: '通知',
|
||||
enable: '启用',
|
||||
disable: '禁用',
|
||||
on: '开启',
|
||||
off: '关闭',
|
||||
max: '最大',
|
||||
min: '最小',
|
||||
expand: '展开',
|
||||
collapse: '折叠',
|
||||
fullscreen: '全屏',
|
||||
exitFullscreen: '退出全屏',
|
||||
zoomIn: '放大',
|
||||
zoomOut: '缩小',
|
||||
reset: '重置',
|
||||
apply: '应用',
|
||||
submit: '提交',
|
||||
send: '发送',
|
||||
receive: '接收',
|
||||
connect: '连接',
|
||||
disconnect: '断开',
|
||||
start: '开始',
|
||||
stop: '停止',
|
||||
pause: '暂停',
|
||||
resume: '继续',
|
||||
next: '下一个',
|
||||
previous: '上一个',
|
||||
first: '第一个',
|
||||
last: '最后一个',
|
||||
back: '返回',
|
||||
forward: '前进',
|
||||
home: '首页',
|
||||
menu: '菜单',
|
||||
more: '更多',
|
||||
less: '更少',
|
||||
show: '显示',
|
||||
hide: '隐藏',
|
||||
visible: '可见',
|
||||
hidden: '隐藏',
|
||||
enabled: '已启用',
|
||||
disabled: '已禁用',
|
||||
active: '活跃',
|
||||
inactive: '非活跃',
|
||||
online: '在线',
|
||||
offline: '离线',
|
||||
connected: '已连接',
|
||||
disconnected: '已断开',
|
||||
loading: '加载中',
|
||||
loaded: '已加载',
|
||||
saving: '保存中',
|
||||
saved: '已保存',
|
||||
deleting: '删除中',
|
||||
deleted: '已删除',
|
||||
uploading: '上传中',
|
||||
uploaded: '已上传',
|
||||
downloading: '下载中',
|
||||
downloaded: '已下载',
|
||||
processing: '处理中',
|
||||
processed: '已处理',
|
||||
syncing: '同步中',
|
||||
synced: '已同步',
|
||||
sending: '发送中',
|
||||
sent: '已发送',
|
||||
receiving: '接收中',
|
||||
received: '已接收',
|
||||
connecting: '连接中',
|
||||
error: '错误',
|
||||
warning: '警告',
|
||||
info: '信息',
|
||||
success: '成功',
|
||||
question: '问题',
|
||||
help: '帮助',
|
||||
feedback: '反馈',
|
||||
report: '报告',
|
||||
bug: '错误',
|
||||
feature: '功能',
|
||||
improvement: '改进',
|
||||
suggestion: '建议',
|
||||
request: '请求',
|
||||
response: '响应',
|
||||
status: '状态',
|
||||
progress: '进度',
|
||||
complete: '完成',
|
||||
incomplete: '未完成',
|
||||
pending: '待处理',
|
||||
processing: '处理中',
|
||||
failed: '失败',
|
||||
cancelled: '已取消',
|
||||
timeout: '超时',
|
||||
expired: '已过期',
|
||||
invalid: '无效',
|
||||
valid: '有效',
|
||||
required: '必填',
|
||||
optional: '可选',
|
||||
enabled: '启用',
|
||||
disabled: '禁用',
|
||||
allowed: '允许',
|
||||
denied: '拒绝',
|
||||
approved: '已批准',
|
||||
rejected: '已拒绝',
|
||||
accepted: '已接受',
|
||||
declined: '已拒绝',
|
||||
confirmed: '已确认',
|
||||
unconfirmed: '未确认',
|
||||
verified: '已验证',
|
||||
unverified: '未验证',
|
||||
authenticated: '已认证',
|
||||
unauthenticated: '未认证',
|
||||
authorized: '已授权',
|
||||
unauthorized: '未授权',
|
||||
public: '公开',
|
||||
private: '私有',
|
||||
protected: '受保护',
|
||||
internal: '内部',
|
||||
external: '外部',
|
||||
local: '本地',
|
||||
remote: '远程',
|
||||
global: '全局',
|
||||
system: '系统',
|
||||
user: '用户',
|
||||
admin: '管理员',
|
||||
moderator: '版主',
|
||||
guest: '访客',
|
||||
member: '成员',
|
||||
owner: '所有者',
|
||||
creator: '创建者',
|
||||
editor: '编辑者',
|
||||
viewer: '查看者',
|
||||
subscriber: '订阅者',
|
||||
follower: '关注者',
|
||||
following: '关注中',
|
||||
friend: '朋友',
|
||||
contact: '联系人',
|
||||
group: '群组',
|
||||
team: '团队',
|
||||
organization: '组织',
|
||||
company: '公司',
|
||||
department: '部门',
|
||||
project: '项目',
|
||||
task: '任务',
|
||||
issue: '问题',
|
||||
ticket: '工单',
|
||||
request: '请求',
|
||||
response: '响应',
|
||||
message: '消息',
|
||||
notification: '通知',
|
||||
alert: '警报',
|
||||
reminder: '提醒',
|
||||
event: '事件',
|
||||
activity: '活动',
|
||||
log: '日志',
|
||||
report: '报告',
|
||||
analytics: '分析',
|
||||
statistics: '统计',
|
||||
metrics: '指标',
|
||||
performance: '性能',
|
||||
security: '安全',
|
||||
privacy: '隐私',
|
||||
compliance: '合规',
|
||||
policy: '政策',
|
||||
terms: '条款',
|
||||
conditions: '条件',
|
||||
agreement: '协议',
|
||||
contract: '合同',
|
||||
license: '许可证',
|
||||
copyright: '版权',
|
||||
trademark: '商标',
|
||||
patent: '专利',
|
||||
tradeSecret: '商业秘密',
|
||||
confidential: '机密',
|
||||
sensitive: '敏感',
|
||||
critical: '关键',
|
||||
important: '重要',
|
||||
urgent: '紧急',
|
||||
high: '高',
|
||||
medium: '中',
|
||||
low: '低',
|
||||
none: '无',
|
||||
all: '全部',
|
||||
any: '任何',
|
||||
some: '一些',
|
||||
each: '每个',
|
||||
every: '每个',
|
||||
both: '两者',
|
||||
neither: '两者都不',
|
||||
either: '任一',
|
||||
other: '其他',
|
||||
another: '另一个',
|
||||
this: '这个',
|
||||
that: '那个',
|
||||
these: '这些',
|
||||
those: '那些',
|
||||
here: '这里',
|
||||
there: '那里',
|
||||
where: '哪里',
|
||||
when: '何时',
|
||||
why: '为什么',
|
||||
how: '如何',
|
||||
what: '什么',
|
||||
who: '谁',
|
||||
which: '哪个',
|
||||
whose: '谁的',
|
||||
whom: '谁',
|
||||
myself: '我自己',
|
||||
yourself: '你自己',
|
||||
himself: '他自己',
|
||||
herself: '她自己',
|
||||
itself: '它自己',
|
||||
ourselves: '我们自己',
|
||||
yourselves: '你们自己',
|
||||
themselves: '他们自己',
|
||||
mine: '我的',
|
||||
yours: '你的',
|
||||
his: '他的',
|
||||
hers: '她的',
|
||||
its: '它的',
|
||||
ours: '我们的',
|
||||
yours: '你们的',
|
||||
theirs: '他们的',
|
||||
me: '我',
|
||||
you: '你',
|
||||
him: '他',
|
||||
her: '她',
|
||||
it: '它',
|
||||
us: '我们',
|
||||
them: '他们',
|
||||
my: '我的',
|
||||
your: '你的',
|
||||
his: '他的',
|
||||
her: '她的',
|
||||
its: '它的',
|
||||
our: '我们的',
|
||||
your: '你们的',
|
||||
their: '他们的',
|
||||
i: '我',
|
||||
you: '你',
|
||||
he: '他',
|
||||
she: '她',
|
||||
it: '它',
|
||||
we: '我们',
|
||||
they: '他们',
|
||||
am: '是',
|
||||
is: '是',
|
||||
are: '是',
|
||||
was: '是',
|
||||
were: '是',
|
||||
be: '是',
|
||||
been: '是',
|
||||
being: '是',
|
||||
have: '有',
|
||||
has: '有',
|
||||
had: '有',
|
||||
having: '有',
|
||||
do: '做',
|
||||
does: '做',
|
||||
did: '做',
|
||||
doing: '做',
|
||||
will: '会',
|
||||
would: '会',
|
||||
shall: '将',
|
||||
should: '应该',
|
||||
may: '可以',
|
||||
might: '可能',
|
||||
can: '能',
|
||||
could: '能',
|
||||
must: '必须',
|
||||
need: '需要',
|
||||
dare: '敢',
|
||||
ought: '应该',
|
||||
used: '过去常常',
|
||||
to: '到',
|
||||
of: '的',
|
||||
in: '在',
|
||||
for: '为了',
|
||||
on: '在',
|
||||
with: '和',
|
||||
at: '在',
|
||||
by: '通过',
|
||||
from: '从',
|
||||
into: '进入',
|
||||
during: '在...期间',
|
||||
before: '在...之前',
|
||||
after: '在...之后',
|
||||
above: '在...上面',
|
||||
below: '在...下面',
|
||||
between: '在...之间',
|
||||
under: '在...下面',
|
||||
over: '在...上面',
|
||||
across: '穿过',
|
||||
through: '通过',
|
||||
into: '进入',
|
||||
towards: '朝向',
|
||||
upon: '在...上面',
|
||||
about: '关于',
|
||||
against: '反对',
|
||||
among: '在...之中',
|
||||
along: '沿着',
|
||||
around: '周围',
|
||||
beyond: '超出',
|
||||
but: '但是',
|
||||
despite: '尽管',
|
||||
except: '除了',
|
||||
inside: '里面',
|
||||
outside: '外面',
|
||||
since: '自从',
|
||||
until: '直到',
|
||||
unless: '除非',
|
||||
whether: '是否',
|
||||
while: '当...时候',
|
||||
although: '虽然',
|
||||
because: '因为',
|
||||
if: '如果',
|
||||
once: '一旦',
|
||||
since: '自从',
|
||||
so: '所以',
|
||||
that: '那个',
|
||||
though: '虽然',
|
||||
till: '直到',
|
||||
unless: '除非',
|
||||
until: '直到',
|
||||
when: '当...时候',
|
||||
whenever: '每当',
|
||||
where: '哪里',
|
||||
wherever: '无论哪里',
|
||||
whereas: '然而',
|
||||
wherever: '无论哪里',
|
||||
while: '当...时候',
|
||||
why: '为什么',
|
||||
},
|
||||
|
||||
'en-US': {
|
||||
close: 'Close',
|
||||
loading: 'Loading...',
|
||||
success: 'Success',
|
||||
error: 'Error',
|
||||
warning: 'Warning',
|
||||
info: 'Info',
|
||||
confirm: 'Confirm',
|
||||
cancel: 'Cancel',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
ok: 'OK',
|
||||
retry: 'Retry',
|
||||
undo: 'Undo',
|
||||
redo: 'Redo',
|
||||
save: 'Save',
|
||||
delete: 'Delete',
|
||||
edit: 'Edit',
|
||||
add: 'Add',
|
||||
remove: 'Remove',
|
||||
search: 'Search',
|
||||
filter: 'Filter',
|
||||
sort: 'Sort',
|
||||
refresh: 'Refresh',
|
||||
sync: 'Sync',
|
||||
upload: 'Upload',
|
||||
download: 'Download',
|
||||
share: 'Share',
|
||||
copy: 'Copy',
|
||||
cut: 'Cut',
|
||||
paste: 'Paste',
|
||||
print: 'Print',
|
||||
export: 'Export',
|
||||
import: 'Import',
|
||||
settings: 'Settings',
|
||||
help: 'Help',
|
||||
about: 'About',
|
||||
version: 'Version',
|
||||
language: 'Language',
|
||||
theme: 'Theme',
|
||||
dark: 'Dark',
|
||||
light: 'Light',
|
||||
auto: 'Auto',
|
||||
notifications: 'Notifications',
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
on: 'On',
|
||||
off: 'Off',
|
||||
max: 'Max',
|
||||
min: 'Min',
|
||||
expand: 'Expand',
|
||||
collapse: 'Collapse',
|
||||
fullscreen: 'Fullscreen',
|
||||
exitFullscreen: 'Exit Fullscreen',
|
||||
zoomIn: 'Zoom In',
|
||||
zoomOut: 'Zoom Out',
|
||||
reset: 'Reset',
|
||||
apply: 'Apply',
|
||||
submit: 'Submit',
|
||||
send: 'Send',
|
||||
receive: 'Receive',
|
||||
connect: 'Connect',
|
||||
disconnect: 'Disconnect',
|
||||
start: 'Start',
|
||||
stop: 'Stop',
|
||||
pause: 'Pause',
|
||||
resume: 'Resume',
|
||||
next: 'Next',
|
||||
previous: 'Previous',
|
||||
first: 'First',
|
||||
last: 'Last',
|
||||
back: 'Back',
|
||||
forward: 'Forward',
|
||||
home: 'Home',
|
||||
menu: 'Menu',
|
||||
more: 'More',
|
||||
less: 'Less',
|
||||
show: 'Show',
|
||||
hide: 'Hide',
|
||||
visible: 'Visible',
|
||||
hidden: 'Hidden',
|
||||
enabled: 'Enabled',
|
||||
disabled: 'Disabled',
|
||||
active: 'Active',
|
||||
inactive: 'Inactive',
|
||||
online: 'Online',
|
||||
offline: 'Offline',
|
||||
connected: 'Connected',
|
||||
disconnected: 'Disconnected',
|
||||
loading: 'Loading',
|
||||
loaded: 'Loaded',
|
||||
saving: 'Saving',
|
||||
saved: 'Saved',
|
||||
deleting: 'Deleting',
|
||||
deleted: 'Deleted',
|
||||
uploading: 'Uploading',
|
||||
uploaded: 'Uploaded',
|
||||
downloading: 'Downloading',
|
||||
downloaded: 'Downloaded',
|
||||
processing: 'Processing',
|
||||
processed: 'Processed',
|
||||
syncing: 'Syncing',
|
||||
synced: 'Synced',
|
||||
sending: 'Sending',
|
||||
sent: 'Sent',
|
||||
receiving: 'Receiving',
|
||||
received: 'Received',
|
||||
connecting: 'Connecting',
|
||||
error: 'Error',
|
||||
warning: 'Warning',
|
||||
info: 'Info',
|
||||
success: 'Success',
|
||||
question: 'Question',
|
||||
help: 'Help',
|
||||
feedback: 'Feedback',
|
||||
report: 'Report',
|
||||
bug: 'Bug',
|
||||
feature: 'Feature',
|
||||
improvement: 'Improvement',
|
||||
suggestion: 'Suggestion',
|
||||
request: 'Request',
|
||||
response: 'Response',
|
||||
status: 'Status',
|
||||
progress: 'Progress',
|
||||
complete: 'Complete',
|
||||
incomplete: 'Incomplete',
|
||||
pending: 'Pending',
|
||||
processing: 'Processing',
|
||||
failed: 'Failed',
|
||||
cancelled: 'Cancelled',
|
||||
timeout: 'Timeout',
|
||||
expired: 'Expired',
|
||||
invalid: 'Invalid',
|
||||
valid: 'Valid',
|
||||
required: 'Required',
|
||||
optional: 'Optional',
|
||||
enabled: 'Enabled',
|
||||
disabled: 'Disabled',
|
||||
allowed: 'Allowed',
|
||||
denied: 'Denied',
|
||||
approved: 'Approved',
|
||||
rejected: 'Rejected',
|
||||
accepted: 'Accepted',
|
||||
declined: 'Declined',
|
||||
confirmed: 'Confirmed',
|
||||
unconfirmed: 'Unconfirmed',
|
||||
verified: 'Verified',
|
||||
unverified: 'Unverified',
|
||||
authenticated: 'Authenticated',
|
||||
unauthenticated: 'Unauthenticated',
|
||||
authorized: 'Authorized',
|
||||
unauthorized: 'Unauthorized',
|
||||
public: 'Public',
|
||||
private: 'Private',
|
||||
protected: 'Protected',
|
||||
internal: 'Internal',
|
||||
external: 'External',
|
||||
local: 'Local',
|
||||
remote: 'Remote',
|
||||
global: 'Global',
|
||||
system: 'System',
|
||||
user: 'User',
|
||||
admin: 'Admin',
|
||||
moderator: 'Moderator',
|
||||
guest: 'Guest',
|
||||
member: 'Member',
|
||||
owner: 'Owner',
|
||||
creator: 'Creator',
|
||||
editor: 'Editor',
|
||||
viewer: 'Viewer',
|
||||
subscriber: 'Subscriber',
|
||||
follower: 'Follower',
|
||||
following: 'Following',
|
||||
friend: 'Friend',
|
||||
contact: 'Contact',
|
||||
group: 'Group',
|
||||
team: 'Team',
|
||||
organization: 'Organization',
|
||||
company: 'Company',
|
||||
department: 'Department',
|
||||
project: 'Project',
|
||||
task: 'Task',
|
||||
issue: 'Issue',
|
||||
ticket: 'Ticket',
|
||||
request: 'Request',
|
||||
response: 'Response',
|
||||
message: 'Message',
|
||||
notification: 'Notification',
|
||||
alert: 'Alert',
|
||||
reminder: 'Reminder',
|
||||
event: 'Event',
|
||||
activity: 'Activity',
|
||||
log: 'Log',
|
||||
report: 'Report',
|
||||
analytics: 'Analytics',
|
||||
statistics: 'Statistics',
|
||||
metrics: 'Metrics',
|
||||
performance: 'Performance',
|
||||
security: 'Security',
|
||||
privacy: 'Privacy',
|
||||
compliance: 'Compliance',
|
||||
policy: 'Policy',
|
||||
terms: 'Terms',
|
||||
conditions: 'Conditions',
|
||||
agreement: 'Agreement',
|
||||
contract: 'Contract',
|
||||
license: 'License',
|
||||
copyright: 'Copyright',
|
||||
trademark: 'Trademark',
|
||||
patent: 'Patent',
|
||||
tradeSecret: 'Trade Secret',
|
||||
confidential: 'Confidential',
|
||||
sensitive: 'Sensitive',
|
||||
critical: 'Critical',
|
||||
important: 'Important',
|
||||
urgent: 'Urgent',
|
||||
high: 'High',
|
||||
medium: 'Medium',
|
||||
low: 'Low',
|
||||
none: 'None',
|
||||
all: 'All',
|
||||
any: 'Any',
|
||||
some: 'Some',
|
||||
each: 'Each',
|
||||
every: 'Every',
|
||||
both: 'Both',
|
||||
neither: 'Neither',
|
||||
either: 'Either',
|
||||
other: 'Other',
|
||||
another: 'Another',
|
||||
this: 'This',
|
||||
that: 'That',
|
||||
these: 'These',
|
||||
those: 'Those',
|
||||
here: 'Here',
|
||||
there: 'There',
|
||||
where: 'Where',
|
||||
when: 'When',
|
||||
why: 'Why',
|
||||
how: 'How',
|
||||
what: 'What',
|
||||
who: 'Who',
|
||||
which: 'Which',
|
||||
whose: 'Whose',
|
||||
whom: 'Whom',
|
||||
myself: 'Myself',
|
||||
yourself: 'Yourself',
|
||||
himself: 'Himself',
|
||||
herself: 'Herself',
|
||||
itself: 'Itself',
|
||||
ourselves: 'Ourselves',
|
||||
yourselves: 'Yourselves',
|
||||
themselves: 'Themselves',
|
||||
mine: 'Mine',
|
||||
yours: 'Yours',
|
||||
his: 'His',
|
||||
hers: 'Hers',
|
||||
its: 'Its',
|
||||
ours: 'Ours',
|
||||
yours: 'Yours',
|
||||
theirs: 'Theirs',
|
||||
me: 'Me',
|
||||
you: 'You',
|
||||
him: 'Him',
|
||||
her: 'Her',
|
||||
it: 'It',
|
||||
us: 'Us',
|
||||
them: 'Them',
|
||||
my: 'My',
|
||||
your: 'Your',
|
||||
his: 'His',
|
||||
her: 'Her',
|
||||
its: 'Its',
|
||||
our: 'Our',
|
||||
your: 'Your',
|
||||
their: 'Their',
|
||||
i: 'I',
|
||||
you: 'You',
|
||||
he: 'He',
|
||||
she: 'She',
|
||||
it: 'It',
|
||||
we: 'We',
|
||||
they: 'They',
|
||||
am: 'Am',
|
||||
is: 'Is',
|
||||
are: 'Are',
|
||||
was: 'Was',
|
||||
were: 'Were',
|
||||
be: 'Be',
|
||||
been: 'Been',
|
||||
being: 'Being',
|
||||
have: 'Have',
|
||||
has: 'Has',
|
||||
had: 'Had',
|
||||
having: 'Having',
|
||||
do: 'Do',
|
||||
does: 'Does',
|
||||
did: 'Did',
|
||||
doing: 'Doing',
|
||||
will: 'Will',
|
||||
would: 'Would',
|
||||
shall: 'Shall',
|
||||
should: 'Should',
|
||||
may: 'May',
|
||||
might: 'Might',
|
||||
can: 'Can',
|
||||
could: 'Could',
|
||||
must: 'Must',
|
||||
need: 'Need',
|
||||
dare: 'Dare',
|
||||
ought: 'Ought',
|
||||
used: 'Used',
|
||||
to: 'To',
|
||||
of: 'Of',
|
||||
in: 'In',
|
||||
for: 'For',
|
||||
on: 'On',
|
||||
with: 'With',
|
||||
at: 'At',
|
||||
by: 'By',
|
||||
from: 'From',
|
||||
into: 'Into',
|
||||
during: 'During',
|
||||
before: 'Before',
|
||||
after: 'After',
|
||||
above: 'Above',
|
||||
below: 'Below',
|
||||
between: 'Between',
|
||||
under: 'Under',
|
||||
over: 'Over',
|
||||
across: 'Across',
|
||||
through: 'Through',
|
||||
into: 'Into',
|
||||
towards: 'Towards',
|
||||
upon: 'Upon',
|
||||
about: 'About',
|
||||
against: 'Against',
|
||||
among: 'Among',
|
||||
along: 'Along',
|
||||
around: 'Around',
|
||||
beyond: 'Beyond',
|
||||
but: 'But',
|
||||
despite: 'Despite',
|
||||
except: 'Except',
|
||||
inside: 'Inside',
|
||||
outside: 'Outside',
|
||||
since: 'Since',
|
||||
until: 'Until',
|
||||
unless: 'Unless',
|
||||
whether: 'Whether',
|
||||
while: 'While',
|
||||
although: 'Although',
|
||||
because: 'Because',
|
||||
if: 'If',
|
||||
once: 'Once',
|
||||
since: 'Since',
|
||||
so: 'So',
|
||||
that: 'That',
|
||||
though: 'Though',
|
||||
till: 'Till',
|
||||
unless: 'Unless',
|
||||
until: 'Until',
|
||||
when: 'When',
|
||||
whenever: 'Whenever',
|
||||
where: 'Where',
|
||||
wherever: 'Wherever',
|
||||
whereas: 'Whereas',
|
||||
wherever: 'Wherever',
|
||||
while: 'While',
|
||||
why: 'Why',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user