added theme share error handling for ratelimit response

This commit is contained in:
Kima
2024-10-10 18:11:41 +02:00
parent a50f449f7c
commit f1ba5230fc
4 changed files with 35 additions and 8 deletions

View File

@@ -30,6 +30,8 @@ extension SettingsLocalization on String {
"share_disclaimer":
"By sharing the theme, you agree that the nickname you set and all settings of the theme will be shared publicly.",
"understand": "I understand",
"theme_share_failed":
"An error occurred while sharing the theme. Wait 1 minute and try again.",
},
"hu_hu": {
"general": "Általános",
@@ -58,6 +60,8 @@ extension SettingsLocalization on String {
"share_disclaimer":
"A téma megosztásával elfogadod, hogy az általad beállított becenév és a téma minden beállítása nyilvánosan megosztásra kerüljön.",
"understand": "Értem",
"theme_share_failed":
"Hiba történt a téma megosztása közben. Várj 1 percet, majd próbáld újra.",
},
"de_de": {
"general": "Allgemeine",
@@ -86,6 +90,8 @@ extension SettingsLocalization on String {
"share_disclaimer":
"Durch das Teilen des Themes erklären Sie sich damit einverstanden, dass der von Ihnen festgelegte Spitzname und alle Einstellungen des Themes öffentlich geteilt werden.",
"understand": "Ich verstehe",
"theme_share_failed":
"Beim Teilen des Themas ist ein Fehler aufgetreten. Warten Sie 1 Minute und versuchen Sie es erneut.",
},
};