This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Renewrmk/development
added de - german
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.DS_Store | ||
dist/ | ||
*.zip | ||
*.zip | ||
.idea |
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,35 @@ | ||
{ | ||
"extDescription": { | ||
"message": "Advanced Custom Fields Code einfach gemacht!" | ||
}, | ||
"copyFieldName": { | ||
"message": "Feldname in Zwischenablage kopieren" | ||
}, | ||
"copiedFieldName": { | ||
"message": "Feldname in Zwischenablage kopiert!" | ||
}, | ||
"openDocsTitle": { | ||
"message": "Öffne die ACF Dokumentation für dieses Feld" | ||
}, | ||
"copyCodeBtn": { | ||
"message": "Code kopieren" | ||
}, | ||
"copyCodeBtnTitle": { | ||
"message": "PHP Code für dieses Feld kopieren" | ||
}, | ||
"copyAllCodeBtn": { | ||
"message": "Code mit Unterfeldern kopieren" | ||
}, | ||
"copyAllCodeBtnTitle": { | ||
"message": "PHP Code für dieses Feld und Unterfelder kopieren" | ||
}, | ||
"copiedCode": { | ||
"message": "Code in Zwischenablage kopiert!" | ||
}, | ||
"copiedCodeSub": { | ||
"message": "Code mit Unterfeldern in Zwischenablage kopiert!" | ||
}, | ||
"fieldError": { | ||
"message": "Nicht unterstütztes Feld, reiche hier ein Issue ein: https://github.com/RostiMelk/ACF-Tools/issues" | ||
} | ||
} |