add new strings

This commit is contained in:
otsmr 2026-06-05 01:17:49 +02:00
parent 189bf8f4db
commit c95e98ca92
2 changed files with 32 additions and 8 deletions

20
de.arb
View file

@ -1,6 +1,6 @@
{
"@@locale": "de",
"registerSlogan": "Privat und sicher mit Freunden in Kontakt bleiben.",
"registerSlogan": "Privat in Kontakt bleiben.",
"onboardingWelcomeTitle": "Willkommen bei twonly!",
"onboardingWelcomeBody": "Erlebe eine private und sichere Möglichkeit mit Freunden in Kontakt zu bleiben, indem du spontane Bilder teilst.",
"onboardingE2eTitle": "Unbekümmert teilen",
@ -12,7 +12,7 @@
"onboardingNotProductTitle": "Du bist nicht das Produkt!",
"onboardingNotProductBody": "twonly wird durch Spenden und ein optionales Abonnement finanziert. Deine Daten werden niemals verkauft.",
"onboardingGetStartedTitle": "Auf geht's",
"registerUsernameSlogan": "Dein öffentlicher Benutzername",
"registerUsernameSlogan": "Konto erstellen",
"registerUsernameDecoration": "Benutzername",
"registerUsernameLimits": "Mindestens 3 Zeichen.",
"registerProofOfWorkFailed": "Beim Captcha-Test gab es ein Problem. Bitte versuche es erneut.",
@ -38,7 +38,12 @@
"searchUsernameNewFollowerTitle": "Offene Anfragen",
"searchUserNamePending": "Anfrage ausstehend",
"userFound": "{username} gefunden",
"userFoundBody": "Möchtest du eine Folgeanfrage stellen?",
"userFoundBody": "Möchtest du dich mit {username} vernetzen?",
"@userFoundBody": {
"placeholders": {
"username": { "type": "String" }
}
},
"chatListViewSearchUserNameBtn": "Füge deinen ersten twonly-Kontakt hinzu!",
"chatListDetailInput": "Nachricht eingeben",
"userDeletedAccount": "Der Nutzer hat deren Konto gelöscht.",
@ -723,5 +728,12 @@
"type": "num"
}
}
}
},
"emptyChatListTitle": "Finde deinen ersten Freund",
"emptyChatListDesc": "Lass Freunde deinen QR-Code scannen oder teile dein Profil mit ihnen.",
"emptyChatListShareBtn": "Profil teilen",
"emptyChatListScanBtn": "QR-Code",
"emptyChatListAddUsernameBtn": "Per Benutzername",
"avatarCustomizeRandomize": "Zufällig",
"avatarCustomizeReset": "Zurücksetzen"
}

20
en.arb
View file

@ -1,6 +1,6 @@
{
"@@locale": "en",
"registerSlogan": "Stay in touch with friends privately and securely.",
"registerSlogan": "Stay in touch privately.",
"onboardingWelcomeTitle": "Welcome to twonly!",
"onboardingWelcomeBody": "Experience a private and secure way to stay in touch with friends by sharing instant pictures.",
"onboardingE2eTitle": "Carefree sharing",
@ -12,7 +12,7 @@
"onboardingNotProductTitle": "You are not the product!",
"onboardingNotProductBody": "twonly is financed by donations and an optional subscription. Your data will never be sold.",
"onboardingGetStartedTitle": "Let's go!",
"registerUsernameSlogan": "Your public username",
"registerUsernameSlogan": "Create your account",
"registerUsernameDecoration": "Username",
"registerUsernameLimits": "At least 3 characters.",
"registerProofOfWorkFailed": "There was an issue with the captcha test. Please try again.",
@ -204,7 +204,12 @@
"addEmoji": "Emoji",
"toggleFlashLight": "Toggle the flash light",
"userFound": "{username} found",
"userFoundBody": "Do you want to create a follow request?",
"userFoundBody": "Do you want to connect with {username}?",
"@userFoundBody": {
"placeholders": {
"username": { "type": "String" }
}
},
"errorInternalError": "The server is currently not available. Please try again later.",
"errorInvalidInvitationCode": "The invitation code you provided is invalid. Please check the code and try again.",
"errorUsernameAlreadyTaken": "The username is already taken.",
@ -738,5 +743,12 @@
"type": "num"
}
}
}
},
"emptyChatListTitle": "Find your first friend",
"emptyChatListDesc": "Let friends scan your QR code, or share them your profile.",
"emptyChatListShareBtn": "Share your profile",
"emptyChatListScanBtn": "QR Code",
"emptyChatListAddUsernameBtn": "By Username",
"avatarCustomizeRandomize": "Randomize",
"avatarCustomizeReset": "Reset"
}