Sha256: 70770ec7d3350b0e04ecdaa14b23ace2fe28b2793f30aa010331172ff99a0e1c

Contents?: true

Size: 1.05 KB

Versions: 13

Compression:

Stored size: 1.05 KB

Contents

# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  hello: "Hello world"
  tb_core:
    errors:
      not_found:
        title: "Not Found"
        message: "The %{item} you were looking for could not be found."
      access_denied:
        title: "Access Denied"
        message: "You do not have permission to view the requested %{item}."
      unauthorized:
        title: "Unauthorized"
        message: "You must log in to view the requested %{item}."
  activerecord:
    attributes:
      spud_user:
        spud_role_id: 'Role'
        password_confirmation: 'Confirm password'
        requires_password_change: 'Require change'
        current_login_at: 'Logged in at'
  tb_core_mailer:
    forgot_password_notification:
      subject: 'Forgot Password Request from %{site_name}'
    user_credentials:
      subject: 'Your login credentials for %{site_name}'
      greeting: 'Here are your login credentials for %{site_name}:'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tb_core-1.5.4 config/locales/en.yml
tb_core-1.5.3 config/locales/en.yml
tb_core-1.5.2 config/locales/en.yml
tb_core-1.5.1 config/locales/en.yml
tb_core-1.4.3.1 config/locales/en.yml
tb_core-1.5.0 config/locales/en.yml
tb_core-1.4.8 config/locales/en.yml
tb_core-1.4.7 config/locales/en.yml
tb_core-1.4.6 config/locales/en.yml
tb_core-1.4.5 config/locales/en.yml
tb_core-1.4.4 config/locales/en.yml
tb_core-1.4.3 config/locales/en.yml
tb_core-1.4.2 config/locales/en.yml