Beggining of French localization
This commit is contained in:
parent
aae6c35fa7
commit
541eb5cb95
1 changed files with 107 additions and 2 deletions
|
|
@ -3,8 +3,113 @@
|
|||
# the COPYRIGHT file.
|
||||
|
||||
|
||||
# Sample localization file for English. Add more files in this directory for other locales.
|
||||
# Localization file for French. Add more files in this directory for other locales.
|
||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
fr:
|
||||
hello: "Bonjour !"
|
||||
hello: "Bonjour tout le monde"
|
||||
layouts:
|
||||
application:
|
||||
edit_profile: "Éditez votre profil"
|
||||
logout: "Déconnexion"
|
||||
shared:
|
||||
aspect_nav:
|
||||
all_aspects: "Tous les Aspects"
|
||||
manage: "Gérez"
|
||||
manage_your_aspects: "Gérez vos Aspects"
|
||||
sub_header:
|
||||
all_aspects: "Tous les Aspects"
|
||||
manage_aspects: "Gérez vos Aspects"
|
||||
publisher:
|
||||
share: "Partager"
|
||||
aspect_friends:
|
||||
add_friends: "Ajouter des amis"
|
||||
albums:
|
||||
album:
|
||||
you: "vous"
|
||||
new_album:
|
||||
create: "créer"
|
||||
add_a_new_album: "Ajouter un nouvel album"
|
||||
show:
|
||||
edit_album: "Éditer l'album"
|
||||
albums: "albums"
|
||||
updated: "mis à jour"
|
||||
by: "par"
|
||||
edit:
|
||||
editing: "Édition"
|
||||
updated: "mis à jour"
|
||||
are_you_sure: "Êtes-vous sûr?"
|
||||
delete_album: "Supprimer l'album"
|
||||
cancel: "Annuler"
|
||||
index:
|
||||
home: "accueil"
|
||||
new_album: "Nouvel album"
|
||||
aspects:
|
||||
index:
|
||||
photos: "photos"
|
||||
show:
|
||||
photos: "photos"
|
||||
manage:
|
||||
add_a_new_aspect: "Ajouter un nouvel aspect"
|
||||
add_a_new_friend: "Ajouter un nouvel amis"
|
||||
show: "Voir"
|
||||
update_aspects: "Mettre à jour les aspects"
|
||||
requests: "Requêtes"
|
||||
ignore_remove: "Ignorer/Supprimer"
|
||||
new_aspect:
|
||||
create: "Créer"
|
||||
users:
|
||||
edit:
|
||||
cancel: "Annuler""
|
||||
update_profile: "Mise à jour du profil"
|
||||
home: "Accueil"
|
||||
diaspora_username: "NOM D'UTILISATEUR DIASPORA"
|
||||
info: "Info"
|
||||
picture: "Photo"
|
||||
editing_profile: "Édition du profil"
|
||||
albums: "Albums"
|
||||
comments:
|
||||
comment:
|
||||
ago: "plus tôt"
|
||||
new_comment:
|
||||
comment: "Commentaire"
|
||||
photos:
|
||||
show:
|
||||
prev: "précédent
|
||||
full_size: "taille réelle"
|
||||
next: "suivant"
|
||||
edit_photo: "Éditer la photo"
|
||||
delete_photo: "Supprimer la photo"
|
||||
are_you_sure: "Êtes-vous sûr?"
|
||||
comments: "commentaires"
|
||||
edit:
|
||||
editing: "Édition"
|
||||
are_you_sure: "Êtes-vous sûr?"
|
||||
delete_photo: "Delete Photo"
|
||||
photo:
|
||||
show_comments: "show comments"
|
||||
new:
|
||||
new_photo: "New Photo"
|
||||
back_to_list: "Back to List"
|
||||
post_it: "post it!"
|
||||
registrations:
|
||||
new:
|
||||
sign_up: "Sign up"
|
||||
status_messages:
|
||||
new_status_message:
|
||||
tell_me_something_good: "tell me something good"
|
||||
oh_yeah: "oh yeah!"
|
||||
status_message:
|
||||
show_comments: "show comments"
|
||||
delete: "Delete"
|
||||
are_you_sure: "Are you sure?"
|
||||
show:
|
||||
status_message: "Status Message"
|
||||
comments: "comments"
|
||||
are_you_sure: "Are you sure?"
|
||||
destroy: "Destroy"
|
||||
view_all: "View All"
|
||||
message: "Message"
|
||||
owner: "Owner"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue