Skip to content

Commit

Permalink
some translations
Browse files Browse the repository at this point in the history
  • Loading branch information
acesuares committed Jul 12, 2015
1 parent f10845c commit c16e38c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
1 change: 1 addition & 0 deletions lib/generators/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//= require jquery
//= require jquery_ujs
//= require jquery.ui.all
//= require ckeditor/init
//= require foundation
//= require jquery.remotipart
//= require inline_forms
14 changes: 7 additions & 7 deletions lib/locales/inline_forms.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ en:
inline_forms:
general:
application_title: Application Title
title_for_devise: Title for Devise
welcome_for_devise: Welcome for Devise
view:
close: close
add_new: make a new %{model}
undo: undo
trash: trash
devise:
title_for_devise: Title for Devise
welcome: Welcome for Devise
passwords:
forgot_your_password: Forgot Your Password?
change_your_password: Change your password, if you want!
Expand All @@ -28,6 +23,11 @@ en:
no_instructions: did you not receive instructions?
signup_with_email_name_and_password: sign up with email name and password
provide_email_and_we_send_instructions: provide your email and we will send instructions
view:
close: close
add_new: make a new %{model}
undo: undo
trash: trash
succes: success.
activerecord:
models:
Expand Down
21 changes: 14 additions & 7 deletions lib/locales/inline_forms.nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ nl:
inline_forms:
general:
application_title: Application Title
title_for_devise: Title for Devise
welcome_for_devise: Welcome for Devise
view:
close: sluiten
add_new: Maak een nieuw %{model}
undo: terughalen
trash: weggooien
devise:
title_for_devise: Title for Devise
welcome: Welcome for Devise
passwords:
forgot_your_password: Wachtwoord Vergeten?
change_your_password: Verander wachtwoord, als u wilt!
send_me_instructions: stuur instructies
change_my_password: verander wachtwoord
send_instructions: stuur instructies
sign_up: inschrijven
login_with_email_and_password: aanmelden door email-adres en wachtwoord in te voeren.
Expand All @@ -23,6 +23,11 @@ nl:
no_instructions: geen instructies ontvangen?
signup_with_email_name_and_password: inschrijven door naam, email adres en wachtwoord (twee keer) in te voeren.
provide_email_and_we_send_instructions: geef ons uw email adres, dan sturen wij u instructies
view:
close: sluiten
add_new: Maak een nieuw %{model}
undo: terughalen
trash: weggooien
succes: het ding is aangemaakt.
activerecord:
models:
Expand All @@ -32,3 +37,5 @@ nl:
first_name: voornaam
last_name: achternaam
application_name: naam van de applicatie


0 comments on commit c16e38c

Please sign in to comment.