2021-06-23 11:54:16 +02:00
"no" :
#subscription plan duration
duration :
year :
2021-07-20 18:13:08 +02:00
one : 'ett år'
2021-06-23 11:54:16 +02:00
other : '%{count} years'
month :
2021-07-20 18:13:08 +02:00
one : 'en måned'
2021-06-23 11:54:16 +02:00
other : '%{count} months'
week :
2021-07-20 18:13:08 +02:00
one : 'en uke'
2021-06-23 11:54:16 +02:00
other : '%{count} weeks'
2022-10-05 12:16:08 +02:00
activerecord :
attributes :
product :
amount : "The price"
2022-10-24 12:10:42 +02:00
slug : "URL"
2021-06-23 11:54:16 +02:00
errors :
#CarrierWave
messages :
2021-07-20 18:13:08 +02:00
carrierwave_processing_error : "kunne ikke behandles"
carrierwave_integrity_error : "er ikke av tillatt filtype"
carrierwave_download_error : "kunne ikke lastes ned"
extension_whitelist_error : "Det er ikk tillatt å laste opp %{extension} filer. Tillatte filtyper er: %{allowed_types}"
extension_blacklist_error : "Det er ikk tillatt å laste opp %{extension} filer. Ikke tillate filtyper er: %{prohibited_types}"
content_type_whitelist_error : "Det er ikk tillatt å laste opp %{content_type} filer. Tillatte filtyper er: %{allowed_types}"
2022-08-01 19:57:40 +02:00
rmagick_processing_error : "Failed to manipulate with rmagick, maybe it is not an image?"
mime_types_processing_error : "Failed to process file with MIME::Types, maybe not valid content-type?"
mini_magick_processing_error : "Failed to manipulate the file, maybe it is not an image?"
2021-07-20 18:13:08 +02:00
wrong_size : "har feil filstørrelse (skal være %{file_size})"
size_too_small : "er for liten (må være minst %{file_size})"
size_too_big : "er for stor (må være maks %{file_size})"
export_not_found : "Finner ikke forespurt eksport. Den ble sannsynligvis slettet, vennligst generer en ny eksport."
percentage_out_of_range : "Prosentverdi må være et tall mellom 0 og 100"
cannot_be_blank_at_same_time : "kan ikke være tom når %{field} er også tom"
cannot_be_in_the_past : "kan ikke være i fortiden"
cannot_be_before_previous_value : "kan ikke være før den forrige verdien"
cannot_overlap : "kan ikke overlappe eksisterende regnskapsperiode"
cannot_encompass : "kan ikke inkludere en eksisterende regnskapsperiode"
in_closed_period : "kan ikke være innenfor en avsluttet regnskapsperiode"
invalid_footprint : "fakturas kontrollsum er ugyldig"
end_before_start : "Sluttdatoen kan ikke være før startdato. Velg en dato etter %{START}"
invalid_duration : "Den tillatte varigheten må være mellom 1 dag og 1 år. Din periode er %{DAYS} dager lang."
must_be_in_the_past : "Perioden må være før dagens dato."
2022-01-04 15:35:20 +01:00
registration_disabled : "Registration is disabled"
2022-10-05 12:16:08 +02:00
undefined_in_store : "must be defined to make the product available in the store"
gateway_error : "Payement gateway error: %{MESSAGE}"
gateway_amount_too_small : "Payments under %{AMOUNT} are not supported. Please order directly at the reception."
gateway_amount_too_large : "Payments above %{AMOUNT} are not supported. Please order directly at the reception."
2022-10-05 17:27:08 +02:00
product_in_use : "This product have already been ordered"
2022-10-24 12:10:42 +02:00
slug_already_used : "is already used"
2023-02-15 12:44:57 +01:00
coupon :
code_format_error : "only caps letters, numbers, and dashes are allowed"
2021-06-23 11:54:16 +02:00
apipie :
2021-07-20 18:13:08 +02:00
api_documentation : "API-dokumentasjon"
code : "HTTP kode"
2023-02-15 12:44:57 +01:00
#error messages when importing an account from an SSO
2021-06-23 11:54:16 +02:00
omniauth :
2021-07-20 18:13:08 +02:00
email_already_linked_to_another_account_please_input_your_authentication_code : "E-postadressen \"%{OLD_MAIL}\" er allerede koblet til en annen konto, vennligst skriv inn din godkjenningskode."
your_username_is_already_linked_to_another_account_unable_to_update_it : "Brukernavnet ditt (%{USERNAME}) er allerede koblet til en annen konto, så ikke mulig å oppdatere kontoen."
your_email_address_is_already_linked_to_another_account_unable_to_update_it : "Din e-postadresse (%{EMAIL}) er allerede koblet til en annen konto og kan ikke oppdateres."
this_account_is_already_linked_to_an_user_of_the_platform : "Denne %{NAME} -kontoen er allerede knyttet til en bruker."
2021-06-23 11:54:16 +02:00
#availability slots in the calendar
availabilities :
2021-07-20 18:13:08 +02:00
not_available : "Ikke tilgjengelig"
2023-02-03 14:46:56 +01:00
reserving : "I'm reserving"
2021-07-20 18:13:08 +02:00
i_ve_reserved : "Jeg har reservert"
length_must_be_slot_multiple : "må være minst %{MIN} minutter etter startdatoen"
must_be_associated_with_at_least_1_machine : "må være tilknyttet minst 1 maskin"
2022-04-05 16:44:55 +02:00
deleted_user : "Deleted user"
2021-06-23 11:54:16 +02:00
#members management
members :
2021-07-20 18:13:08 +02:00
unable_to_change_the_group_while_a_subscription_is_running : "Kan ikke endre gruppen mens et abonnement kjører"
please_input_the_authentication_code_sent_to_the_address : "Skriv inn autentiseringskoden sendt til e-postadressen %{EMAIL}"
your_authentication_code_is_not_valid : "Din autentiseringskode er ikke gyldig."
current_authentication_method_no_code : "Den nåværende autentiseringsmetoden krever ikke migrasjonskode"
requested_account_does_not_exists : "Den forespurte kontoen eksisterer ikke"
2022-05-12 11:42:36 +02:00
#SSO external authentication
authentication_providers :
local_database_provider_already_exists : 'A "Local Database" provider already exists. Unable to create another.'
matching_between_User_uid_and_API_required : "It is required to set the matching between User.uid and the API to add this provider."
2021-06-23 11:54:16 +02:00
#PDF invoices generation
invoices :
2021-07-20 18:13:08 +02:00
refund_invoice_reference : "Referanse, refusjonsfaktura: %{REF}"
invoice_reference : "Fakturareferanse: %{REF}"
code : "Kode: %{CODE}"
order_number : "Ordre #: %{NUMBER}"
invoice_issued_on_DATE : "Faktura utstedt den %{DATE}"
refund_invoice_issued_on_DATE : "Tilbakebetalingsfaktura utstedt den %{DATE}"
wallet_credit : "Lommebok-kredit"
cancellation_of_invoice_REF : "Kansellering av faktura %{REF}"
reservation_of_USER_on_DATE_at_TIME : "Reservasjon for %{USER} på %{DATE} kl. %{TIME}"
cancellation : "Avbestilling"
object : "Objekt:"
2021-07-20 18:42:18 +02:00
order_summary : "Oppsummering av ordre:"
details : "Detaljer"
amount : "Beløp"
subscription_extended_for_free_from_START_to_END : "Abonnement utvidet gratis – fra %{START} til %{END}"
subscription_NAME_from_START_to_END : "Abonnement %{NAME} - fra %{START} til %{END}"
machine_reservation_DESCRIPTION : "Maskinreservasjon - %{DESCRIPTION}"
space_reservation_DESCRIPTION : "Reservasjon av plass/rom - %{DESCRIPTION}"
training_reservation_DESCRIPTION : "Bestilling, opplæring/kurs - %{DESCRIPTION}"
event_reservation_DESCRIPTION : "Arrangements-reservasjon - %{DESCRIPTION}"
2023-01-05 12:09:16 +01:00
from_payment_schedule : "Due %{NUMBER} out of %{TOTAL}, from %{DATE}. Repayment schedule %{SCHEDULE}"
2023-04-03 11:41:11 +02:00
null_invoice : "Invoice at nil, billing jump following a malfunction of the Fab Manager software"
2021-06-23 11:54:16 +02:00
full_price_ticket :
2021-07-20 18:42:18 +02:00
one : "En fullprisbillett"
2021-06-23 11:54:16 +02:00
other : "%{count} full price tickets"
other_rate_ticket :
2021-07-20 18:42:18 +02:00
one : "En %{NAME} billett"
2021-06-23 11:54:16 +02:00
other : "%{count} %{NAME} tickets"
2021-07-20 18:42:18 +02:00
coupon_CODE_discount_of_DISCOUNT : "Kupong {CODE}: rabatt på {DISCOUNT}{TYPE, select, percent_off{%} other{}}" #messageFormat interpolation
total_including_all_taxes : "Sum inkl. MVA"
2023-01-03 10:52:00 +01:00
VAT : "MVA"
including_VAT_RATE : "Inkludert %{NAME} %{RATE}% av %{AMOUNT}"
2021-07-20 18:42:18 +02:00
including_total_excluding_taxes : "Inkludert total ekskl. MVA"
including_amount_payed_on_ordering : "Inkludert beløp betalt ved bestilling"
total_amount : "Totalbeløp"
refund_on_DATE : "Refusjon den %{DATE}"
by_card_online_payment : "via kort (online betaling)"
by_cheque : "med sjekk"
by_transfer : "ved overføring"
by_cash : "med kontanter"
by_wallet : "til lommebok"
no_refund : "Ingen refusjon"
settlement_by_debit_card : "Oppgjør med betalingskort"
settlement_done_at_the_reception : "Oppgjør i resepsjonen"
settlement_by_wallet : "Oppgjør via lommebok"
on_DATE_at_TIME : "på %{DATE} kl. %{TIME},"
for_an_amount_of_AMOUNT : "for %{AMOUNT}"
on_DATE_from_START_to_END : "På %{DATE} fra %{START} til %{END}" #eg: on feb. 7 from 7AM to 9AM
from_STARTDATE_to_ENDDATE_from_STARTTIME_to_ENDTIME : "Fra %{STARTDATE} til %{ENDDATE}, fra %{STARTTIME} til %{ENDTIME}" #eg: from feb. 7 to feb. 10, from 6PM to 10PM
subscription_of_NAME_for_DURATION_starting_from_DATE : "Abonnement på %{NAME} for %{DURATION} med start den %{DATE}"
2021-06-23 11:54:16 +02:00
subscription_of_NAME_extended_starting_from_STARTDATE_until_ENDDATE : "Subscription of %{NAME} extended (Free days) starting from %{STARTDATE} until %{ENDDATE}"
2021-07-20 18:55:19 +02:00
and : 'og'
invoice_text_example : "Vår organisasjoner ikke underlagt mva."
error_invoice : "Feil i faktura. Elementene under varen som ikke er bestilt. Kontakt oss for refusjon."
prepaid_pack : "Forhåndsbetalt pakke med timer"
pack_item : "Pakke med %{COUNT} timer for %{ITEM}"
2022-09-22 10:30:05 +02:00
order : "Your order on the store"
2023-01-03 11:07:41 +01:00
unable_to_find_pdf : "We cannot find your invoice. If you ordered recently, it may have not been generated yet. Please retry in a moment."
2021-06-23 11:54:16 +02:00
#PDF payment schedule generation
payment_schedules :
2021-07-20 18:55:19 +02:00
schedule_reference : "Referanse til betalingsplanen: %{REF}"
schedule_issued_on_DATE : "Tidsplan utstedt den %{DATE}"
object : "Objekt: Betalingsplan for %{ITEM}"
subscription_of_NAME_for_DURATION_starting_from_DATE : "%{NAME} sitt abonnementet med varighet %{DURATION} starter fra %{DATE}"
deadlines : "Dine tidsfrister"
deadline_date : "Betalingsdato"
deadline_amount : "Beløp inkludert mva"
total_amount : "Totalbeløp"
2022-01-05 16:01:08 +01:00
settlement_by_METHOD : "Debits will be made by {METHOD, select, card{card} transfer{bank transfer} other{check}} for each deadlines."
2021-07-20 18:55:19 +02:00
settlement_by_wallet : "%{AMOUNT} vil bli trukket fra lommeboken for å gjøre opp den første fristen."
2021-06-23 11:54:16 +02:00
#CVS accounting export (columns headers)
accounting_export :
2021-07-20 18:55:19 +02:00
journal_code : "Journalkode"
date : "Oppføringdato"
2021-07-20 18:13:08 +02:00
account_code : "Kontokode"
account_label : "Kontoetikett"
piece : "Dokument"
line_label : "Oppføringetikett"
debit_origin : "Opprinnelig debet"
credit_origin : "Opprinnelig kreditt"
debit_euro : "debet i Euro"
credit_euro : "Kreditt i Euro"
2021-06-23 11:54:16 +02:00
lettering : "Lettering"
2021-07-20 18:13:08 +02:00
VAT : 'MVA'
2022-12-22 14:29:43 +01:00
accounting_summary :
subscription_abbreviation : "subscr."
Machine_reservation_abbreviation : "machine reserv."
Training_reservation_abbreviation : "training reserv."
Event_reservation_abbreviation : "event reserv."
Space_reservation_abbreviation : "space reserv."
wallet_abbreviation : "wallet"
shop_order_abbreviation : "shop order"
2021-12-29 21:27:45 +01:00
vat_export :
start_date : "Start date"
end_date : "End date"
2022-12-27 13:26:55 +01:00
vat_rate : "%{NAME} rate"
2021-12-29 21:27:45 +01:00
amount : "Total amount"
2021-06-23 11:54:16 +02:00
#training availabilities
trainings :
2021-07-20 18:25:37 +02:00
i_ve_reserved : "Jeg har reservert"
completed : "Fullt"
2023-01-30 13:44:13 +01:00
refund_for_auto_cancel : "This training session was cancelled due to an insufficient number of participants."
2021-06-23 11:54:16 +02:00
#error messages when updating an event
events :
2021-07-20 18:25:37 +02:00
error_deleting_reserved_price : "Kan ikke slette den forespurte prisen fordi den er tilknyttet noen reservasjoner"
other_error : "En uventet feil oppstod under oppdatering av arrangementet"
2021-06-23 11:54:16 +02:00
#event duration
2021-07-20 18:25:37 +02:00
from_STARTDATE_to_ENDDATE : "Fra %{STARTDATE} til %{ENDDATE},"
from_STARTTIME_to_ENDTIME : "fra %{STARTTIME} til %{ENDTIME}"
2021-06-23 11:54:16 +02:00
#members list export to EXCEL format
export_members :
2021-07-20 18:25:37 +02:00
members : "Medlemmer"
2021-06-23 11:54:16 +02:00
id : "ID"
2023-02-03 14:46:56 +01:00
external_id : "External ID"
2021-07-20 18:25:37 +02:00
surname : "Etternavn"
first_name : "Fornavn"
email : "E-post"
newsletter : "Nyhetsbrev"
last_login : "Sist innlogget"
gender : "Kjønn"
age : "Alder"
address : "Adresse"
phone : "Telefon"
website : "Nettsted"
job : "Jobb"
interests : "Interesser"
cad_software_mastered : "Mestret CAD-programvare"
group : "Gruppe"
subscription : "Medlemskap/abonnement"
subscription_end_date : "Sluttdato for abonnementet"
validated_trainings : "Godkjent opplæring/kurs"
tags : "Etiketter"
number_of_invoices : "Antall fakturaer"
projects : "Prosjekter"
2021-06-23 11:54:16 +02:00
facebook : "Facebook"
twitter : "Twitter"
echo_sciences : "Echosciences"
2021-07-20 18:25:37 +02:00
organization : "Organisasjon"
organization_address : "Organisasjonens adresse"
2023-02-03 14:46:56 +01:00
note : "Note"
2021-07-20 18:25:37 +02:00
man : "Mann"
2021-07-20 18:55:19 +02:00
woman : "Kvinne"
without_subscriptions : "Uten abonnementer"
2021-06-23 11:54:16 +02:00
#machines/trainings/events reservations list to EXCEL format
export_reservations :
2021-07-20 18:55:19 +02:00
reservations : "Reservasjoner"
customer_id : "Kunde-ID"
customer : "Kunde"
email : "E-post"
reservation_date : "Reservasjonsdato"
reservation_type : "Reservasjon, type"
reservation_object : "Reservasjonsobjekt"
2021-07-21 15:51:04 +02:00
slots_number_hours_tickets : "Antall tidsluker (timer/saker)"
2021-07-20 18:55:19 +02:00
payment_method : "Betalingsmetode"
local_payment : "Betaling i resepsjonen"
online_payment : "Online betaling"
deleted_user : "Slettet bruker"
2022-09-05 14:18:19 +02:00
coupon : "Coupon used"
2021-06-23 11:54:16 +02:00
#subscriptions list export to EXCEL format
export_subscriptions :
2021-07-20 18:55:19 +02:00
subscriptions : "Medlemskap/abonnementer"
2021-06-23 11:54:16 +02:00
id : "ID"
2021-07-20 18:55:19 +02:00
customer : "Kunde"
email : "E-post"
subscription : "Medlemskap/abonnementer"
period : "Periode"
start_date : "Startdato"
expiration_date : "Utløpsdato"
amount : "Beløp"
local_payment : "Betaling i resepsjonen"
online_payment : "Online betaling"
deleted_user : "Slettet bruker"
2021-06-23 11:54:16 +02:00
#reservation slots export, by type, to EXCEL format
export_availabilities :
2021-07-20 18:55:19 +02:00
machines : "Maskiner"
trainings : "Opplæringer/kurs"
spaces : "Plass/rom"
events : "Arrangementer"
day_of_week : "Ukedag"
date : "Dato"
slot : "Tidsluke"
machine : "Maskin"
training : "Opplæring/kurs"
space : "Plass/rom"
event : "Arrangement"
reservations : "Reservasjoner"
available_seats : "Tilgjengelige plasser"
2022-05-12 11:42:36 +02:00
reservation_ics :
2022-07-27 12:06:52 +02:00
description_slot : "You have booked %{COUNT} slots of %{ITEM}"
description_training : "You have booked a %{TYPE} training"
description_event : "You have booked %{NUMBER} tickets for this event"
2022-05-12 11:42:36 +02:00
alarm_summary : "Remind your reservation"
2021-06-23 11:54:16 +02:00
roles :
2021-07-20 18:55:19 +02:00
member : "Medlem"
manager : "Leder"
2021-06-23 11:54:16 +02:00
admin : "Administrator"
api :
#internal app notifications
notifications :
2021-07-20 18:55:19 +02:00
deleted_user : "Slettet bruker"
2021-06-23 11:54:16 +02:00
notify_admin_abuse_reported :
2021-07-20 18:55:19 +02:00
an_abuse_was_reported_on_TYPE_ID_NAME_html : "Et misbruk ble rapportert på <strong>%{TYPE} %{ID}: <em>%{NAME}</em></strong>."
2021-06-23 11:54:16 +02:00
notify_admin_member_create_reservation :
2021-07-21 15:51:04 +02:00
a_RESERVABLE_reservation_was_made_by_USER_html : "En <strong><em>%{RESERVABLE}</em></strong> reservasjon ble gjort av <strong><em>%{USER}</em></strong>."
2021-06-23 11:54:16 +02:00
notify_admin_profile_complete :
2021-07-21 15:51:04 +02:00
account_imported_from_PROVIDER_UID_has_completed_its_information_html : "Konto importert fra <strong><em>%{PROVIDER}</strong> (%{UID})</em> fullført."
2021-06-23 11:54:16 +02:00
notify_admin_slot_is_canceled :
2021-07-21 15:51:04 +02:00
USER_s_reservation_on_the_DATE_was_cancelled_remember_to_generate_a_refund_invoice_if_applicable_html : "<strong><em>%{USER}</em></strong> sin reservasjon, på %{DATE}, ble kansellert. Husk å generere en refusjonsfaktura hvis det er aktuelt."
2021-06-23 11:54:16 +02:00
notify_admin_slot_is_modified :
2021-07-21 15:51:04 +02:00
a_booking_slot_was_modified : "En tidsluke ble endret."
2021-06-23 11:54:16 +02:00
notify_admin_subscribed_plan :
2021-07-20 18:25:37 +02:00
subscription_PLAN_has_been_subscribed_by_USER_html : "Abonnement/medlemskap <strong><em>%{PLAN}</em></strong> har blitt bestilt av <strong><em>%{USER}</strong></em>."
2021-06-23 11:54:16 +02:00
notify_admin_subscription_canceled :
2021-07-20 18:25:37 +02:00
USER_s_subscription_has_been_cancelled : "%{USER} sitt abonnement har blitt kansellert."
2021-06-23 11:54:16 +02:00
notify_admin_subscription_extended :
2021-07-20 18:25:37 +02:00
subscription_PLAN_of_the_member_USER_has_been_extended_FREE_until_DATE_html : "Abonnement <strong><em>{PLAN}</em></strong> for <strong><em>{USER}</strong></em> har blitt utvidet {FREE, select, true{gratis} other{}} til {DATE}." #messageFormat interpolation
2021-06-23 11:54:16 +02:00
notify_admin_subscription_is_expired :
2021-07-20 18:25:37 +02:00
USER_s_subscription_has_expired : "%{USER}sitt abonnement har utløpt."
2021-06-23 11:54:16 +02:00
notify_admin_subscription_will_expire_in_7_days :
2021-07-20 18:25:37 +02:00
USER_s_subscription_will_expire_in_7_days : "%{USER} sitt abonnement utløper om 7 dager."
2023-01-30 13:44:13 +01:00
notify_admin_training_auto_cancelled :
auto_cancelled_training : "The %{TRAINING} training session scheduled for %{DATE}, has been automatically canceled due to an insufficient number of participants."
auto_refund : "The members were automatically refunded on their wallet."
manual_refund : "Please refund each members."
2021-06-23 11:54:16 +02:00
notify_admin_user_group_changed :
2022-03-10 10:09:24 +01:00
user_NAME_changed_his_group_html : "User <strong><em>{NAME}</strong></em> changed group." #messageFormat interpolation
2021-06-23 11:54:16 +02:00
notify_admin_user_merged :
2022-03-10 10:09:24 +01:00
user_NAME_has_merged_his_account_with_the_one_imported_from_PROVIDER_UID_html : "<strong><em>{NAME}</strong></em>'s account was merged with the one imported from <strong><em>{PROVIDER} </strong> ({%UID})</em>." #messageFormat interpolation
2021-06-23 11:54:16 +02:00
notify_admin_when_project_published :
2021-07-20 18:25:37 +02:00
project_NAME_has_been_published_html : "Prosjekt <a href='/#!/projects/%{ID}'><strong><em>%{NAME}<em></strong></a> har blitt publisert."
2021-06-23 11:54:16 +02:00
notify_admin_when_user_is_created :
2021-07-20 18:25:37 +02:00
a_new_user_account_has_been_created_NAME_EMAIL_html : "En ny brukerkonto er opprettet: <strong><em>%{NAME} <%{EMAIL}></strong></em>."
2021-06-23 11:54:16 +02:00
notify_admin_when_user_is_imported :
2021-07-20 18:25:37 +02:00
a_new_user_account_has_been_imported_from_PROVIDER_UID_html : "En ny brukerkonto har blitt importert fra: <strong><em>%{PROVIDER}</strong> (%{UID})</em>."
2021-06-23 11:54:16 +02:00
notify_member_create_reservation :
2021-07-20 18:25:37 +02:00
your_reservation_RESERVABLE_was_successfully_saved_html : "Din reservasjon <strong><em>%{RESERVABLE}</em></strong> er blitt lagret."
2021-06-23 11:54:16 +02:00
notify_member_reservation_reminder :
2021-07-20 18:25:37 +02:00
reminder_you_have_a_reservation_RESERVABLE_to_be_held_on_DATE_html : "Påminnelse: Du har en reservasjon <strong>%{RESERVABLE}</strong> den <em>%{DATE}</em>"
2021-06-23 11:54:16 +02:00
notify_member_slot_is_canceled :
2021-07-20 18:25:37 +02:00
your_reservation_RESERVABLE_of_DATE_was_successfully_cancelled : "Din reservasjon %{RESERVABLE} den %{DATE} ble kansellert."
2021-06-23 11:54:16 +02:00
notify_member_slot_is_modified :
2021-07-20 18:42:18 +02:00
your_reservation_slot_was_successfully_changed : "Din reservasjonluke ble endret."
2021-06-23 11:54:16 +02:00
notify_member_subscribed_plan :
2021-07-20 18:42:18 +02:00
you_have_subscribed_to_PLAN_html : "Du abonnerer på <strong><em>%{PLAN}</em></strong>."
2021-06-23 11:54:16 +02:00
notify_member_subscribed_plan_is_changed :
2021-07-20 18:42:18 +02:00
you_have_changed_your_subscription_to_PLAN_html : "Du har endret abonnement til <strong><em>%{PLAN}</em></strong>."
2021-06-23 11:54:16 +02:00
notify_member_subscription_canceled :
2021-07-20 18:42:18 +02:00
your_subscription_PLAN_was_successfully_cancelled_html : "Abonnementet ditt <strong><em>%{PLAN}</em></strong> ble avsluttet."
2021-06-23 11:54:16 +02:00
notify_member_subscription_extended :
2021-07-20 18:42:18 +02:00
your_subscription_PLAN_has_been_extended_FREE_until_DATE_html : "Abonnementet <strong><em>{PLAN}</em></strong> har blitt utvidet {FREE, select, true{Gratis} other{}} til {DATE}." #messageFormat interpolation
2021-06-23 11:54:16 +02:00
notify_member_subscription_is_expired :
2021-07-20 18:42:18 +02:00
your_subscription_has_expired : "Abonnementet ditt har utløpt."
2021-06-23 11:54:16 +02:00
notify_member_subscription_will_expire_in_7_days :
2021-07-20 18:42:18 +02:00
your_subscription_will_expire_in_7_days : "Ditt abonnement utløper om 7 dager."
2023-01-30 13:44:13 +01:00
notify_member_training_authorization_expired :
training_authorization_revoked : "Your authorization to use %{MACHINES} has been revoked because it has expired."
notify_member_training_auto_cancelled :
auto_cancelled_training : "The %{TRAINING} training session scheduled for %{DATE}, has been canceled due to an insufficient number of participants."
auto_refund : "You were refunded on your wallet."
notify_member_training_invalidated :
invalidated : "Your authorization to use %{MACHINES} has been invalidated due to a lack of reservations."
2021-06-23 11:54:16 +02:00
notify_partner_subscribed_plan :
2021-07-20 18:42:18 +02:00
subscription_partner_PLAN_has_been_subscribed_by_USER_html : "Partnerabonnement <strong><em>%{PLAN}</em></strong> er tegnet av <strong><em>%{USER}</strong></em>."
2021-06-23 11:54:16 +02:00
notify_project_author_when_collaborator_valid :
2021-07-20 18:42:18 +02:00
USER_became_collaborator_of_your_project : "%{USER} ble samarbeidspartner i prosjektet ditt:"
2021-06-23 11:54:16 +02:00
notify_project_collaborator_to_valid :
2021-07-20 18:42:18 +02:00
you_are_invited_to_collaborate_on_the_project : "Du er invitert til å samarbeide om prosjektet:"
2021-06-23 11:54:16 +02:00
notify_user_auth_migration :
2021-07-20 18:42:18 +02:00
your_account_was_migrated : "Overføring av kontoen din til det nye autentiseringssystemet er vellykket."
2021-06-23 11:54:16 +02:00
notify_user_profile_complete :
2021-07-20 18:42:18 +02:00
your_profile_was_completed : "Profilen din ble fullført, du har nå tilgang til hele plattformen."
2021-06-23 11:54:16 +02:00
notify_user_training_valid :
2021-07-20 18:42:18 +02:00
your_TRAINING_was_validated_html : "Opplæring/kurs, <strong><em>%{TRAINING}</em></strong>, ble validert."
2021-06-23 11:54:16 +02:00
notify_user_user_group_changed :
2021-07-20 18:42:18 +02:00
your_group_has_changed : "Gruppen din er endret."
2021-06-23 11:54:16 +02:00
notify_user_when_avoir_ready :
2021-07-20 18:42:18 +02:00
your_avoir_is_ready_html : "Din refusjon nr.%{REFERENCE}, på %{AMOUNT} er klar. <a href='api/invoices/%{INVOICE_ID}/download' target='_blank'> Klikk her for å laste ned</a>."
2021-06-23 11:54:16 +02:00
notify_user_when_invoice_ready :
2021-07-20 18:42:18 +02:00
your_invoice_is_ready_html : "Din faktura nr.%{REFERENCE}, på %{AMOUNT} er klar. <a href='api/invoices/%{INVOICE_ID}/download' target='_blank'>Klikk her for å laste ned</a>."
2021-06-23 11:54:16 +02:00
undefined_notification :
2021-07-20 18:42:18 +02:00
unknown_notification : "Ukjent varsel"
notification_ID_wrong_type_TYPE_unknown : "Varsling %{ID} av feil (type %{TYPE} ukjent)"
2021-06-23 11:54:16 +02:00
notify_user_wallet_is_credited :
2021-07-20 18:42:18 +02:00
your_wallet_is_credited : "Din lommebok har blitt kreditert av administrator"
2021-06-23 11:54:16 +02:00
notify_admin_user_wallet_is_credited :
2021-07-20 18:42:18 +02:00
wallet_is_credited : "%{USER} sin lommeboken er blitt kreditert %{AMOUNT}."
2021-06-23 11:54:16 +02:00
notify_admin_export_complete :
2021-07-20 18:42:18 +02:00
export : "Eksporten"
statistics_global : "for all statistikk"
statistics_account : "for registreringsstatistikken"
statistics_event : "for arrangements-statistikk"
statistics_machine : "for statistikk om maskinreservasjoner"
statistics_project : "av statistikk om prosjekter"
statistics_subscription : "for abonnementsstatistikk"
statistics_training : "av statistikk om opplæringer"
statistics_space : "av statistikk om plasser/rom"
2023-02-20 15:37:51 +01:00
statistics_order : "of statistics about store orders"
2021-07-21 15:51:04 +02:00
users_members : "fra medlemslisten"
users_subscriptions : "fra abonnementslisten"
users_reservations : "fra reservasjonslisten"
2021-06-23 11:54:16 +02:00
availabilities_index : "of the reservations availabilities"
accounting_acd : "of the accounting data to ACD"
2021-12-29 21:27:45 +01:00
accounting_vat : "of the collected VAT"
2021-06-23 11:54:16 +02:00
is_over : "is over."
download_here : "Download here"
notify_admin_import_complete :
import_over : "%{CATEGORY} import is over. "
members : "Members"
view_results : "View results."
2022-10-05 17:27:08 +02:00
notify_admin_low_stock_threshold :
low_stock : "Low stock for %{PRODUCT}. "
view_product : "View the product."
2021-06-23 11:54:16 +02:00
notify_member_about_coupon :
enjoy_a_discount_of_PERCENT_with_code_CODE : "Enjoy a discount of %{PERCENT}% with code %{CODE}"
enjoy_a_discount_of_AMOUNT_with_code_CODE : "Enjoy a discount of %{AMOUNT} with code %{CODE}"
notify_admin_free_disk_space :
warning_free_disk_space : "Warning: the server's available disk space is now %{AVAILABLE} MiB"
notify_admin_close_period_reminder :
warning_last_closed_period_over_1_year : "Please remind to periodically close your accounting periods. Last closed period ended at %{LAST_END}"
warning_no_closed_periods : "Please remind to periodically close your accounting periods. You have to close periods from %{FIRST_DATE}"
notify_admin_archive_complete :
archive_complete : "Data archiving from %{START} to %{END} is done. <a href='api/accounting_periods/%{ID}/archive' target='_blank'>click here to download</a>. Remember to save it on an external secured media."
notify_privacy_policy_changed :
policy_updated : "Privacy policy updated."
click_to_show : "Click here to consult"
notify_admin_refund_created :
refund_created : "A refund of %{AMOUNT} has been created for user %{USER}"
notify_user_role_update :
your_role_is_ROLE : "Your role has been changed to %{ROLE}."
notify_admins_role_update :
user_NAME_changed_ROLE_html : "User <strong><em>%{NAME}</strong></em> is now %{ROLE}."
notify_admin_objects_stripe_sync :
all_objects_sync : "All data were successfully synchronized on Stripe."
2023-02-16 17:06:29 +01:00
notify_admin_order_is_paid :
order_paid_html : "A new order has been placed. <a href='/#!/admin/store/orders/%{ID}'>View details</a>."
2021-06-23 11:54:16 +02:00
notify_user_when_payment_schedule_ready :
your_schedule_is_ready_html : "Your payment schedule #%{REFERENCE}, of %{AMOUNT}, is ready. <a href='api/payment_schedules/%{SCHEDULE_ID}/download' target='_blank'>Click here to download</a>."
2022-01-17 15:49:49 +01:00
notify_admin_payment_schedule_error :
schedule_error : "An error occurred for the card debit of the %{DATE} deadline, for schedule %{REFERENCE}"
notify_member_payment_schedule_error :
schedule_error : "An error occurred for the card debit of the %{DATE} deadline, for your schedule %{REFERENCE}"
2021-06-23 11:54:16 +02:00
notify_admin_payment_schedule_failed :
schedule_failed : "Failed card debit for the %{DATE} deadline, for schedule %{REFERENCE}"
notify_member_payment_schedule_failed :
schedule_failed : "Failed card debit for the %{DATE} deadline, for your schedule %{REFERENCE}"
2022-01-17 15:49:49 +01:00
notify_admin_payment_schedule_gateway_canceled :
schedule_canceled : "The payment schedule %{REFERENCE} was canceled by the gateway. An action is required."
notify_member_payment_schedule_gateway_canceled :
schedule_canceled : "Your payment schedule %{REFERENCE} was canceled by the gateway."
2021-06-23 11:54:16 +02:00
notify_admin_payment_schedule_check_deadline :
schedule_deadline : "You must cash the check for the %{DATE} deadline, for schedule %{REFERENCE}"
2022-01-05 16:01:08 +01:00
notify_admin_payment_schedule_transfer_deadline :
schedule_deadline : "You must confirm the bank direct debit for the %{DATE} deadline, for schedule %{REFERENCE}"
2023-03-14 16:45:01 +01:00
notify_member_reservation_limit_reached :
limit_reached : "For %{DATE}, you have reached your daily limit of %{HOURS} hours of %{ITEM} reservation."
2023-02-15 12:44:57 +01:00
notify_admin_user_supporting_document_files_created :
supporting_document_files_uploaded : "Supporting document uploaded by member <strong><em>%{NAME}</strong></em>."
notify_admin_user_supporting_document_files_updated :
supporting_document_files_uploaded : "Supporting document changed by member <strong><em>%{NAME}</strong></em>."
2022-03-18 19:44:30 +01:00
notify_user_is_validated :
account_validated : "Your account is valid."
notify_user_is_invalidated :
account_invalidated : "Your account is invalid."
2023-02-15 12:44:57 +01:00
notify_user_supporting_document_refusal :
refusal : "Your supporting documents were refused"
notify_admin_user_supporting_document_refusal :
refusal : "Member's supporting document <strong><em>%{NAME}</strong></em> was refused."
2022-09-22 09:40:29 +02:00
notify_user_order_is_ready :
order_ready : "Your command %{REFERENCE} is ready"
notify_user_order_is_canceled :
order_canceled : "Your command %{REFERENCE} is canceled"
notify_user_order_is_refunded :
order_refunded : "Your command %{REFERENCE} is refunded"
2021-06-23 11:54:16 +02:00
#statistics tools for admins
statistics :
subscriptions : "Subscriptions"
machines_hours : "Machines slots"
2023-02-02 11:09:36 +01:00
machine_dates : "Slots dates"
space_dates : "Slots dates"
2021-06-23 11:54:16 +02:00
spaces : "Spaces"
2022-10-12 17:21:17 +02:00
orders : "Orders"
2021-06-23 11:54:16 +02:00
trainings : "Trainings"
events : "Events"
registrations : "Registrations"
projects : "Projects"
users : "Users"
training_id : "Training ID"
training_date : "Training Date"
event_id : "Event ID"
event_date : "Event Date"
event_name : "Event Name"
event_theme : "Theme"
age_range : "Age Range"
themes : "Themes"
2021-07-20 18:55:19 +02:00
components : "Komponenter"
machines : "Maskiner"
user_id : "Bruker-ID"
2023-02-02 11:09:36 +01:00
group : "Group"
2021-07-20 18:55:19 +02:00
bookings : "Reservasjoner"
2021-07-20 19:02:38 +02:00
hours_number : "Timer nummer"
2021-06-23 11:54:16 +02:00
tickets_number : "Tickets number"
revenue : "Revenue"
2021-07-20 19:02:38 +02:00
account_creation : "Konto opprettet"
project_publication : "Prosjekt publisert"
duration : "Varighet"
2022-10-24 12:10:42 +02:00
store : "Store"
2022-10-12 17:21:17 +02:00
paid-processed : "Paid and/or processed"
aborted : "Aborted"
2022-09-05 14:18:19 +02:00
#statistics exports to the Excel file format
2021-06-23 11:54:16 +02:00
export :
2021-07-20 19:02:38 +02:00
entries : "Oppføringer"
revenue : "Inntekter"
average_age : "Gjennomsnittlig alder"
total : "Totalt"
date : "Dato"
user : "Bruker"
email : "E-post"
phone : "Telefon"
gender : "Kjønn"
age : "Alder"
2021-06-23 11:54:16 +02:00
type : "Type"
2021-07-20 19:02:38 +02:00
male : "Mann"
female : "Kvinne"
2022-12-01 17:24:09 +01:00
deleted_user : "Deleted user"
2021-06-23 11:54:16 +02:00
#initial price's category for events, created to replace the old "reduced amount" property
price_category :
2021-07-20 19:02:38 +02:00
reduced_fare : "Redusert avgift"
reduced_fare_if_you_are_under_25_student_or_unemployed : "Redusert pris hvis du er under 25, student eller arbeidsløs."
2021-10-19 10:37:09 +02:00
cart_items :
free_extension : "Free extension of a subscription, until %{DATE}"
2022-12-27 17:19:13 +01:00
must_be_after_expiration : "The new expiration date must be set after the current expiration date"
2023-01-04 12:08:37 +01:00
group_subscription_mismatch : "Your group mismatch with your subscription. Please report this error."
2021-10-22 15:52:00 +02:00
statistic_profile :
birthday_in_past : "The date of birth must be in the past"
2022-10-05 12:16:08 +02:00
order :
2022-10-20 10:14:51 +02:00
please_contact_FABLAB : "Please contact us for withdrawal instructions."
2023-01-04 11:12:02 +01:00
cart_item_validation :
slot : "The slot doesn't exist"
availability : "The availaility doesn't exist"
full : "The slot is already fully reserved"
deadline : "You can't reserve a slot %{MINUTES} minutes prior to its start"
2023-03-16 12:02:08 +01:00
limit_reached : "You have reached the booking limit of %{HOURS}H per day for the %{RESERVABLE}, for your current subscription. Please adjust your reservation."
2023-01-04 11:12:02 +01:00
restricted : "This availability is restricted for subscribers"
plan : "This subscription plan is disabled"
2023-02-03 14:46:56 +01:00
plan_group : "This subscription plan is reserved for members of group %{GROUP}"
2023-01-04 11:12:02 +01:00
reserved : "This slot is already reserved"
pack : "This prepaid pack is disabled"
2023-02-03 14:46:56 +01:00
pack_group : "This prepaid pack is reserved for members of group %{GROUP}"
2023-01-04 11:12:02 +01:00
space : "This space is disabled"
machine : "This machine is disabled"
reservable : "This machine is not reservable"
2023-02-03 14:46:56 +01:00
cart_validation :
select_user : "Please select a user before continuing"
2021-06-23 11:54:16 +02:00
settings :
2021-07-20 19:02:38 +02:00
locked_setting : "innstillingen er låst."
about_title : "\"Om\" sidetittel"
about_body : "\"Om\" sideinnhold"
about_contacts : "\"Om\"-side, kontakter"
privacy_draft : "Forslag til retningslinjer for personvern"
privacy_body : "Persovernerklæring"
privacy_dpo : "Adressen til personvernansvarlig"
twitter_name : "Twitterfeed-navn"
2021-06-23 11:54:16 +02:00
home_blogpost : "Homepage's brief"
2021-07-20 19:02:38 +02:00
machine_explications_alert : "Informasjon på maskinens bestillingsside"
training_explications_alert : "Forklarings melding på opplæringsreservasjonssiden"
2021-06-23 11:54:16 +02:00
training_information_message : "Information message on the machine reservation page"
subscription_explications_alert : "Explanation message on the subscription page"
invoice_logo : "Invoices' logo"
invoice_reference : "Invoice's reference"
invoice_code-active : "Activation of the invoices' code"
invoice_code-value : "Invoices' code"
invoice_order-nb : "Invoice's order number"
invoice_VAT-active : "Activation of the VAT"
invoice_VAT-rate : "VAT rate"
2022-12-27 13:26:55 +01:00
invoice_VAT-rate_Product : "VAT rate for shop's product sales"
invoice_VAT-rate_Event : "VAT rate for event reservations"
invoice_VAT-rate_Machine : "VAT rate for machine reservations"
invoice_VAT-rate_Subscription : "VAT rate for subscriptions"
invoice_VAT-rate_Space : "VAT rate for space reservations"
invoice_VAT-rate_Training : "VAT rate for training reservations"
2021-06-23 11:54:16 +02:00
invoice_text : "Invoices' text"
invoice_legals : "Invoices' legal information"
booking_window_start : "Opening time"
booking_window_end : "Closing time"
booking_move_enable : "Activation of reservations moving"
booking_move_delay : "Preventive delay before any reservation move"
booking_cancel_enable : "Activation of reservations cancelling"
booking_cancel_delay : "Preventive delay before any reservation cancellation"
main_color : "Main colour"
secondary_color : "Secondary colour"
fablab_name : "Fablab's name"
name_genre : "Title concordance"
reminder_enable : "Activation of reservations reminding"
reminder_delay : "Delay before sending the reminder"
event_explications_alert : "Explanation message on the event reservation page"
space_explications_alert : "Explanation message on the space reservation page"
visibility_yearly : "Maximum visibility for annual subscribers"
visibility_others : "Maximum visibility for other members"
2022-12-19 10:25:35 +01:00
reservation_deadline : "Prevent reservation before it starts"
2021-06-23 11:54:16 +02:00
display_name_enable : "Display names in the calendar"
machines_sort_by : "Machines display order"
2022-12-22 14:29:43 +01:00
accounting_sales_journal_code : "Sales journal code"
accounting_payment_card_code : "Card payments code"
accounting_payment_card_label : "Card payments label"
accounting_payment_card_journal_code : "Card clients journal code"
accounting_payment_wallet_code : "Wallet payments code"
accounting_payment_wallet_label : "Wallet payments label"
accounting_payment_wallet_journal_code : "Wallet payments journal code"
accounting_payment_other_code : "Other payment means code"
accounting_payment_other_label : "Other payment means label"
accounting_payment_other_journal_code : "Other payment means journal code"
accounting_wallet_code : "Wallet credit code"
accounting_wallet_label : "Wallet credit label"
accounting_wallet_journal_code : "Wallet credit journal code"
2021-06-23 11:54:16 +02:00
accounting_VAT_code : "VAT code"
accounting_VAT_label : "VAT label"
2022-12-22 14:29:43 +01:00
accounting_VAT_journal_code : "VAT journal code"
2021-06-23 11:54:16 +02:00
accounting_subscription_code : "Subscriptions code"
accounting_subscription_label : "Subscriptions label"
accounting_Machine_code : "Machines code"
accounting_Machine_label : "Machines label"
accounting_Training_code : "Trainings code"
accounting_Training_label : "Trainings label"
accounting_Event_code : "Events code"
accounting_Event_label : "Events label"
accounting_Space_code : "Spaces code"
accounting_Space_label : "Spaces label"
2022-12-22 14:29:43 +01:00
accounting_Pack_code : "Prepaid-hours pack code"
accounting_Pack_label : "Prepaid-hours pack label"
accounting_Product_code : "Store products code"
accounting_Product_label : "Store products label"
2021-06-23 11:54:16 +02:00
hub_last_version : "Last Fab-manager's version"
hub_public_key : "Instance public key"
fab_analytics : "Fab Analytics"
link_name : "Link title to the \"About\" page"
home_content : "The home page"
home_css : "Stylesheet of the home page"
origin : "Instance URL"
uuid : "Instance ID"
phone_required : "Phone required?"
tracking_id : "Tracking ID"
book_overlapping_slots : "Book overlapping slots"
slot_duration : "Default duration of booking slots"
events_in_calendar : "Display events in the calendar"
spaces_module : "Spaces module"
plans_module : "Plans modules"
invoicing_module : "Invoicing module"
facebook_app_id : "Facebook App ID"
twitter_analytics : "Twitter analytics account"
recaptcha_site_key : "reCAPTCHA Site Key"
recaptcha_secret_key : "reCAPTCHA Secret Key"
feature_tour_display : "Feature tour display mode"
email_from : "Expeditor's address"
disqus_shortname : "Disqus shortname"
allowed_cad_extensions : "Allowed CAD files extensions"
allowed_cad_mime_types : "Allowed CAD files MIME types"
openlab_app_id : "OpenLab ID"
openlab_app_secret : "OpenLab secret"
openlab_default : "Default projects gallery view"
online_payment_module : "Online payments module"
stripe_public_key : "Stripe public key"
stripe_secret_key : "Stripe secret key"
stripe_currency : "Stripe currency"
invoice_prefix : "Invoices' files prefix"
confirmation_required : "Confirmation required"
wallet_module : "Wallet module"
statistics_module : "Statistics module"
upcoming_events_shown : "Display limit for upcoming events"
payment_schedule_prefix : "Payment schedule's files prefix"
trainings_module : "Trainings module"
address_required : "Address required"
accounting_Error_code : "Errors code"
accounting_Error_label : "Errors label"
payment_gateway : "Payment gateway"
payzen_username : "PayZen username"
payzen_password : "PayZen password"
payzen_endpoint : "PayZen API endpoint"
payzen_public_key : "PayZen client public key"
payzen_hmac : "PayZen HMAC-SHA-256 key"
payzen_currency : "PayZen currency"
public_agenda_module : "Public agenda module"
2021-07-01 09:19:43 +02:00
renew_pack_threshold : "Threshold for packs renewal"
2021-10-19 10:37:09 +02:00
pack_only_for_subscription : "Restrict packs for subscribers"
2021-10-22 15:52:00 +02:00
overlapping_categories : "Categories for overlapping booking prevention"
2021-12-23 10:26:05 +01:00
extended_prices_in_same_day : "Extended prices in the same day"
2022-01-04 15:35:20 +01:00
public_registrations : "Public registrations"
2022-05-12 11:42:36 +02:00
facebook : "facebook"
twitter : "twitter"
viadeo : "viadeo"
linkedin : "linkedin"
instagram : "instagram"
youtube : "youtube"
vimeo : "vimeo"
dailymotion : "dailymotion"
github : "github"
echosciences : "echosciences"
pinterest : "pinterest"
lastfm : "lastfm"
flickr : "flickr"
machines_module : "Machines module"
user_change_group : "Allow users to change their group"
2022-07-27 10:11:32 +02:00
show_username_in_admin_list : "Show the username in the admin's members list"
2022-10-05 12:16:08 +02:00
store_module : "Store module"
store_withdrawal_instructions : "Withdrawal instructions"
2022-10-12 17:21:17 +02:00
store_hidden : "Store hidden to the public"
2022-12-22 14:29:43 +01:00
advanced_accounting : "Advanced accounting"
external_id : "external identifier"
2022-12-27 13:26:55 +01:00
prevent_invoices_zero : "prevent building invoices at 0"
invoice_VAT-name : "VAT name"
2023-01-30 13:44:13 +01:00
trainings_auto_cancel : "Trainings automatic cancellation"
trainings_auto_cancel_threshold : "Minimum participants for automatic cancellation"
trainings_auto_cancel_deadline : "Automatic cancellation deadline"
trainings_authorization_validity : "Trainings validity period"
trainings_authorization_validity_duration : "Trainings validity period duration"
trainings_invalidation_rule : "Trainings automatic invalidation"
trainings_invalidation_rule_period : "Grace period before invalidating a training"
2023-07-03 18:39:02 +02:00
projects_list_member_filter_presence : "Presence of member filter on projects list"
projects_list_date_filters_presence : "Presence of dates filter on projects list"
project_categories_filter_placeholder : "Placeholder for categories filter in project gallery"
project_categories_wording : "Wording used to replace \"Categories\" on public pages"
2023-01-30 13:44:13 +01:00
#statuses of projects
statuses :
new : "New"
pending : "Pending"
done : "Done"
abandoned : "Abandoned"