X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/53b4d645d80cbe4ac397cfc004e8985317aed6a8..a8fa21c5ea6d14efbb09f6a16997bc4082215db7:/vendor/plugins/rails-i18n/locale/de.yml diff --git a/vendor/plugins/rails-i18n/locale/de.yml b/vendor/plugins/rails-i18n/locale/de.yml index a76e113a6..455446c3d 100644 --- a/vendor/plugins/rails-i18n/locale/de.yml +++ b/vendor/plugins/rails-i18n/locale/de.yml @@ -17,9 +17,9 @@ de: time: formats: - default: "%A, %e. %B %Y, %H:%M Uhr" - short: "%e. %B, %H:%M Uhr" - long: "%A, %e. %B %Y, %H:%M Uhr" + default: "%A, %d. %B %Y, %H:%M Uhr" + short: "%d. %B, %H:%M Uhr" + long: "%A, %d. %B %Y, %H:%M Uhr" time: "%H:%M" am: "vormittags" @@ -29,38 +29,46 @@ de: distance_in_words: half_a_minute: 'eine halbe Minute' less_than_x_seconds: - zero: 'weniger als 1 Sekunde' - one: 'weniger als 1 Sekunde' + one: 'weniger als eine Sekunde' other: 'weniger als {{count}} Sekunden' x_seconds: - one: '1 Sekunde' + one: 'eine Sekunde' other: '{{count}} Sekunden' less_than_x_minutes: - zero: 'weniger als 1 Minute' one: 'weniger als eine Minute' other: 'weniger als {{count}} Minuten' x_minutes: - one: '1 Minute' + one: 'eine Minute' other: '{{count}} Minuten' about_x_hours: - one: 'etwa 1 Stunde' + one: 'etwa eine Stunde' other: 'etwa {{count}} Stunden' x_days: - one: '1 Tag' + one: 'ein Tag' other: '{{count}} Tage' about_x_months: - one: 'etwa 1 Monat' + one: 'etwa ein Monat' other: 'etwa {{count}} Monate' x_months: - one: '1 Monat' + one: 'ein Monat' other: '{{count}} Monate' + almost_x_years: + one: 'fast ein Jahr' + other: 'fast {{count}} Jahre' about_x_years: - one: 'etwa 1 Jahr' + one: 'etwa ein Jahr' other: 'etwa {{count}} Jahre' over_x_years: - one: 'mehr als 1 Jahr' + one: 'mehr als ein Jahr' other: 'mehr als {{count}} Jahre' - + prompts: + second: "Sekunden" + minute: "Minuten" + hour: "Stunden" + day: "Tag" + month: "Monat" + year: "Jahr" + number: format: precision: 2 @@ -83,18 +91,41 @@ de: format: delimiter: "" precision: 1 + storage_units: + # Storage units output formatting. + # %u is the storage unit, %n is the number (default: 2 MB) + format: "%n %u" + units: + byte: + one: "Byte" + other: "Bytes" + kb: "KB" + mb: "MB" + gb: "GB" + tb: "TB" support: array: - sentence_connector: "und" - skip_last_comma: true - + words_connector: ", " + two_words_connector: " und " + last_word_connector: " und " + select: + prompt: "Bitte wählen:" + + activemodel: + errors: + template: + header: + one: "Konnte {{model}} nicht speichern: ein Fehler." + other: "Konnte {{model}} nicht speichern: {{count}} Fehler." + body: "Bitte überprüfen Sie die folgenden Felder:" + activerecord: errors: template: header: - one: "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler." - other: "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler." + one: "Konnte {{model}} nicht speichern: ein Fehler." + other: "Konnte {{model}} nicht speichern: {{count}} Fehler." body: "Bitte überprüfen Sie die folgenden Felder:" messages: @@ -117,4 +148,4 @@ de: less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein" odd: "muss ungerade sein" even: "muss gerade sein" - models: + record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: {{errors}}"