svenfuchs / rails-i18n
- Source
- Commits
- Network (113)
- Issues (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
a0be8dd
commit a0be8dd219ccce6716955566ee557cc75122cb33
tree d108d59a7f36c92208fa453c60d6ac0ce6fab0c4
parent ef70f3a5cf561de973430ebb9af32d2ccdd609c2
tree d108d59a7f36c92208fa453c60d6ac0ce6fab0c4
parent ef70f3a5cf561de973430ebb9af32d2ccdd609c2
| f5de538f » | yannlugrin | 2008-12-06 | 1 | # French (Switzerland) translations for Ruby on Rails | |
| 2 | # by Yann Lugrin (yann.lugrin@sans-savoir.net, http://github.com/yannlugrin) | ||||
| 3 | # | ||||
| 4 | # original translation into French by Christian Lescuyer | ||||
| 44c6d70e » | ZenCocoon | 2009-01-11 | 5 | # contributor: Sebastien Grosjean - ZenCocoon.com | |
| f5de538f » | yannlugrin | 2008-12-06 | 6 | ||
| 7 | fr-CH: | ||||
| 8 | date: | ||||
| 9 | formats: | ||||
| 10 | default: "%d.%m.%Y" | ||||
| 11 | short: "%e. %b" | ||||
| 12 | long: "%e. %B %Y" | ||||
| 44c6d70e » | ZenCocoon | 2009-01-11 | 13 | long_ordinal: "%e %B %Y" | |
| 14 | only_day: "%e" | ||||
| f5de538f » | yannlugrin | 2008-12-06 | 15 | ||
| 16 | day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi] | ||||
| 17 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] | ||||
| 18 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] | ||||
| 19 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] | ||||
| 20 | order: [ :day, :month, :year ] | ||||
| 21 | |||||
| 22 | time: | ||||
| 23 | formats: | ||||
| 24 | default: "%d. %B %Y %H:%M" | ||||
| 44c6d70e » | ZenCocoon | 2009-01-11 | 25 | time: "%H:%M" | |
| f5de538f » | yannlugrin | 2008-12-06 | 26 | short: "%d. %b %H:%M" | |
| 27 | long: "%A, %d. %B %Y %H:%M:%S %Z" | ||||
| 44c6d70e » | ZenCocoon | 2009-01-11 | 28 | long_ordinal: "%A %d %B %Y %H:%M:%S %Z" | |
| 29 | only_second: "%S" | ||||
| f5de538f » | yannlugrin | 2008-12-06 | 30 | am: 'am' | |
| 31 | pm: 'pm' | ||||
| 32 | |||||
| 33 | datetime: | ||||
| 34 | distance_in_words: | ||||
| 35 | half_a_minute: "une demi-minute" | ||||
| 36 | less_than_x_seconds: | ||||
| 2d8fe98f » | yannlugrin | 2008-12-06 | 37 | one: "moins d'une seconde" | |
| f5de538f » | yannlugrin | 2008-12-06 | 38 | other: "moins de {{count}} secondes" | |
| 39 | x_seconds: | ||||
| 40 | one: "1 seconde" | ||||
| 41 | other: "{{count}} secondes" | ||||
| 42 | less_than_x_minutes: | ||||
| 2d8fe98f » | yannlugrin | 2008-12-06 | 43 | one: "moins d'une minute" | |
| f5de538f » | yannlugrin | 2008-12-06 | 44 | other: "moins de {{count}} minutes" | |
| 45 | x_minutes: | ||||
| 46 | one: "1 minute" | ||||
| 47 | other: "{{count}} minutes" | ||||
| 48 | about_x_hours: | ||||
| 49 | one: "environ une heure" | ||||
| 50 | other: "environ {{count}} heures" | ||||
| 51 | x_days: | ||||
| 52 | one: "1 jour" | ||||
| 53 | other: "{{count}} jours" | ||||
| 54 | about_x_months: | ||||
| 55 | one: "environ un mois" | ||||
| 56 | other: "environ {{count}} mois" | ||||
| 57 | x_months: | ||||
| 58 | one: "1 mois" | ||||
| 59 | other: "{{count}} mois" | ||||
| 60 | about_x_years: | ||||
| 61 | one: "environ un an" | ||||
| 62 | other: "environ {{count}} ans" | ||||
| 63 | over_x_years: | ||||
| 64 | one: "plus d'un an" | ||||
| 65 | other: "plus de {{count}} ans" | ||||
| 44c6d70e » | ZenCocoon | 2009-01-11 | 66 | prompts: | |
| 67 | year: "Année" | ||||
| 68 | month: "Mois" | ||||
| 69 | day: "Jour" | ||||
| 70 | hour: "Heure" | ||||
| 71 | minute: "Minute" | ||||
| 72 | second: "Seconde" | ||||
| f5de538f » | yannlugrin | 2008-12-06 | 73 | ||
| 74 | number: | ||||
| 75 | format: | ||||
| 76 | precision: 3 | ||||
| 77 | separator: '.' | ||||
| 2d8fe98f » | yannlugrin | 2008-12-06 | 78 | delimiter: "'" | |
| f5de538f » | yannlugrin | 2008-12-06 | 79 | currency: | |
| 80 | format: | ||||
| 81 | unit: 'CHF' | ||||
| 82 | precision: 2 | ||||
| 83 | format: '%n %u' | ||||
| 84 | human: | ||||
| 2d8fe98f » | yannlugrin | 2008-12-06 | 85 | format: | |
| 86 | precision: 2 | ||||
| a28256f3 » | ZenCocoon | 2009-01-12 | 87 | storage_units: [ Octet, ko, Mo, Go, To ] | |
| 966ca7c7 » | ZenCocoon | 2009-01-05 | 88 | ||
| 89 | support: | ||||
| 90 | array: | ||||
| 91 | sentence_connector: 'et' | ||||
| 92 | skip_last_comma: true | ||||
| 44c6d70e » | ZenCocoon | 2009-01-11 | 93 | word_connector: ", " | |
| 94 | two_words_connector: " et " | ||||
| 95 | last_word_connector: " et " | ||||
| 966ca7c7 » | ZenCocoon | 2009-01-05 | 96 | ||
| f5de538f » | yannlugrin | 2008-12-06 | 97 | activerecord: | |
| 98 | errors: | ||||
| 99 | template: | ||||
| 100 | header: | ||||
| 101 | one: "Impossible d'enregistrer {{model}}: 1 erreur" | ||||
| 102 | other: "Impossible d'enregistrer {{model}}: {{count}} erreurs." | ||||
| 103 | body: "Veuillez vérifier les champs suivants :" | ||||
| 104 | messages: | ||||
| 105 | inclusion: "n'est pas inclus(e) dans la liste" | ||||
| 106 | exclusion: "n'est pas disponible" | ||||
| 107 | invalid: "n'est pas valide" | ||||
| 108 | confirmation: "ne concorde pas avec la confirmation" | ||||
| 109 | accepted: "doit être accepté(e)" | ||||
| 110 | empty: "doit être rempli(e)" | ||||
| 111 | blank: "doit être rempli(e)" | ||||
| 112 | too_long: "est trop long (pas plus de {{count}} caractères)" | ||||
| 113 | too_short: "est trop court (au moins {{count}} caractères)" | ||||
| 114 | wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)" | ||||
| 115 | taken: "n'est pas disponible" | ||||
| 116 | not_a_number: "n'est pas un nombre" | ||||
| 117 | greater_than: "doit être supérieur à {{count}}" | ||||
| 118 | greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}" | ||||
| 119 | equal_to: "doit être égal à {{count}}" | ||||
| 120 | less_than: "doit être inférieur à {{count}}" | ||||
| 121 | less_than_or_equal_to: "doit être inférieur ou égal à {{count}}" | ||||
| 122 | odd: "doit être impair" | ||||
| 123 | even: "doit être pair" | ||||
