diff options
| author | Luc Donnet | 2014-06-18 09:52:28 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-06-18 09:52:28 +0200 |
| commit | bfd178055c1989d4d65a99e3752aa0ccd3abdad1 (patch) | |
| tree | c1160d25f2115ec98181ef9d0147a092f09a851c /config | |
| parent | f4f4a304e36825a53ebc9227509dc3c389ef17cf (diff) | |
| download | chouette-core-bfd178055c1989d4d65a99e3752aa0ccd3abdad1.tar.bz2 | |
Initialize big css refactoring
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/devise.en.yml | 94 | ||||
| -rw-r--r-- | config/locales/devise.fr.yml | 59 | ||||
| -rw-r--r-- | config/locales/devise_invitable.en.yml | 21 | ||||
| -rw-r--r-- | config/locales/devise_invitable.fr.yml | 21 | ||||
| -rw-r--r-- | config/locales/journey_patterns.yml | 12 | ||||
| -rw-r--r-- | config/locales/time_tables.yml | 12 |
6 files changed, 161 insertions, 58 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 73df488c3..d01f375c5 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -1,57 +1,59 @@ # Additional translations at https://github.com/plataformatec/devise/wiki/I18n en: + devise: + confirmations: + confirmed: "Your account was successfully confirmed. You are now signed in." + send_instructions: "You will receive an email with instructions about how to confirm your account in a few minutes." + send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions about how to confirm your account in a few minutes." + failure: + already_authenticated: "You are already signed in." + inactive: "Your account was not activated yet." + invalid: "Invalid email or password." + invalid_token: "Invalid authentication token." + locked: "Your account is locked." + not_found_in_database: "Invalid email or password." + timeout: "Your session expired, please sign in again to continue." + unauthenticated: "You need to sign in or sign up before continuing." + unconfirmed: "You have to confirm your account before continuing." + mailer: + confirmation_instructions: + subject: "Confirmation instructions" + reset_password_instructions: + subject: "Reset password instructions" + unlock_instructions: + subject: "Unlock Instructions" + omniauth_callbacks: + failure: "Could not authenticate you from %{kind} because \"%{reason}\"." + success: "Successfully authenticated from %{kind} account." + passwords: + no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided." + send_instructions: "You will receive an email with instructions about how to reset your password in a few minutes." + send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes." + updated: "Your password was changed successfully. You are now signed in." + updated_not_active: "Your password was changed successfully." + registrations: + destroyed: "Bye! Your account was successfully cancelled. We hope to see you again soon." + signed_up: "Welcome! You have signed up successfully." + signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated." + signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked." + signed_up_but_unconfirmed: "A message with a confirmation link has been sent to your email address. Please open the link to activate your account." + update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and click on the confirm link to finalize confirming your new email address." + updated: "You updated your account successfully." + sessions: + signed_in: "Signed in successfully." + signed_out: "Signed out successfully." + unlocks: + send_instructions: "You will receive an email with instructions about how to unlock your account in a few minutes." + send_paranoid_instructions: "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes." + unlocked: "Your account has been unlocked successfully. Please sign in to continue." errors: messages: + already_confirmed: "was already confirmed, please try signing in" + confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one" expired: "has expired, please request a new one" not_found: "not found" - already_confirmed: "was already confirmed, please try signing in" not_locked: "was not locked" not_saved: one: "1 error prohibited this %{resource} from being saved:" other: "%{count} errors prohibited this %{resource} from being saved:" - - devise: - failure: - already_authenticated: 'You are already signed in.' - unauthenticated: 'You need to sign in or sign up before continuing.' - unconfirmed: 'You have to confirm your account before continuing.' - locked: 'Your account is locked.' - invalid: 'Invalid email or password.' - invalid_token: 'Invalid authentication token.' - timeout: 'Your session expired, please sign in again to continue.' - inactive: 'Your account was not activated yet.' - sessions: - signed_in: 'Signed in successfully.' - signed_out: 'Signed out successfully.' - passwords: - send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.' - updated: 'Your password was changed successfully. You are now signed in.' - updated_not_active: 'Your password was changed successfully.' - send_paranoid_instructions: "If your e-mail exists on our database, you will receive a password recovery link on your e-mail" - confirmations: - send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.' - send_paranoid_instructions: 'If your e-mail exists on our database, you will receive an email with instructions about how to confirm your account in a few minutes.' - confirmed: 'Your account was successfully confirmed. You are now signed in.' - registrations: - signed_up: 'Welcome! You have signed up successfully.' - signed_up_but_unconfirmed: 'A message with a confirmation link has been sent to your email address. Please open the link to activate your account.' - signed_up_but_inactive: 'You have signed up successfully. However, we could not sign you in because your account is not yet activated.' - signed_up_but_locked: 'You have signed up successfully. However, we could not sign you in because your account is locked.' - updated: 'You updated your account successfully.' - update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and click on the confirm link to finalize confirming your new email address." - destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.' - unlocks: - send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.' - unlocked: 'Your account has been unlocked successfully. Please sign in to continue.' - send_paranoid_instructions: 'If your account exists, you will receive an email with instructions about how to unlock it in a few minutes.' - omniauth_callbacks: - success: 'Successfully authorized from %{kind} account.' - failure: 'Could not authorize you from %{kind} because "%{reason}".' - mailer: - confirmation_instructions: - subject: 'Confirmation instructions' - reset_password_instructions: - subject: 'Reset password instructions' - unlock_instructions: - subject: 'Unlock Instructions' diff --git a/config/locales/devise.fr.yml b/config/locales/devise.fr.yml index 7fc3ff5ee..27b338de3 100644 --- a/config/locales/devise.fr.yml +++ b/config/locales/devise.fr.yml @@ -1,5 +1,64 @@ +# Additional translations at https://github.com/plataformatec/devise/wiki/I18n + + fr: devise: + confirmations: + confirmed: 'Votre compte a été validé.' + send_instructions: 'Vous allez recevoir les instructions nécessaires à la confirmation de votre compte dans quelques minutes.' + send_paranoid_instructions: 'Si votre e-mail existe dans notre base de données, vous allez bientôt recevoir un e-mail contenant les instructions de confirmation de votre compte.' + failure: + already_authenticated: "Vous êtes déjà connecté !" + inactive: "Votre compte n'est pas encore activé." + invalid: "Email ou mot de passe incorrect." + invalid_token: "Jeton d'authentification incorrect." + locked: "Votre compte est verrouillé." + not_found_in_database: "Email ou mot de passe invalide." + timeout: "Votre session est expirée, veuillez vous reconnecter pour continuer." + unauthenticated: "Vous devez vous connecter ou vous inscrire pour continuer." + unconfirmed: "Vous devez valider votre compte pour continuer." + mailer: + confirmation_instructions: + subject: "Instructions de confirmation" + reset_password_instructions: + subject: "Instructions pour changer le mot de passe" + unlock_instructions: + subject: "Instructions pour déverrouiller le compte" + omniauth_callbacks: + failure: "Nous n'avons pas pu vous authentifier via %{kind} : '%{reason}'." + success: 'Authentifié avec succès via %{kind}.' + passwords: + no_token: "Vous ne pouvez accéder à cette page sans passer par un e-mail de réinitialisation de mot de passe. Si vous êtes passé par un e-mail de ce type, assurez-vous d'utiliser l'URL complète." + send_instructions: 'Vous allez recevoir les instructions de réinitialisation du mot de passe dans quelques instants' + send_paranoid_instructions: "Si votre e-mail existe dans notre base de données, vous allez recevoir un lien de réinitialisation par e-mail" + updated: 'Votre mot de passe a été édité avec succès, vous êtes maintenant connecté' + updated_not_active: 'Votre mot de passe a été changé avec succès.' + registrations: + destroyed: 'Votre compte a été supprimé avec succès. Nous espérons vous revoir bientôt.' + signed_up: 'Bienvenu, vous êtes connecté' + signed_up_but_inactive: "Vous êtes bien enregistré. Vous ne pouvez cependant pas vous connecter car votre compte n'est pas encore activé." + signed_up_but_locked: "Vous êtes bien enregistré. Vous ne pouvez cependant pas vous connecter car votre compte est verrouillé." + signed_up_but_unconfirmed: 'Un message contenant un lien de confirmation a été envoyé à votre adresse email. Ouvrez ce lien pour activer votre compte.' + update_needs_confirmation: "Votre compte a bien été mis à jour mais nous devons vérifier votre nouvelle adresse email. Merci de vérifier vos emails et de cliquer sur le lien de confirmation pour finaliser la validation de votre nouvelle adresse." + updated: 'Votre compte a été modifié avec succès.' + sessions: + signed_in: "Connecté." + signed_out: "Déconnecté." + unlocks: + send_instructions: 'Vous allez recevoir les instructions nécessaires au déverrouillage de votre compte dans quelques instants' + send_paranoid_instructions: 'Si votre compte existe, vous allez bientôt recevoir un email contenant les instructions pour le déverrouiller.' + unlocked: 'Votre compte a été déverrouillé avec succès, vous êtes maintenant connecté.' + errors: + messages: + already_confirmed: "a déjà été validé(e)" + confirmation_period_expired: "à confirmer dans les %{period}, merci de faire une nouvelle demande" + expired: "a expiré, merci d'en faire une nouvelle demande" + not_found: "n'a pas été trouvé(e)" + not_locked: "n'était pas verrouillé(e)" + not_saved: + one: "1 erreur a empêché ce(tte) %{resource} d'être sauvegardé(e) :" + other: "%{count} erreurs ont empêché ce(tte) %{resource} d'être sauvegardé(e) :" + devise: mailer: invitation_instructions: subject: "Invitation sur l'application Chouette" diff --git a/config/locales/devise_invitable.en.yml b/config/locales/devise_invitable.en.yml new file mode 100644 index 000000000..e5024e605 --- /dev/null +++ b/config/locales/devise_invitable.en.yml @@ -0,0 +1,21 @@ +en: + devise: + invitations: + send_instructions: 'An invitation email has been sent to %{email}.' + invitation_token_invalid: 'The invitation token provided is not valid!' + updated: 'Your password was set successfully. You are now signed in.' + no_invitations_remaining: "No invitations remaining" + invitation_removed: 'Your invitation was removed.' + new: + header: "Send invitation" + submit_button: "Send an invitation" + edit: + header: "Set your password" + submit_button: "Set my password" + mailer: + invitation_instructions: + subject: 'Invitation instructions' + hello: 'Hello %{email}' + someone_invited_you: 'Someone has invited you to %{url}, you can accept it through the link below.' + accept: 'Accept invitation' + ignore: "If you don't want to accept the invitation, please ignore this email.<br />Your account won't be created until you access the link above and set your password."
\ No newline at end of file diff --git a/config/locales/devise_invitable.fr.yml b/config/locales/devise_invitable.fr.yml new file mode 100644 index 000000000..23a88aa16 --- /dev/null +++ b/config/locales/devise_invitable.fr.yml @@ -0,0 +1,21 @@ +fr: + devise: + invitations: + send_instructions: "Un email d'invitation a été envoyé à %{email}." + invitation_token_invalid: "L'invitation fourni n'est pas valide!" + updated: 'Votre mot de passe a été enregistré avec succés. Vous êtes maintenant connecté.' + no_invitations_remaining: "Pas d'invitations restantes." + invitation_removed: 'Votre invitation a été supprimé.' + new: + header: "Envoyer une invitation" + submit_button: "Envoyer une invitation" + edit: + header: "Entrer votre mot de passe" + submit_button: "Valider mon mot de passe" + mailer: + invitation_instructions: + subject: "Invitation sur l'appication Chouette" + hello: 'Bonjour %{email}' + someone_invited_you: "Ce message est une invitation pour accéder à %{url}, , vous pouvez l'accepter en cliquant sur le lien suivant :" + accept: "Accepter l'invitation" + ignore: "Si vous ne souhaitez pas accepter cette invitation, ignorez ce message.<br />Votre compte ne sera pas créé tant que vous n'accédez pas au lien ci-dessus et que vous ne définissez un mot de passe."
\ No newline at end of file diff --git a/config/locales/journey_patterns.yml b/config/locales/journey_patterns.yml index e4a961f4e..3c781d656 100644 --- a/config/locales/journey_patterns.yml +++ b/config/locales/journey_patterns.yml @@ -24,9 +24,9 @@ en: activerecord: models: journey_pattern: - zero: "journey pattern" - one: "journey pattern" - other: "journey patterns" + zero: "Journey pattern" + one: "Journey pattern" + other: "Journey patterns" attributes: journey_pattern: route: "Route" @@ -70,9 +70,9 @@ fr: activerecord: models: journey_pattern: - zero: "mission" - one: "mission" - other: "missions" + zero: "Mission" + one: "Mission" + other: "Missions" attributes: journey_pattern: route: "Séquence d'arrêts" diff --git a/config/locales/time_tables.yml b/config/locales/time_tables.yml index 5e54bff90..85d268daf 100644 --- a/config/locales/time_tables.yml +++ b/config/locales/time_tables.yml @@ -37,9 +37,9 @@ en: activerecord: models: time_table: - zero: "timetable" - one: "timetable" - other: "timetables" + zero: "Timetable" + one: "Timetable" + other: "Timetables" attributes: time_table: comment: "Comment" @@ -108,9 +108,9 @@ fr: activerecord: models: time_table: - zero: "calendrier" - one: "calendrier" - other: "calendriers" + zero: "Calendrier" + one: "Calendrier" + other: "Calendriers" attributes: time_table: comment: "Description" |
