Sha256: 6ff96342e5431293224f4e1afbb10d95d6a4c5cd12ac1241c4b8cb6cca509aa6

Contents?: true

Size: 898 Bytes

Versions: 3

Compression:

Stored size: 898 Bytes

Contents

nb:
  activerecord:
    models:
      gamification/goal:
        one: Mål
        other: Mål

      gamification/reward:
        one: Belønning
        other: Belønninger

      gamification/medal:
        one: Medalje
        other: Medaljer

    attributes:
      common: &common
        id: ID
        created_at: Opprettet
        updated_at: Sist oppdatert

      gamification/goal:
        <<: *common
        rewarding: Mål for
        rewarding_id: Mål for
        rewarding_type: Mål for
        points: Poeng

      gamification/reward:
        <<: *common
        goal: Mål
        rewardable: Mottaker
        rewardable_id: Motakker
        rewardable_type: Mottaker
        seen_at: Sett

      gamification/medal:
        <<: *common
        goal: Mål
        name: Navn
        image: Bilde
        description: Beskrivelse

  gamification:
    complete: Fullfør oppgaver

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gamification-1.0.3 config/locales/nb.yml
gamification-1.0.2 config/locales/nb.yml
gamification-1.0.1 config/locales/nb.yml