-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added German language and other Multi-Language-Features
- Loading branch information
1 parent
fbeeb3d
commit 068df56
Showing
5 changed files
with
143 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"details": { | ||
"lang": "de", | ||
"fallback": "en", | ||
"version": "0.0.1", | ||
"finished": true | ||
}, | ||
"names": { | ||
"short": "DE", | ||
"long": "German" | ||
}, | ||
|
||
"lang": { | ||
"footer": { | ||
"about": "Über Lnkdto.link", | ||
"description": "Lnkdto.link ist ein simpler URL-Kürzer um lange URLs zu kürzen", | ||
"legal": { | ||
"legal": "Rechtliches", | ||
"imprint": "Impressum", | ||
"privacy": "Datenschutz" | ||
}, | ||
"copyright": "© 2021 CraftException und" | ||
}, | ||
|
||
"header": { | ||
"longUrl": "Lange URL", | ||
"button": "Link kürzen" | ||
}, | ||
|
||
"modals": { | ||
"login": { | ||
"title": "Einloggen", | ||
"name": "Name", | ||
"password": "Passwort", | ||
"button": "Anmelden", | ||
"passwordLost": "Passwort vergessen?" | ||
}, | ||
"register": { | ||
"title": "Registrieren", | ||
"email": "E-Mail Addresse", | ||
"name": "Name", | ||
"password": "Passwort", | ||
"button": "Registrieren" | ||
}, | ||
"passwordRecovery": { | ||
"title": "Passwort zurücksetzen", | ||
"username": "Benutzname", | ||
"button": "Passwort zurücksetzen" | ||
} | ||
}, | ||
|
||
"navbar": { | ||
"brand": "lnkdto.link (beta)", | ||
"home": "Startseite", | ||
"account": { | ||
"account": "Account", | ||
"shortenurls": "Deine gekürzten URLs", | ||
"edituser": "Account bearbeiten", | ||
"logout": "Abmelden", | ||
"login": "Einloggen", | ||
"register": "Registrieren" | ||
}, | ||
"statistics": "Statistiken", | ||
"github": "GitHub", | ||
"jusoft": "JuSoft" | ||
}, | ||
|
||
"edituser": { | ||
"mail": { | ||
"title": "Mail ändern", | ||
"newMail": "Neue Mail", | ||
"updateMail": "Neue Mail wiederholen", | ||
"button": "Mail ändern" | ||
}, | ||
"password": { | ||
"title": "Passwort ändern", | ||
"newPassword": "Neues Passwort", | ||
"repeatPassword": "Neues Passwort wiederholen", | ||
"button": "Passwort ändern" | ||
} | ||
}, | ||
|
||
"stats": { | ||
"shortenUrls": "Gekürzte URLs", | ||
"totalClicks": "Gesamt Aufrufe", | ||
"mostClicks": "Meistgeklickte URL", | ||
"users": "Registrierte Nutzer" | ||
}, | ||
|
||
"overview": { | ||
"title": "Deine gekürzten URLs", | ||
"noURLs": "Du hast noch keine URL gekürzt", | ||
"buttons": { | ||
"stats": "Statistiken", | ||
"open": "Link öffnen", | ||
"delete": "Link löschen" | ||
}, | ||
"detailedStats": "Statisiken von", | ||
"totalClicks": "Gesamte Aufrufe:", | ||
"clicks": "Aufrufe" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters