mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Add model/attribute translations
This commit is contained in:
parent
8abbfb9bbe
commit
8f74d7ac6d
12
config/locales/models/problem/de.yml
Normal file
12
config/locales/models/problem/de.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# ruby encoding: utf-8
|
||||||
|
|
||||||
|
de:
|
||||||
|
activerecord:
|
||||||
|
models:
|
||||||
|
problem: 'Problem'
|
||||||
|
attributes:
|
||||||
|
problem:
|
||||||
|
id: 'ID'
|
||||||
|
translation_id: 'Übersetzungs-ID'
|
||||||
|
title: 'Titel'
|
||||||
|
content: 'Inhalt'
|
||||||
12
config/locales/models/translation/de.yml
Normal file
12
config/locales/models/translation/de.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# ruby encoding: utf-8
|
||||||
|
|
||||||
|
de:
|
||||||
|
activerecord:
|
||||||
|
models:
|
||||||
|
translation: 'Übersetzung'
|
||||||
|
attributes:
|
||||||
|
translation:
|
||||||
|
id: 'ID'
|
||||||
|
problem_id: 'Problem-ID'
|
||||||
|
title: 'Titel'
|
||||||
|
content: 'Inhalt'
|
||||||
Loading…
Reference in New Issue
Block a user