Files
ember-cli-dunlop/tests/dummy/app/i18n/translations.coffee
T

71 lines
1.8 KiB
CoffeeScript

window.$translations =
en:
application_name: 'ember-cli-dunlop Dummy app'
total: 'Total'
user:
sign_out: 'Uitloggen'
dunlop:
module:
wba_mailbox: 'WBA Mailbox'
kbt_endpoint: 'KBT endpoint'
general:
save: 'Save'
rollback: 'Cancel'
destroy:
are_you_sure: 'Weet je dit zeker?'
button: 'Delete'
close: 'Close'
clear: 'Clear'
apply: 'Apply'
and: 'and'
confirm:
cancel: 'Cancel'
confirm: 'Yes'
modals:
edit_project:
title: "Edit ${models.project} %{name}"
edit_organization:
title: "Edit ${models.organization} %{name}"
edit_tracker_subject:
title: "Edit ${models.tracker_subject} %{name}"
edit_tracker_group:
title: "Edit ${models.tracker_group} %{name}"
confirm: 'Ja'
action:
new_model: "New %{model}"
select_model: 'Select %{model}'
add_model: 'Add %{model}'
date:
today: 'Today'
this_week: 'This week'
this_month: 'This month'
unit:
second: 'second'
minute: 'minute'
businessday: 'business day'
day: 'day'
week: 'week'
year: 'year'
plural:
second: 'seconds'
minute: 'minutes'
businessday: 'business days'
day: 'days'
week: 'weeks'
year: 'years'
week_day:
monday: 'Maandag'
tuesday: 'Dinsdag'
wednesday: 'Woensdag'
thursday: 'Donderdag'
friday: 'Vrijdag'
saturday: 'Zaterdag'
sunday: 'Zondag'
number:
range:
between: 'Between'
inclusive: 'inclusive'
lower_larger_than_upper_error: 'lower limit (%{lower}) cannot be greater than the upper limit (%{upper}).'