diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 4e87c69..eae7bbc 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -1,4 +1,14 @@ { "german": "Deutsch", - "english": "Englisch" + "english": "Englisch", + "resume": "Lebenslauf", + "skills": "Fähigkeiten", + "languages": "Sprachen", + "mother_tongue": "Muttersprache", + "very_good": "Sehr gut", + "about_me": "Über mich", + "additional_skills": "Weitere Kenntnisse", + "work_experience": "Arbeitserfahrung", + "education": "Bildungsweg", + "source_code": "Quellcode" } \ No newline at end of file diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 5c35995..4690b50 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -1,4 +1,14 @@ { "german": "German", - "english": "English" + "english": "English", + "resume": "Resume", + "skills": "Skills", + "languages": "Languages", + "mother_tongue": "Native", + "very_good": "Very goods", + "about_me": "About me", + "additional_skills": "Additional Skills", + "work_experience": "Work experience", + "education": "Education", + "source_code": "Source Code" } \ No newline at end of file