X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a543e731c0433b2aa0f0f1583f7c70182a084fd5..eb8efa0a4b6e348079ba0686aecae30db4f3f22f:/vendor/rails-locales/sv-SE.yml diff --git a/vendor/rails-locales/sv-SE.yml b/vendor/rails-locales/sv-SE.yml index 044aa98ee..1fc5c41b8 100644 --- a/vendor/rails-locales/sv-SE.yml +++ b/vendor/rails-locales/sv-SE.yml @@ -4,6 +4,7 @@ # * Sven Dahlstrand (sven.dahlstrand@gmail.com) # * Henrik Nyh (henrik@nyh.se) # * Magnus Bergmark (magnus.bergmark@gmail.com) +# * Carl Åkerlindh (carl.akerlindh@gmail.com) "sv-SE": number: @@ -24,23 +25,25 @@ format: # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) format: "%n %u" - negative_format: "-%n %u" unit: "kr" - + separator: "." + delimiter: "," + precision: 2 + significant: false + strip_insignificant_zeros: false percentage: format: delimiter: "" - precision: format: delimiter: "" - # Used in number_to_human_size() human: format: delimiter: "" precision: 1 - + significant: true + strip_insignificant_zeros: true storage_units: # Storage units output formatting. # %u is the storage unit, %n is the number (default: 2 MB) @@ -61,7 +64,7 @@ million: "Miljon" billion: "Miljard" trillion: "Biljon" - quadrillion: "Triljon" + quadrillion: "Biljard" # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() datetime: @@ -124,7 +127,7 @@ messages: &errors_messages inclusion: "finns inte i listan" exclusion: "är reserverat" - invalid: "är ogiltigt" + invalid: "har fel format" confirmation: "stämmer inte överens" accepted: "måste vara accepterad" empty: "får ej vara tom" @@ -143,21 +146,18 @@ odd: "måste vara udda" even: "måste vara jämnt" record_invalid: "Ett fel uppstod: %{errors}" - not_saved: "Kunde inte sparas" + template: &errors_template + header: + one: "Ett fel förhindrade denna %{model} från att sparas" + other: "%{count} fel förhindrade denna %{model} från att sparas" + body: "Det var problem med följande fält:" activerecord: errors: - # model.errors.full_messages format. - template: - header: - one: "Ett fel förhindrade denna %{model} från att sparas" - other: "%{count} fel förhindrade denna %{model} från att sparas" - body: "Det var problem med följande fält:" - messages: - taken: "är upptaget" - record_invalid: "Validering misslyckades: %{errors}" <<: *errors_messages + template: + <<: *errors_template full_messages: format: "%{attribute} %{message}" @@ -202,12 +202,52 @@ short: "%e %b" long: "%e %B %Y" - day_names: [söndag, måndag, tisdag, onsdag, torsdag, fredag, lördag] - abbr_day_names: [sön, mån, tis, ons, tor, fre, lör] + day_names: + - söndag + - måndag + - tisdag + - onsdag + - torsdag + - fredag + - lördag + abbr_day_names: + - sön + - mån + - tis + - ons + - tor + - fre + - lör # Don't forget the nil at the beginning; there's no such thing as a 0th month - month_names: [~, januari, februari, mars, april, maj, juni, juli, augusti, september, oktober, november, december] - abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] + month_names: + - ~ + - januari + - februari + - mars + - april + - maj + - juni + - juli + - augusti + - september + - oktober + - november + - december + abbr_month_names: + - ~ + - jan + - feb + - mar + - apr + - maj + - jun + - jul + - aug + - sep + - okt + - nov + - dec # Used in date_select and datime_select. order: - :day