ref: master
config/locales/fur.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
# Friulian translations for Ruby on Rails # by Andrea Decorte (adecorte@gmail.com) fur: number: format: separator: "," delimiter: "." precision: 3 significant: false strip_insignificant_zeros: false currency: format: format: "%n %u" unit: "€" separator: "," delimiter: "." precision: 2 significant: false strip_insignificant_zeros: false percentage: format: delimiter: "" # precision: precision: format: # separator: delimiter: "" # precision: human: format: # separator: delimiter: "" precision: 1 significant: true strip_insignificant_zeros: true storage_units: format: "%n %u" units: byte: one: "Byte" other: "Byte" kb: "Kb" mb: "Mb" gb: "Gb" tb: "Tb" decimal_units: format: "%n %u" units: unit: "" thousand: miâr million: milion billion: bilion trillion: trilion quadrillion: cuadrilion date: formats: default: "%d-%m-%Y" short: "%d di %b" long: "%d di %B dal %Y" day_names: - domenie - lunis - martars - miercus - joibe - vinars - sabide abbr_day_names: - dom - lun - mar - mie - joi - vin - sab month_names: - ~ - Zenâr - Fevrâr - Març - Avrîl - Mai - Jugn - Lui - Avost - Setembar - Otubar - Novembar - Dicembar abbr_month_names: - ~ - Zen - Fev - Mar - Avr - Mai - Jug - Lui - Avo - Set - Otu - Nov - Dic order: - :day - :month - :year time: formats: default: "%a %d di %b dal %Y, %H:%M:%S %z" short: "%d di %b %H:%M" long: "%d di %B dal %Y %H:%M" am: 'am' pm: 'pm' datetime: distance_in_words: half_a_minute: "mieç minût" less_than_x_seconds: one: "mancul di un secont" other: "mancul di %{count} seconts" x_seconds: one: "1 secont" other: "%{count} seconts" less_than_x_minutes: one: "mancul di un minût" other: "mancul di %{count} minûts" x_minutes: one: "1 minût" other: "%{count} minûts" about_x_hours: one: "cirche une ore" other: "cirche %{count} oris" x_days: one: "1 zornade" other: "%{count} zornadis" about_x_months: one: "cirche un mês" other: "cirche %{count} mês" x_months: one: "1 mês" other: "%{count} mês" about_x_years: one: "cirche un an" other: "cirche %{count} agns" over_x_years: one: "plui di un an" other: "plui di %{count} agns" almost_x_years: one: "cuasi un an" other: "cuasi %{count} agns" prompts: year: "An" month: "Mês" day: "Zornade" hour: "Ore" minute: "Minût" second: "Secont" helpers: select: prompt: "Sielç par plasê" submit: create: 'Cree %{model}' update: 'Inzorne %{model}' submit: 'Salve %{model}' support: array: words_connector: ", " two_words_connector: " e " last_word_connector: " e " select: prompt: "Sielç par plasê" errors: format: "%{attribute} %{message}" template: &errors_template header: one: "No si pues salvâ chest %{model}: 1 erôr" other: "No si pues salvâ chest %{model}: %{count} erôrs." body: "Torne par plasê a controlâ i cjamps ca sot:" messages: &errors_messages inclusion: "nol è includût te liste" exclusion: "al è riservât" invalid: "nol è valit" confirmation: "nol è compagn de conferme" accepted: "al à di jessi acetât" empty: "nol pues jessi vueit" blank: "nol pues jessi lassât in blanc" too_long: "al è masse lunc (il massim al è %{count} letaris)" too_short: "al è masse curt (il minim al è %{count} letaris)" wrong_length: "nol à la lungjece juste (al à di jessi di %{count} letaris)" taken: "al è za doprât" not_a_number: "nol è un numar" not_an_integer: "al à di jessi un numar intîr" greater_than: "al à di jessi plui grant di %{count}" greater_than_or_equal_to: "al à di jessi plui grant o compagn di %{count}" equal_to: "al à di jessi compagn di %{count}" less_than: "al à di jessi mancul di %{count}" less_than_or_equal_to: "al à di jessi mancul o compagn di %{count}" odd: "al à di jessi dispar" even: "al à di jessi pâr" record_invalid: "Convalide falide: %{errors}" activerecord: errors: messages: <<: *errors_messages template: <<: *errors_template full_messages: format: "%{attribute} %{message}" |