mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Remove unneeded quotation marks in translations
This commit is contained in:
parent
e8ab309c96
commit
9cf3d6f0f7
@ -4,11 +4,11 @@ de:
|
|||||||
activerecord:
|
activerecord:
|
||||||
models:
|
models:
|
||||||
problem:
|
problem:
|
||||||
one: 'Problem'
|
one: Problem
|
||||||
other: 'Probleme'
|
other: Probleme
|
||||||
attributes:
|
attributes:
|
||||||
problem:
|
problem:
|
||||||
id: 'ID'
|
id: ID
|
||||||
translation_id: 'Übersetzungs-ID'
|
translation_id: Übersetzungs-ID
|
||||||
title: 'Titel'
|
title: Titel
|
||||||
content: 'Inhalt'
|
content: Inhalt
|
||||||
@ -4,11 +4,11 @@ de:
|
|||||||
activerecord:
|
activerecord:
|
||||||
models:
|
models:
|
||||||
translation:
|
translation:
|
||||||
one: 'Übersetzung'
|
one: Übersetzung
|
||||||
other: 'Übersetzungen'
|
other: Übersetzungen
|
||||||
attributes:
|
attributes:
|
||||||
translation:
|
translation:
|
||||||
id: 'ID'
|
id: ID
|
||||||
problem_id: 'Problem-ID'
|
problem_id: Problem-ID
|
||||||
title: 'Titel'
|
title: Titel
|
||||||
content: 'Inhalt'
|
content: Inhalt
|
||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
de:
|
de:
|
||||||
problems:
|
problems:
|
||||||
not_yet_translated: 'Dieses Problem wurde noch nicht übersetzt.'
|
not_yet_translated: Dieses Problem wurde noch nicht übersetzt.
|
||||||
index:
|
index:
|
||||||
suggest_translation: 'Übersetzung vorschlagen'
|
suggest_translation: Übersetzung vorschlagen
|
||||||
show:
|
show:
|
||||||
improve_translation: 'Übersetzung verbessern'
|
improve_translation: Übersetzung verbessern
|
||||||
problem_subtitle: 'Problem %{id}'
|
problem_subtitle: Problem %{id}
|
||||||
view_original_problem: 'Dieses Problem auf projecteuler.net'
|
view_original_problem: Dieses Problem auf projecteuler.net
|
||||||
Loading…
Reference in New Issue
Block a user