Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added german translation #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Chrome extension. Move your mouse cursor over any video and set loop in a portio
- [ ] [Catalan](https://github.com/victor-savinov/looper/tree/master/_locales/ca) `/ca/`
- [ ] [Czech](https://github.com/victor-savinov/looper/tree/master/_locales/cs) `/cs/`
- [ ] [Danish](https://github.com/victor-savinov/looper/tree/master/_locales/da) `/da/`
- [ ] [German](https://github.com/victor-savinov/looper/tree/master/_locales/de) `/de/`
- [x] [German](https://github.com/victor-savinov/looper/tree/master/_locales/de) `/de/`
- [ ] [Greek](https://github.com/victor-savinov/looper/tree/master/_locales/el) `/el/`
- [x] [English](https://github.com/victor-savinov/looper/tree/master/_locales/en) `/en/`
- [ ] [Spanish](https://github.com/victor-savinov/looper/tree/master/_locales/es) `/es/`
Expand Down
52 changes: 26 additions & 26 deletions _locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"appearance": {
"message": "Appearance"
"message": "Aussehen"
},
"areYouSureYouWantToExportTheData": {
"message": "Are you sure you want to export the data?"
"message": "Sind Sie sicher, dass Sie die Daten exportieren möchten?"
},
"areYouSureYouWantToImportTheData": {
"message": "Are you sure you want to import the data?"
"message": "Sind Sie sicher, dass Sie die Daten importieren möchten?"
},
"backgroundColor": {
"message": "Background color"
"message": "Hintergrundfarbe"
},
"black": {
"message": "Black"
"message": "Schwarz"
},
"blur": {
"message": "Blur"
"message": "Verwischen"
},
"cancel": {
"message": "Cancel"
"message": "Abrechen"
},
"dark": {
"message": "Dark"
"message": "Dunkel"
},
"description": {
"message": "Best Loop Tool. Works with all websites! Move your mouse cursor over any video and set loop in a portion/range."
"message": "Bestes Loop-Tool. Funktioniert mit allen Websites! Bewegen Sie den Mauszeiger über ein beliebiges Video und stellen Sie den Loop in einem Teil/Bereich ein."
},
"duration": {
"message": "Duration"
"message": "Dauer"
},
"export": {
"message": "Export"
"message": "Exportieren"
},
"hideInFullscreen": {
"message": "Hide in fullscreen"
"message": "Im Vollbildmodus ausblenden"
},
"hidePanel": {
"message": "Hide panel"
"message": "Panel verstecken"
},
"import": {
"message": "Import"
"message": "Importieren"
},
"language": {
"message": "Language"
"message": "Sprache"
},
"light": {
"message": "Light"
"message": "Hell"
},
"ok": {
"message": "Ok"
"message": "Okay"
},
"opacity": {
"message": "Opacity"
"message": "Undurchsichtigkeit"
},
"priAryColor": {
"message": "Pri,ary color"
},
"primaryColor": {
"message": "Primary color"
"message": "Primärfarbe"
},
"reset": {
"message": "Reset"
"message": "Zurücksetzen"
},
"save": {
"message": "Save"
"message": "Speichern"
},
"shortcuts": {
"message": "Shortcuts"
"message": "Abkürzungen"
},
"somethingWentWrongTryReloadingThePage": {
"message": "Something went wrong. Try reloading the page."
"message": "Irgendetwas ist schief gelaufen. Versuchen Sie, die Seite neu zu laden."
},
"textColor": {
"message": "Text color"
"message": "Textfarbe"
},
"theme": {
"message": "Theme"
},
"time": {
"message": "Time"
"message": "Zeit"
}
}
}