One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links 馃搮
calendar.xyehr.cn
1{
2 "version": "1.15",
3 "locale": {
4 "source": "en",
5 "targets": [
6 "bn",
7 "de",
8 "el",
9 "en-GB",
10 "es",
11 "fi",
12 "fr",
13 "hi",
14 "is",
15 "it",
16 "ja",
17 "ko",
18 "lt",
19 "lv",
20 "mk",
21 "nb",
22 "nl",
23 "pl",
24 "pt",
25 "ro",
26 "ru",
27 "sl",
28 "sq",
29 "sr",
30 "sv",
31 "sw",
32 "th",
33 "tr",
34 "uk",
35 "vi",
36 "zh-CN",
37 "zh-HK",
38 "zh-TW",
39 "yue"
40 ]
41 },
42 "buckets": {
43 "json": {
44 "include": ["locales/[locale].json"]
45 }
46 },
47 "$schema": "https://lingo.dev/schema/i18n.json",
48 "provider": {
49 "id": "mistral",
50 "model": "mistral-small-latest",
51 "prompt": "You are a professional translator. Translate the given JSON values from {source} to {target}. Rules you MUST follow: 1) Return ONLY valid JSON, no markdown, no code blocks, no extra text, no explanations. 2) Keep all JSON keys unchanged, only translate the values. 3) Do NOT use dashes, bullet points, or any markdown syntax. 4) Do NOT translate brand names: 'One Calendar'. 5) Do NOT translate the value of the key 'deleteAccountConfirmDescription' that contains 'DELETE MY ACCOUNT'. 6) Preserve all placeholders like {variable}, {{variable}}, %s, %d exactly as they appear. 7) Your entire response must be parseable JSON."
52 }
53}