81 lines
2.6 KiB
CoffeeScript
81 lines
2.6 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'
|
|
new: 'New'
|
|
create: 'Create'
|
|
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'
|
|
inclusive_explanation: 'Include the <i><b>lower</b></i> and <i><b>upper</b></i> limits as valid elements. [a, b] means all the "x" elements that a <= x <= b; (a, b) means all the "x" elements that a < x < b.'
|
|
lower_larger_than_upper_error: 'lower limit (%{lower}) cannot be greater than the upper limit (%{upper}).'
|
|
user_filters:
|
|
modal_title: 'Manage personal filters'
|
|
create_new_filter_title: 'Create new filter from current selection'
|
|
create_new_filter_button: '${general.create}'
|
|
cannot_create_on_monday: 'Creating a filter on Monday is ambiguous since the smart relative time feature cannot distinguish today from the start of the week'
|
|
cannot_create_on_first_day_of_month: 'Creating a filter on the first day of the month is ambiguous since the smart relative time feature cannot distinguish today from the start of the month'
|
|
make_default: 'Make default'
|