Skip to content

Commit

Permalink
Merge branch 'main' into perf-message
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan authored Jul 28, 2023
2 parents 20ccf65 + 5aa0f62 commit 9e3ba73
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
27 changes: 24 additions & 3 deletions assets/l10n/intl_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
"username": {}
}
},
"createNewGroup": "Neue Gruppe",
"createNewGroup": "Neue Gruppe erstellen",
"@createNewGroup": {
"type": "text",
"placeholders": {}
Expand Down Expand Up @@ -1236,7 +1236,7 @@
"type": "text",
"placeholders": {}
},
"oopsSomethingWentWrong": "Hoppla, da ist etwas schiefgelaufen …",
"oopsSomethingWentWrong": "Hoppla, da ist etwas schiefgelaufen…",
"@oopsSomethingWentWrong": {
"type": "text",
"placeholders": {}
Expand Down Expand Up @@ -2517,5 +2517,26 @@
"placeholders": {
"provider": {}
}
}
},
"importNow": "Jetzt importieren",
"@importNow": {},
"importEmojis": "Emojis importieren",
"@importEmojis": {},
"importFromZipFile": "Aus ZIP-Datei importieren",
"@importFromZipFile": {},
"importZipFile": "ZIP-Datei importieren",
"@importZipFile": {},
"exportEmotePack": "Emote-Paket als ZIP-Datei exportieren",
"@exportEmotePack": {},
"savedEmotePack": "Emote-Paket wurde unter {path} gespeichert!",
"@savedEmotePack": {
"type": "text",
"placeholders": {
"path": {}
}
},
"notAnImage": "Keine Bilddatei.",
"@notAnImage": {},
"replace": "Ersetzen",
"@replace": {}
}
23 changes: 22 additions & 1 deletion assets/l10n/intl_id.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2516,5 +2516,26 @@
"placeholders": {
"provider": {}
}
}
},
"notAnImage": "Bukan berkas gambar.",
"@notAnImage": {},
"importNow": "Impor sekarang",
"@importNow": {},
"importFromZipFile": "Impor dari berkas .zip",
"@importFromZipFile": {},
"importZipFile": "Impor berkas .zip",
"@importZipFile": {},
"exportEmotePack": "Ekspor paket Emote sebagai .zip",
"@exportEmotePack": {},
"replace": "Ganti",
"@replace": {},
"savedEmotePack": "Paket emote disimpan ke {path}!",
"@savedEmotePack": {
"type": "text",
"placeholders": {
"path": {}
}
},
"importEmojis": "Impor Emoji",
"@importEmojis": {}
}

0 comments on commit 9e3ba73

Please sign in to comment.