Skip to content

Instantly share code, notes, and snippets.

@simonc
Created May 2, 2014 16:08
Show Gist options
  • Save simonc/3a21074223d2f36a7232 to your computer and use it in GitHub Desktop.
Save simonc/3a21074223d2f36a7232 to your computer and use it in GitHub Desktop.
fr:
admin:
js:
true: Vrai
false: Faux
is_present: Est présent
is_blank: Est vide
date: Date ...
between_and_: Entre le ... et le ...
today: "Aujourd'hui"
yesterday: Hier
this_week: Cette semaine
last_week: Semaine précédente
number: Nombre ...
contains: Contient
is_exactly: Est exactement
starts_with: Commence par
ends_with: Termine par
loading: "Chargement..."
home:
name: Home
pagination:
previous: "« Préc."
next: "Suiv. »"
truncate: "…"
misc:
filter_date_format: "dd/mm/yy" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done!
search: "Rechercher"
filter: "Filtrer"
refresh: "Rafraîchir"
show_all: "Voir tout"
add_filter: "Ajouter un filtre..."
bulk_menu_title: "Objets sélectionnés..."
remove: "Enlever"
add_new: "Ajouter nouveau"
chosen: "%{name} choisis"
chose_all: "Prendre tout"
clear_all: "Tout enlever"
up: "Monter"
down: "Descendre"
navigation: "Navigation"
navigation_static_label: "Liens"
log_out: "Log out"
ago: ""
flash:
successful: "%{name} a été %{action} avec succès"
error: "%{name} n'a pas pu être %{action}"
noaction: "Aucune action !"
model_not_found: "Le model '%{model}' n'a pas été trouvé"
object_not_found: "%{model} avec id '%{id}' n'a pas été trouvé"
table_headers:
model_name: "Nom du modèle"
last_used: "Utilisé"
records: "Enregistrements"
username: "Utilisateur"
changes: "Changements"
created_at: "Date/Heure"
item: "Objet"
message: "Message"
actions:
dashboard:
title: "Administration"
menu: "Administration"
breadcrumb: "Administration"
index:
title: "Listing des %{model_label_plural}"
menu: "Liste"
breadcrumb: "%{model_label_plural}"
show:
title: "Détails pour %{model_label} '%{object_label}'"
menu: "Voir"
breadcrumb: "%{object_label}"
show_in_app:
menu: "Voir dans l'application"
new:
title: "Création d'un(e) %{model_label}"
menu: "Nouveau"
breadcrumb: "Nouveau"
link: "Ajouter un(e) %{model_label}"
done: "créé(e)"
edit:
title: "Édition %{model_label} '%{object_label}'"
menu: "Édition"
breadcrumb: "Édition"
link: "Éditer ce(tte) %{model_label}"
done: "modifié(e)"
delete:
title: "Suppression %{model_label} '%{object_label}'"
menu: "Supprimer"
breadcrumb: "Suppression"
link: "Supprimer '%{object_label}'"
done: "supprimé(e)"
bulk_delete:
title: "Suppression de %{model_label_plural}"
menu: "Délétion multiple"
breadcrumb: "Délétion multiple"
bulk_link: "Supprimer les %{model_label_plural} sélectionné(e)s"
export:
title: "Export de %{model_label_plural}"
menu: "Export"
breadcrumb: "Export"
link: "Export des %{model_label_plural} trouvé(e)s"
bulk_link: "Exporter les %{model_label_plural} sélectionné(e)s"
done: "exporté(e)s"
history_index:
title: "Historique des %{model_label_plural}"
menu: "Historique"
breadcrumb: "Historique"
history_show:
title: "Historique %{model_label} '%{object_label}'"
menu: "Historique"
breadcrumb: "Historique"
form:
cancel: "Annuler"
basic_info: "Informations de base"
required: "Obligatoire"
optional: "Facultatif"
one_char: "caractère"
char_length_up_to: "longueur jusqu'à"
char_length_of: "longueur de"
save: "Enregistrer"
save_and_add_another: "Enregistrer et créer un(e) autre"
save_and_edit: "Enregistrer et re-modifier"
all_of_the_following_related_items_will_be_deleted: " ? Les objets suivants peuvent être affectés (supprimés ou orphelins) : "
are_you_sure_you_want_to_delete_the_object: "Êtes-vous sûr de vouloir supprimer cet(te) %{model_name}"
confirmation: "Oui, je suis sûr(e)"
bulk_delete: "Les objets suivants seront supprimés, ce qui pourrait supprimer ou rendre orpheline les dépendances affichées :"
new_model: "%{name} (nouveau)"
export:
confirmation: "Exporter en %{name}"
select: "Sélectionner les champs à exporter"
select_all_fields: "Selectionner Tous Les Champs"
fields_from: "Champs pour '%{name}'"
fields_from_associated: "Champs pour l'association '%{name}'"
display: "Afficher %{name} : %{type}"
options_for: "Options pour %{name}"
empty_value_for_associated_objects: "<vide>"
click_to_reverse_selection: 'Cliquer pour inverser la sélection'
csv:
header_for_root_methods: "%{name}" # 'model' is available
header_for_association_methods: "%{name} [%{association}]"
encoding_to: "Encoder en..."
encoding_to_help: "Choisir l'encodage de sortie. Laisser vide pour garder l'encodage d'entrée : (%{name})"
skip_header: "Pas d'en-tête"
skip_header_help: "Ne pas afficher d'en-tête (pas de champs de description)"
default_col_sep: ";"
col_sep: "Séparateur de colonnes"
col_sep_help: "Laisser vide pour utiliser la valeur par défaut recommandée pour votre système ('%{value}')"
@pimeo
Copy link

pimeo commented Sep 15, 2015

About datetime

  datetime:
    distance_in_words:
      half_a_minute: "30 secondes"
      less_than_x_seconds:
        one: "il y a moins d'une seconde"
        other: "il y a moins de %{count} secondes"
      x_seconds:
        one: "1 seconde"
        other: "%{count} secondes"
      less_than_x_minutes:
        one: "il y a moins d'une minute"
        other: "il y a moins de %{count} minutes"
      x_minutes:
        one: "1 minute"
        other: "%{count} minutes"
      about_x_hours:
        one: "il y a une heure"
        other: "il y a %{count} heures"
      x_days:
        one: "1 jour"
        other: "%{count} jours"
      about_x_months:
        one: "il y a 1 mois"
        other: "il y a %{count} mois"
      x_months:
        one: "1 mois"
        other: "%{count} mois"
      about_x_years:
        one: "il y a un an"
        other: "il y a %{count} ans"
      over_x_years:
        one: "il y a plus d'un an"
        other: "il y a plus de %{count} ans"
      almost_x_years:
        one: "il y a presque un an"
        other: "il y a presque %{count} ans"
  date:
    formats:
      default: "%d-%m-%Y"
      short: "%e %b"
      long: "%d %M %Y"
      only_day: "%e"

    day_names: [lundi, mardi, mercredi, jeudi, vendredi, samedi, dimanche]
    abbr_day_names: [lun, mar, mer, jeu, ven, sam, dim]

    month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre]
    abbr_month_names: [~, janv, févr, mars, avr, mai, juin, juill, août, sept, oct, nov, déc]
    order:
      - :day
      - :month
      - :year

@rodinux
Copy link

rodinux commented Jun 16, 2016

As there is an issue with the Datepicker on translating , see Datepicker don't show selected date properly I recommend to change a bit this file, you can see my suggestion rail_admin.fr.yml. I did it also for rails_admin_import in this repository.

@pacohigh
Copy link

pacohigh commented May 17, 2020

Hello,

Some changes into en.yml file on 10 Feb 2020 into sferik/rails_admin project.

See changes here

Also in current file it miss this value reset_filters.

Some updates here for fr.yml:

Go to

@simonc
Copy link
Author

simonc commented May 28, 2020

Hey @pacohigh, thanks for the heads up, I actually changed the wiki page to link to your gist instead of mine, that way it's up-to-date 😉

@pacohigh
Copy link

@simonc ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment