mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
14 lines
266 B
YAML
14 lines
266 B
YAML
# ruby encoding: utf-8
|
|
|
|
de:
|
|
activerecord:
|
|
models:
|
|
translation:
|
|
one: 'Übersetzung'
|
|
other: 'Übersetzungen'
|
|
attributes:
|
|
translation:
|
|
id: 'ID'
|
|
problem_id: 'Problem-ID'
|
|
title: 'Titel'
|
|
content: 'Inhalt' |