diff --git a/src/locales/en.json b/src/locales/en.json index 8c4fbd56..a4d6a3f3 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -369,19 +369,19 @@ "collect": [ { "title": "Visited url at paimon.moe, referer, browser, operating system, device type, visitor country", - "content": "Paimon.moe use https://plausible.io (a privacy-friendly analytics) so we can see how many people use which feature, so we can prioritize what feature to implement or improve." + "content": ["Paimon.moe use", "plausible.io", "(a privacy-friendly analytics) so we can see how many people use which feature, so we can prioritize what feature to implement or improve."] }, { "title": "Error message and exception from the website", - "content": "Paimon.moe will send error and exception from the website to https://sentry.io so we can track what cause problem and fix it accordingly." + "content": ["Paimon.moe will send error and exception from the website to", "sentry.io", "so we can track what cause problem and fix it accordingly."] }, { "title": "Wish Pity", - "content": "Paimon.moe will save 4* pity count, 5* pity count, and 5* wish information (wish time, item name, pity count) if you check 'Submit pity for global wish tally' on Wish Auto Import or manually submit it on Help & Setting menu. Paimon.moe will aggregate the data and use it to calculate the average pity for each banner on paimon.moe users. You can check it here https://paimon.moe/wish/tally" + "content": ["Paimon.moe will save 4* pity count, 5* pity count, and 5* wish information (wish time, item name, pity count) if you check 'Submit pity for global wish tally' on Wish Auto Import or manually submit it on Help & Setting menu. Paimon.moe will aggregate the data and use it to calculate the average pity for each banner on paimon.moe users. You can check it here", "wish tally"] } ], "subtitleNotCollect": "What paimon.moe NOT collect", - "notCollect": "Paimon.moe never save any password, uid, username, email, temporary keys, or feedback url. If you are interested, the project is open source and you can check the source code at https://github.com/MadeBaruna/paimon-moe-api and https://github.com/MadeBaruna/paimon-moe" + "notCollect": ["Paimon.moe never save any password, uid, username, email, temporary keys, or feedback url. If you are interested, the project is open source and you can check the source code at", "paimon-moe-api Github", "and", "paimon-moe Github"] }, "sync": { "message": "Your local data in this browser is conflicting with the ones stored in the Google Drive!", diff --git a/src/locales/id.json b/src/locales/id.json index 65925c61..b6bc5dba 100644 --- a/src/locales/id.json +++ b/src/locales/id.json @@ -369,19 +369,19 @@ "collect": [ { "title": "Url yang dikunjungi di paimon.moe, referer, browser, sistem operasi, tipe device, negara visitor", - "content": "Paimon.moe menggunakan https://plausible.io (analitik yang ramah privasi) sehingga kami bisa melihat apa saja fitur yang digunakan orang-orang, dan kami bisa memprioritaskan fitur apa yang perlu ditambahkan atau ditingkatkan." + "content": ["Paimon.moe menggunakan", "plausible.io", "(analitik yang ramah privasi) sehingga kami bisa melihat apa saja fitur yang digunakan orang-orang, dan kami bisa memprioritaskan fitur apa yang perlu ditambahkan atau ditingkatkan."] }, { "title": "Error dari website paimon.moe", - "content": "Paimon.moe akan mengirim data error yang terjadi di website ini ke https://sentry.io sehingga kami bisa mencari tau apa yang salah dan memperbaikinya." + "content": ["Paimon.moe akan mengirim data error yang terjadi di website ini ke", "sentry.io", "sehingga kami bisa mencari tau apa yang salah dan memperbaikinya."] }, { "title": "Wish Pity", - "content": "Paimon.moe akan menyimpan perhitungan pity 4*, perhitungan pity 5*, dan informasi wish 5* (yaitu waktu wish, nama item, angka pity) jika kamu mencentang 'Kirim pity untuk perhitungan pity global' di Auto Import Wish atau secara manual mensubmit di menu bantuan dan pengaturan. Paimon.moe akan menyatukan data-datanya kemudian menghitung pity rata-rata tiap banner dari pengguna paimon.moe. Kamu bisa mengecek nya di https://paimon.moe/wish/tally" + "content": ["Paimon.moe akan menyimpan perhitungan pity 4*, perhitungan pity 5*, dan informasi wish 5* (yaitu waktu wish, nama item, angka pity) jika kamu mencentang 'Kirim pity untuk perhitungan pity global' di Auto Import Wish atau secara manual mensubmit di menu bantuan dan pengaturan. Paimon.moe akan menyatukan data-datanya kemudian menghitung pity rata-rata tiap banner dari pengguna paimon.moe. Kamu bisa mengecek nya di", "wish tally"] } ], "subtitleNotCollect": "Apa yang paimon.moe TIDAK kumpulkan", - "notCollect": "Paimon.moe tidak menyimpan password, uid, username, email, temporary keys, atau feedback url. Jika kamu tertarik, projek nya open source dan kamu bisa mengecek kode nya di https://github.com/MadeBaruna/paimon-moe-api dan https://github.com/MadeBaruna/paimon-moe" + "notCollect": ["Paimon.moe tidak menyimpan password, uid, username, email, temporary keys, atau feedback url. Jika kamu tertarik, projek nya open source dan kamu bisa mengecek kode nya di", "paimon-moe-api Github", "dan", "paimon-moe Github"] }, "sync": { "message": "Data yang tersimpan pada browser ini tidak sama dengan yang tersimpan pada Google Drive!", diff --git a/src/routes/privacy-policy.svelte b/src/routes/privacy-policy.svelte index adcb8868..d459762b 100644 --- a/src/routes/privacy-policy.svelte +++ b/src/routes/privacy-policy.svelte @@ -7,14 +7,40 @@

{$t('privacypolicy.subtitle')}

{$t('privacypolicy.subtitleNotCollect')}

-

{$t('privacypolicy.notCollect')}

+

+ {$t('privacypolicy.notCollect.0')} + + {$t(`privacypolicy.notCollect.1`)} + + {$t('privacypolicy.notCollect.2')} + + {$t(`privacypolicy.notCollect.3`)} + +