Translated using Weblate (Estonian)

Currently translated at 100.0% (704 of 704 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
This commit is contained in:
Priit Jõerüüt 2025-02-04 09:16:43 +00:00 committed by Krille-chan
commit b158c8524a

View file

@ -182,7 +182,7 @@
"username": {} "username": {}
} }
}, },
"changedTheChatDescriptionTo": "{username} muutis vestluse uueks kirjelduseks „{description}“", "changedTheChatDescriptionTo": "{username} muutis vestluse uueks kirjelduseks '{description}'",
"@changedTheChatDescriptionTo": { "@changedTheChatDescriptionTo": {
"type": "text", "type": "text",
"placeholders": { "placeholders": {
@ -190,7 +190,7 @@
"description": {} "description": {}
} }
}, },
"changedTheChatNameTo": "{username} muutis oma uueks vestlusnimeks „{chatname}“", "changedTheChatNameTo": "{username} muutis oma uueks vestlusnimeks '{chatname}'",
"@changedTheChatNameTo": { "@changedTheChatNameTo": {
"type": "text", "type": "text",
"placeholders": { "placeholders": {
@ -205,7 +205,7 @@
"username": {} "username": {}
} }
}, },
"changedTheDisplaynameTo": "{username} muutis oma uueks kuvatavaks nimeks: „{displayname}“", "changedTheDisplaynameTo": "{username} muutis oma uueks kuvatavaks nimeks: '{displayname}'",
"@changedTheDisplaynameTo": { "@changedTheDisplaynameTo": {
"type": "text", "type": "text",
"placeholders": { "placeholders": {
@ -1709,7 +1709,7 @@
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"unknownEvent": "Tundmatu sündmuse tüüp „{type}“", "unknownEvent": "Tundmatu sündmuse tüüp '{type}'",
"@unknownEvent": { "@unknownEvent": {
"type": "text", "type": "text",
"placeholders": { "placeholders": {
@ -2903,11 +2903,22 @@
"@open": {}, "@open": {},
"appWantsToUseForLoginDescription": "Järgnevaga lubad sa, et rakendus ja veebisait jagavad teavet sinu kohta.", "appWantsToUseForLoginDescription": "Järgnevaga lubad sa, et rakendus ja veebisait jagavad teavet sinu kohta.",
"@appWantsToUseForLoginDescription": {}, "@appWantsToUseForLoginDescription": {},
"appWantsToUseForLogin": "Sisselogimiseks kasuta serverit „{server}“", "appWantsToUseForLogin": "Sisselogimiseks kasuta serverit '{server}'",
"@appWantsToUseForLogin": { "@appWantsToUseForLogin": {
"type": "text", "type": "text",
"placeholders": { "placeholders": {
"server": {} "server": {}
} }
},
"waitingForServer": "Ootame serveri vastust...",
"@waitingForServer": {},
"appIntroduction": "FluffyChat võimaldab sul suhelda sõprade ja tuttavatega, kes kasutavad erinevaid sõnumikliente. Lisateavet leiad https://matrix.org saidist või lihtsalt klõpsi „Jätka“.",
"@appIntroduction": {},
"synchronizingPleaseWaitCounter": " Sünkroniseerime… ({percentage}%)",
"@synchronizingPleaseWaitCounter": {
"type": "text",
"placeholders": {
"percentage": {}
}
} }
} }