Saturday progress
This commit is contained in:
@@ -37,7 +37,7 @@ nl:
|
||||
send_instructions_button: Stuur mij reset instructies
|
||||
confirmations:
|
||||
send_instructions: 'Er wordt een een e-mail naar je toe gestuurd waarin je je account kan bevestigen.'
|
||||
confirmed: 'De activatie van je account is successvol. Je bent nu aangemeld!'
|
||||
confirmed: 'De activatie van je account is succesvol. Je bent nu aangemeld!'
|
||||
did_not_receive_instructions_link: "Heeft u geen bevestigingsinstructies ontvangen?"
|
||||
did_not_receive: 'Heeft u geen bevestigingsinstructies ontvangen?'
|
||||
registrations:
|
||||
|
||||
@@ -30,6 +30,8 @@ en:
|
||||
submit: 'Save %{model}'
|
||||
list:
|
||||
no_records: There are no items present
|
||||
actions:
|
||||
title: Actions
|
||||
messages:
|
||||
cannot_order_on_non_active_list: You cannot place an order on a closed list
|
||||
no_active_list: There is no active list
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
en:
|
||||
activemodel:
|
||||
models:
|
||||
user: User
|
||||
@@ -19,7 +20,10 @@
|
||||
section: Sections
|
||||
attributes:
|
||||
product:
|
||||
name: Name
|
||||
code: Code
|
||||
price: Price
|
||||
created_at: Created
|
||||
list:
|
||||
created_at: Created
|
||||
state: Status
|
||||
@@ -32,3 +36,8 @@
|
||||
password: 'Password'
|
||||
password_confirmation: 'Confirmation'
|
||||
iens_profile: Iens profile id
|
||||
table:
|
||||
number: Number
|
||||
from_number: From number
|
||||
to_number: To number
|
||||
created_at: Created
|
||||
|
||||
@@ -20,7 +20,10 @@ nl:
|
||||
section: Afdelingen
|
||||
attributes:
|
||||
product:
|
||||
name: Naam
|
||||
code: Code
|
||||
price: Prijs
|
||||
created_at: Aangemaakt
|
||||
list:
|
||||
created_at: Aangemaakt
|
||||
state: Status
|
||||
@@ -38,3 +41,8 @@ nl:
|
||||
password: 'Wachtwoord'
|
||||
password_confirmation: 'Bevestiging'
|
||||
iens_profile: Iens profiel id
|
||||
table:
|
||||
number: Nummer
|
||||
from_number: Vanaf nummer
|
||||
to_number: Tot nummer
|
||||
created_at: Aangemaakt
|
||||
|
||||
@@ -29,6 +29,8 @@ nl:
|
||||
submit: '%{model} opslaan'
|
||||
list:
|
||||
no_records: Er zijn geen items aanwezig
|
||||
actions:
|
||||
title: Acties
|
||||
messages:
|
||||
cannot_order_on_non_active_list: Je kan niet bestellen op een gesloten lijst
|
||||
no_active_list: Er is momenteel geen lijst actief
|
||||
|
||||
Reference in New Issue
Block a user