-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Dante1975X <[email protected]>
- Loading branch information
1 parent
5f5fa52
commit 6b75231
Showing
1 changed file
with
7 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
{ | ||
"wallpaper.changed.dialog": [ | ||
"viel Spaß mit deinem neuen Hintergrundbild" | ||
"searching_random.dialog": [ | ||
"ok, suche nach (Bildern)" | ||
], | ||
"no.more.pictures.dialog": [ | ||
"Ich habe keine Bilder mehr", | ||
"Ich habe keine Bilder mehr, die ich dir zeigen kann" | ||
], | ||
"searching.dialog": [ | ||
"Suche nach Bildern zu {query}", | ||
"Suche nach Bildern mit {query}" | ||
"Suche nach Bildern mit {query}", | ||
"Suche nach Bildern zu {query}" | ||
], | ||
"wallpaper.fail.dialog": [ | ||
"Ich weiß nicht, wie ich das Hintergrundbild auf dieser Plattform ändern kann" | ||
], | ||
"wallpaper.changed.dialog": [ | ||
"viel Spaß mit deinem neuen Hintergrundbild" | ||
] | ||
} |