add emoji translation
This commit is contained in:
parent
15a2b7fe02
commit
c4e5a41376
2 changed files with 23 additions and 0 deletions
21
front/src/i18n/de-DE/emoji.ts
Normal file
21
front/src/i18n/de-DE/emoji.ts
Normal file
|
@ -0,0 +1,21 @@
|
|||
import type { Translation } from "../i18n-types";
|
||||
|
||||
const emoji: NonNullable<Translation["emoji"]> = {
|
||||
search: "Emojis suchen...",
|
||||
categories: {
|
||||
recents: "Letzte Emojis",
|
||||
smileys: "Smileys & Emotionen",
|
||||
people: "Menschen",
|
||||
animals: "Tiere & Natur",
|
||||
food: "Essen & Trinken",
|
||||
activities: "Aktivitäten",
|
||||
travel: "Reise & Orte",
|
||||
objects: "Objekte",
|
||||
symbols: "Symbole",
|
||||
flags: "Flaggen",
|
||||
custom: "Benutzerdefinier",
|
||||
},
|
||||
notFound: "Keine Emojis gefunden",
|
||||
};
|
||||
|
||||
export default emoji;
|
Loading…
Add table
Add a link
Reference in a new issue